An unofficial GUI for configuring Hyprland, built with GTK4 and Rust for Arch. Comes with a custom hyprparser for Hyprland's configuration file.
Install the package with:
git clone https://github.com/Firstp1ck/hyprgui.git
cd hyprgui
./setup.shThe setup.sh script automates the installation process by:
- Checking and installing required dependencies (Rust and GTK4)
- Building the application with cargo
- Installing the binary to
/usr/bin - Setting up the desktop application entry
- Install Rust (preferably
rustup) through your distro's package or the official script - Install
gitandgtk4 - Clone this repository:
git clone https://github.com/Firstp1ck/hyprgui.git && cd hyprgui - Compile the app with
cargo build --release, run it directly withcargo run --releaseor usesetup.shscript.
