diff options
author | zachir <zachir@librem.one> | 2025-08-01 15:21:17 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-01 15:21:17 -0500 |
commit | 5fc10dba8735aee2c7daf2ef76e40a1b6ad8a1fb (patch) | |
tree | 46180b833f6119bcb36a931fe401acce7449aba6 | |
parent | e3d694b9814a190dc747f3cc35e1202622e19d38 (diff) | |
parent | dcd1772757848dec3610befc8e869f870ed569c2 (diff) |
Merge branch 'master' into cas
-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 0622bb6..b636536 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -17,8 +17,8 @@ exec-once = waybar exec-once = pypr exec-once = hyprscratch init exec-once = lxqt-policykit-agent -exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' -exec-once = import-gsettings icon-theme 'COSMIC' +exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest' +exec-once = import-gsettings icon-theme 'Papirus-Dark' exec-once = import-gsettings cursor-theme 'BreezeX-Black' exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources |