Update lightdm gtkgreet theme
This commit is contained in:
parent
0d2fe2b6a7
commit
0b5077c233
|
@ -48,16 +48,21 @@
|
||||||
greeters.gtk = {
|
greeters.gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
package = pkgs.volantes-cursors;
|
package = pkgs.catppuccin-cursors.macchiatoDark;
|
||||||
name = "volantes_cursors";
|
name = "Catppuccin-Macchiato-Dark-Cursors";
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.papirus-icon-theme;
|
package = pkgs.papirus-icon-theme;
|
||||||
name = "Papirus-Dark";
|
name = "Papirus-Dark";
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
package = pkgs.tokyo-night-gtk;
|
package = pkgs.catppuccin-gtk.override {
|
||||||
name = "Tokyonight-Dark-BL";
|
accents = [ "yellow" ];
|
||||||
|
size = "compact";
|
||||||
|
tweaks = [ "rimless" "black" ];
|
||||||
|
variant = "macchiato";
|
||||||
|
};
|
||||||
|
name = "Catppuccin-Macchiato-Compact-Yellow-Dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue