Skip to content

Hydriam is the official Application Launcher (or menu) of Vasak OS

License

Notifications You must be signed in to change notification settings

Vasak-OS/hydriam

Repository files navigation

Hydriam

Quality Gate Status

Hydriam is a simple and lightweight menu for Linux. It is written in python and uses VueJS.

Dependencies

Hydriam depends on the following packages:

Build Dependencies

Start Hydriam

To start Hydriam, run the following steps:

  1. Clone the repository
git clone git@github.com:Vasak-OS/hydriam.git
  1. Move to the directory
cd hydriam
  1. Install dependencies and Build UI
cd ui/
yarn install
yarn build
cd ..
  1. Start Hydriam
python hydriam.py --webEngineArgs --remote-debugging-port=3030 --remote-allow-origins=http://127.0.0.1:3030 # --debug
python hydriam.py # normal mode

Build Hydriam

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