I wanted to try myself on a powermenu for window managers using rust as a language
- logout
- shutdown
- restart
- optional: lockscreen
- Hyprland
- Qtile(depending on wayland or not u need to adjust the CSS part in main.rs)
- DWM if installed as cahdwm (look in logic.rs for exat ussage)
- Rust
- cargo
[!NOTE] Select a theme before running the compile command
- clone the repo and go in the directory
git clone https://github.com/KyokoSpl/powermenu cd powermenu/ - build using cargo
cargo build
- Copy the combiled binary to /usr/bin or whatever bin directory u want (this is optional so you just can type
powermenuto run the programm otherwise u have to go in the cloned directory and usecargo runsudo cp target/debug/powermenu /usr/bin/