Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Latest commit

 

History

History
88 lines (56 loc) · 1.58 KB

README.md

File metadata and controls

88 lines (56 loc) · 1.58 KB

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:

  • Bootstrap
  • NW.js
  • Vue (libvasak-vue)
  • libvasak-ui
  • hydriam
  • python-dbus
  • python-gobject
  • python-xlib

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
cd navale
  1. Install dependencies
npm install
  1. Start Navale
nw ./

Build Navale

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