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

Vasak-OS/navale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

  • 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 git@github.com: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