diff options
author | zachir <zachir@librem.one> | 2025-07-12 19:33:57 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-12 19:33:57 -0500 |
commit | 40ce69073fef86ca156cd67f26c0f91dee1e8317 (patch) | |
tree | 2cb4c211f0228b70513d414aa2e41ed365cedd6c | |
parent | e38079f75416f317e29aa71a55e567e64465b83c (diff) |
Set dark mode in gsettings
-rw-r--r-- | darkman/config.yaml | 3 | ||||
-rw-r--r-- | hypr/hyprland.conf | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/darkman/config.yaml b/darkman/config.yaml deleted file mode 100644 index 5cf7ee4..0000000 --- a/darkman/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -usegeoclue: false -dbusserver: true -portal: true diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 872467a..3046748 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -18,6 +18,7 @@ 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 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 exec-once = com.github.wwmm.easyeffects exec-once = systemctl --user start dunst |