ux/ui
This commit is contained in:
@@ -2,11 +2,13 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Enable Theme
|
# Enable Theme
|
||||||
environment.variables.GTK_THEME = "catppuccin-macchiato-teal-standard";
|
environment.sessionVariables = {
|
||||||
environment.variables.XCURSOR_THEME = "Catppuccin-Macchiato-Teal";
|
GTK_THEME = "catppuccin-macchiato-teal-standard";
|
||||||
environment.variables.XCURSOR_SIZE = "24";
|
XCURSOR_THEME = "Catppuccin-Macchiato-Teal";
|
||||||
environment.variables.HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal";
|
XCURSOR_SIZE = "24";
|
||||||
environment.variables.HYPRCURSOR_SIZE = "24";
|
HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal";
|
||||||
|
HYPRCURSOR_SIZE = "24";
|
||||||
|
};
|
||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
qt.platformTheme = "gtk2";
|
qt.platformTheme = "gtk2";
|
||||||
qt.style = "gtk2";
|
qt.style = "gtk2";
|
||||||
|
|||||||
Reference in New Issue
Block a user