mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
hyprland: added catppuccin themes to lightdm
This commit is contained in:
parent
b702c3f4e0
commit
3cc31b379e
|
@ -9,10 +9,25 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
greeters.slick = {
|
greeters.slick = {
|
||||||
enable = true;
|
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 = ''
|
extraConfig = ''
|
||||||
theme-name=breeze-gtk
|
|
||||||
icon-theme=breeze
|
|
||||||
font-name="NotoSansM Nerd Font Mono"
|
|
||||||
background=#000000
|
background=#000000
|
||||||
enable-hidpi=on
|
enable-hidpi=on
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue