This commit is contained in:
Odweta
2026-01-11 22:48:35 +01:00
parent 460d24f097
commit 2d0d8a953f
+7 -5
View File
@@ -2,11 +2,13 @@
{
# Enable Theme
environment.variables.GTK_THEME = "catppuccin-macchiato-teal-standard";
environment.variables.XCURSOR_THEME = "Catppuccin-Macchiato-Teal";
environment.variables.XCURSOR_SIZE = "24";
environment.variables.HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal";
environment.variables.HYPRCURSOR_SIZE = "24";
environment.sessionVariables = {
GTK_THEME = "catppuccin-macchiato-teal-standard";
XCURSOR_THEME = "Catppuccin-Macchiato-Teal";
XCURSOR_SIZE = "24";
HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal";
HYPRCURSOR_SIZE = "24";
};
qt.enable = true;
qt.platformTheme = "gtk2";
qt.style = "gtk2";