Update lightdm gtkgreet theme

This commit is contained in:
Evie Litherland-Smith 2023-11-05 09:31:21 +00:00
parent 0d2fe2b6a7
commit 0b5077c233

View file

@ -48,16 +48,21 @@
greeters.gtk = {
enable = true;
cursorTheme = {
package = pkgs.volantes-cursors;
name = "volantes_cursors";
package = pkgs.catppuccin-cursors.macchiatoDark;
name = "Catppuccin-Macchiato-Dark-Cursors";
};
iconTheme = {
package = pkgs.papirus-icon-theme;
name = "Papirus-Dark";
};
theme = {
package = pkgs.tokyo-night-gtk;
name = "Tokyonight-Dark-BL";
package = pkgs.catppuccin-gtk.override {
accents = [ "yellow" ];
size = "compact";
tweaks = [ "rimless" "black" ];
variant = "macchiato";
};
name = "Catppuccin-Macchiato-Compact-Yellow-Dark";
};
};
};