Skip to content

Vasak-OS/navale

Repository files navigation

Navale

Quality Gate Status

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.

Dependencies

Navale depends on the following packages:

Build Dependencies

Start Navale

To start Navale, run the following steps:

  1. Clone the repository
git clone [email protected]:Vasak-OS/navale.git
  1. Move to the directory ui
cd navale/ui
  1. Install dependencies and build UI
yarn install
yarn build
  1. Start Navale
cd ../
python navale.py

Build Navale

Use PKGBUILD to build Navale for Arch. If you want to build Navale for another distribution, you can use the steps in the PKGBUILD.

Contributing

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.

  1. Fork it
  2. Create your feature branch
git checkout -b feature/battery-indicator
  1. Commit your changes
git commit -am 'Add some battery-indicator'
  1. Push to the branch
git push origin feature/battery-indicator
  1. Create a new Pull Request

Acknowledgements

Contributors