Sway : Enable dark theme for GTK apps.

This commit is contained in:
Dmitry Voronin 2024-03-28 06:57:21 +03:00
parent e793378466
commit 38066ad12f
3 changed files with 15 additions and 2 deletions

View file

@ -51,4 +51,17 @@
FOOT_CONFIG = ./foot/Foot.ini; FOOT_CONFIG = ./foot/Foot.ini;
SWAY_CONFIG = ./sway/module; SWAY_CONFIG = ./sway/module;
}; };
# Dconf.
# programs.dconf.enable = true;
# programs.dconf.profiles.user = {
# enableUserDb = true; # Delete `~/.config/dconf/user` to reset user settings.
# databases = [{
# settings = with lib.gvariant; {
# "org/gnome/desktop/a11y" = {
# always-show-universal-access-status = true;
# };
# };
# }];
# };
} }

View file

@ -1,2 +1,2 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=0 gtk-application-prefer-dark-theme=1

View file

@ -1,2 +1,2 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=0 gtk-application-prefer-dark-theme=1