mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-24 23:53:09 +01:00
Ensure dark mode is default and move tuigreet to the 3rd vt so no output is overlaying it
This commit is contained in:
parent
010c58f6a1
commit
1952184d74
@ -97,7 +97,7 @@
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
style = "gtk2";
|
||||
style = "adwaita-dark";
|
||||
platformTheme = "gtk2";
|
||||
};
|
||||
|
||||
@ -262,6 +262,7 @@
|
||||
};
|
||||
greetd = {
|
||||
enable = true;
|
||||
vt = 3;
|
||||
settings = {
|
||||
default_session = {
|
||||
# Wayland Desktop Manager is installed only for user ryan via home-manager!
|
||||
|
@ -113,6 +113,13 @@ in
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
};
|
||||
gtk3.extraConfig = {
|
||||
gtk-application-prefer-dark-theme=1;
|
||||
};
|
||||
gtk4.extraConfig = {
|
||||
gtk-application-prefer-dark-theme=1;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
# Scripts
|
||||
|
Loading…
Reference in New Issue
Block a user