Hydriam is a simple and lightweight menu for Linux. It is written in python and uses VueJS.
Hydriam depends on the following packages:
To start Hydriam, run the following steps:
- Clone the repository
git clone [email protected]:Vasak-OS/hydriam.git
- Move to the directory
cd hydriam
- Install dependencies and Build UI
cd ui/
yarn install
yarn build
cd ..
- 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
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