Update system

This commit is contained in:
2026-04-02 17:51:27 +03:00
parent 61b6256a14
commit 435423f6e1
4 changed files with 36 additions and 34 deletions
+4
View File
@@ -107,6 +107,10 @@
"${lib.getExe wallpaper_changer}"
];
workspace = [
"2, layout:scrolling"
];
bind = [
" , Print, exec, ${lib.getExe pkgs.hyprshot} -z -o ~/Screenshots -m active -m output"
"CTRL, Print, exec, ${lib.getExe pkgs.hyprshot} -z -o ~/Screenshots -m region"
+5 -2
View File
@@ -142,8 +142,11 @@ in {
};
gtk = {
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = true;
gtk4 = {
theme = null;
extraConfig = {
gtk-application-prefer-dark-theme = true;
};
};
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = true;