hyprland: added catppuccin themes to lightdm

This commit is contained in:
Aly Raffauf 2024-03-25 14:53:52 -04:00
parent b702c3f4e0
commit 3cc31b379e

View file

@ -9,10 +9,25 @@
enable = true;
greeters.slick = {
enable = true;
theme.name = "Catppuccin-Latte-Compact-Green-Light";
theme.package = pkgs.catppuccin-gtk.override {
accents = [ "green" ];
size = "compact";
variant = "latte";
tweaks = [ "normal" ];
};
iconTheme.name = "Papirus-Dark";
iconTheme.package = pkgs.catppuccin-papirus-folders.override {
flavor = "latte";
accent = "green";
};
font.name = "NotoSansM Nerd Font Mono";
cursorTheme.package = pkgs.vanilla-dmz;
cursorTheme.name = "Vanilla-DMZ-AA";
cursorTheme.size = 32;
extraConfig = ''
theme-name=breeze-gtk
icon-theme=breeze
font-name="NotoSansM Nerd Font Mono"
background=#000000
enable-hidpi=on
'';