Revert "Update lightdm gtkgreet theme"

This reverts commit 0b5077c233.

Change back to volantes-cursors
This commit is contained in:
Evie Litherland-Smith 2023-11-07 13:25:45 +00:00
parent 4cb8443eea
commit 5194ac6dc0
2 changed files with 6 additions and 10 deletions

View file

@ -4,8 +4,8 @@
gtk = { gtk = {
enable = true; enable = true;
cursorTheme = { cursorTheme = {
package = pkgs.catppuccin-cursors.macchiatoDark; package = pkgs.volantes-cursors;
name = "Catppuccin-Macchiato-Dark-Cursors"; name = "volantes_cursors";
}; };
iconTheme = { iconTheme = {
package = pkgs.papirus-icon-theme; package = pkgs.papirus-icon-theme;

View file

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