Navale is a simple topbar/panel for your desktop. It is written in JavaScript and HTML. It is designed to be simple and easy to use.
Navale depends on the following packages:
- Bootstrap (libvasak-bootstrap)
- libvasak-ui
- hydriam
- python-libvasak
- python-xlib
To start Navale, run the following steps:
- Clone the repository
git clone [email protected]:Vasak-OS/navale.git
- Move to the directory ui
cd navale/ui
- Install dependencies and build UI
yarn install
yarn build
- Start Navale
cd ../
python navale.py
Use PKGBUILD to build Navale for Arch. If you want to build Navale for another distribution, you can use the steps in the PKGBUILD.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
- Fork it
- Create your feature branch
git checkout -b feature/battery-indicator
- Commit your changes
git commit -am 'Add some battery-indicator'
- Push to the branch
git push origin feature/battery-indicator
- Create a new Pull Request