Tune theme

This commit is contained in:
2026-05-03 01:29:12 -05:00
parent 2975eacf67
commit a8e1a504ca
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@
# Themes # Themes
adwaita-icon-theme adwaita-icon-theme
kdePackages.breeze kdePackages.breeze
papirus-icon-theme
# Common utils # Common utils
xfce.thunar xfce.thunar
+3 -3
View File
@@ -53,9 +53,9 @@
# Cursor theme for Hyprland and regular Wayland/XWayland clients. # Cursor theme for Hyprland and regular Wayland/XWayland clients.
environment.sessionVariables = { environment.sessionVariables = {
HYPRCURSOR_THEME = "Adwaita"; GTK_THEME = "Breeze";
HYPRCURSOR_SIZE = "24"; XCURSOR_THEME = "breeze_cursors";
XCURSOR_THEME = "Adwaita";
XCURSOR_SIZE = "24"; XCURSOR_SIZE = "24";
HYPRCURSOR_SIZE = "24";
}; };
} }