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:
To start Navale, run the following steps:
- Clone the repository
git clone git@github.com:Vasak-OS/navale.git
- Move to the directory
cd navale
- Install dependencies
npm install
- Start Navale
nw ./
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