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 /hypr/hyprland.conf | |
parent | e38079f75416f317e29aa71a55e567e64465b83c (diff) |
Set dark mode in gsettings
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |