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 = {
enable = true;
cursorTheme = {
package = pkgs.catppuccin-cursors.macchiatoDark;
name = "Catppuccin-Macchiato-Dark-Cursors";
package = pkgs.volantes-cursors;
name = "volantes_cursors";
};
iconTheme = {
package = pkgs.papirus-icon-theme;

View file

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