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.sh
The 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
git
andgtk4
- 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 --release
or usesetup.sh
script.