diff options
author | ZachIR <zachir@librem.one> | 2025-01-21 19:14:14 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-01-21 19:14:14 -0600 |
commit | c654a8e82f10440551c2fec536c116000b7a6fe6 (patch) | |
tree | 5fab65fc9cb102ea06a1a8c342e4c2a4283d0538 /hypr/hyprland.conf | |
parent | a9be74adf57403f7840d09f7a0081b6390864d5a (diff) |
Set gtk, icon, and mouse themes
GTK Theme is now darkest/white, icon theme is COSMIC, and mouse theme is
BreezeX-Black.
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c4b05c0..afef32a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -20,7 +20,7 @@ exec-once = pypr exec-once = lxqt-policykit-agent exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' exec-once = import-gsettings icon-theme 'Mint-X-Grey' -exec-once = import-gsettings cursor-theme 'Breeze' +exec-once = import-gsettings cursor-theme 'BreezeX-Black' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = com.github.wwmm.easyeffects exec-once = systemctl --user start dunst @@ -30,7 +30,7 @@ exec-once = systemctl --user start hypridle #{{{ env # Environment variables set at launch -env = HYPRCURSOR_THEME,BreezeHypr +env = HYPRCURSOR_THEME,theme_BreezeX-Black env = HYPRCURSOR_SIZE,32 env = XCURSOR_THEME,BreezeX-Black env = XCURSOR_SIZE,32 |