Skip to content

GTK4 App to configure Hyprland settings. It is a fronted for the CLI hyprctl.

Notifications You must be signed in to change notification settings

mylinuxforwork/hyprland-settings

Repository files navigation

ML4W Hyprland Settings 1.2

This applications supports you to customize your Hyprland installation. You can overwrite the existing configuration with custom values without adding complex configuration files.

Screenshot

Installation

The easiest way is to use the setup.sh script. The script will clone all files from GitLab and start the installation.

Just copy/enter the following command into your terminal.

bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/hyprland-settings/main/setup.sh)

Or you clone the repository manually with these commands:

# git is required
sudo pacman -S git

# Change into your Downloads directory
cd ~/Downloads

# Clone the packages
git clone --depth 1 https://github.com/mylinuxforwork/hyprland-settings.git

# Change into the folder
cd hyprland-settings

# Start the script
./install.sh

The script will install the app into the folder apps in your HOME directory.

You can move the file also to another folder. In that case your have to edit the desktop file and update the Exec path to teh new loaction in .local/share/applications/ml4w-hyprland-settings.desktop

How to use it

You can start the application from your application launcher or with your terminal from the apps folder with

# 1.) Change into to the apps folder
cd ~/apps

# 2.) Start the app
./ML4W_Hyprland_Settings-x86_64.AppImage

The app shows variables and current values of your running Hyprland.

You can change the values and overwrite the existing values. The change will be axecuted immediatly.

In the Set Variables tab you can see which values you have overwritten and can restore the old values be removing the entry.

To restore the changes after a later login or after a reboot, please add the following line to your hyprland.conf

exec = ~/.config/ml4w-hyprland-settings/hyprctl.sh

In the folder ~/.config/ml4w-hyprland-settings you will also find the stored values that yoou have set with the app.

Dependencies

  • jq
  • fuse2
  • gtk4
  • libadwaita

About

GTK4 App to configure Hyprland settings. It is a fronted for the CLI hyprctl.

Resources

Stars

Watchers

Forks

Packages

No packages published