From 40ce69073fef86ca156cd67f26c0f91dee1e8317 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 12 Jul 2025 19:33:57 -0500 Subject: Set dark mode in gsettings --- darkman/config.yaml | 3 --- hypr/hyprland.conf | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 darkman/config.yaml 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 -- cgit v1.2.3