This commit is contained in:
Miguel Palhas
2025-06-27 11:41:04 +01:00
parent a849ff0c7b
commit 3c3f66ee6d
5 changed files with 17 additions and 9 deletions
+8
View File
@@ -10,13 +10,21 @@
gtk-theme = ''
${pkgs.dconf}/bin/dconf write\
/org/gnome/desktop/interface/color-scheme "'prefer-dark'"
${pkgs.dconf}/bin/dconf write\
/org/gnome/desktop/interface/gtk-theme "'Orchis-Dark-Compact'"
'';
};
lightModeScripts = {
gtk-theme = ''
${pkgs.dconf}/bin/dconf write\
/org/gnome/desktop/interface/color-scheme "'prefer-light'"
${pkgs.dconf}/bin/dconf write\
/org/gnome/desktop/interface/gtk-theme "'Orchis-Compact'"
'';
};
};
xdg.configFile."darkman/config.yaml".text = ''
usegeoclue: true
'';
}
+5 -4
View File
@@ -29,10 +29,11 @@ in
"DP-2, 3840x2160, 2880x180, 1.333333, transform, 1"
];
workspace = [
"1, monitor=DP-3"
"2, monitor=DP-2"
"3, monitor=HDMI-A-1"
"4, monitor=DP-3"
"1, monitor=DP-2"
"2, monitor=DP-3"
"3, monitor=DP-2"
"4, monitor=HDMI-A-1"
"5, monitor=HDMI-A-1"
];
};