Update lightdm gtkgreet theme
This commit is contained in:
parent
0d2fe2b6a7
commit
0b5077c233
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue