This is a simple tool written in rust that makes more easy to manage hypr apps using a simple gui written in gtk.
It does this by cloning the repos, compiling them and installing, for the build it uses the suggested build command on the official repos,
but this can be configured easily on a toml file.
Warning
You will need to install the required dependencies for each app.
This information is aviable on the official repos.
The config is located at ~/.local/share/hyprupdate/meta.toml
generated at first launch.
Also the repositoties are stored at this location.
If you notice any bugs you can report them at https://github.com/LOSEARDES77/hyprupdate/issues
- Hyprland
- hyprlock
- hypridle
- hyprpaper
- hyprcursor
- hyprlang
- hyprpicker
- hyprwayland-scanner
- xdg-desktop-portal-hyprland
Note
I am not the developer of this awesome apps.
The lead developer of all apps avobe is vaxerski
- Can install uninstall with a simple click
- Update all with a single click
- Config in toml
- output of build command at the stdout to check errors at compile time
Note
Right now it only uses -git versions but adding the option to use tagged releases is planned