Revert "Update lightdm gtkgreet theme"
This reverts commit 0b5077c233
.
Change back to volantes-cursors
This commit is contained in:
parent
4cb8443eea
commit
5194ac6dc0
|
@ -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;
|
||||||
|
|
|
@ -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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue