# HL4W Hyprland Settings App **Repository Path**: silaszk/hl4w-hyprland-settings ## Basic Information - **Project Name**: HL4W Hyprland Settings App - **Description**: App to modify Hyprland settings. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-06 - **Last Updated**: 2024-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ML4W Hyprland Settings 1.0 RC1 This applications supports you to customize your Hyprland installation. You can overwrite the existing configuration with custom values without adding complex configuration files. [![Screenshot](screenshots/screenshot.png "Title Text")](screenshots/screenshot.png) # Installation ``` # git is required sudo pacman -S git # Change into your Downloads directory cd ~/Downloads # Clone the packages git clone --depth 1 https://gitlab.com/stephan-raabe/ml4w-hyprland-settings.git # Change into the folder cd ml4w-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-once = ~/.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 - jp - fuse2 - gtk4 - libadwaita