Sway : Enable dark theme for GTK apps.
This commit is contained in:
parent
e793378466
commit
38066ad12f
|
@ -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;
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# }];
|
||||||
|
# };
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-application-prefer-dark-theme=0
|
gtk-application-prefer-dark-theme=1
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-application-prefer-dark-theme=0
|
gtk-application-prefer-dark-theme=1
|
||||||
|
|
Loading…
Reference in a new issue