update pacckages and uhm other stuff
This commit is contained in:
parent
74ef77bb1f
commit
3a08d19841
11 changed files with 189 additions and 71 deletions
|
@ -25,10 +25,10 @@ in {
|
|||
};
|
||||
|
||||
kvantumTheme = {
|
||||
name = "Catppuccin-${pascalCase variant}-${pascalCase accent}";
|
||||
name = "catppuccin-${variant}-${accent}";
|
||||
package = pkgs.catppuccin-kvantum.override {
|
||||
variant = pascalCase variant;
|
||||
accent = pascalCase accent;
|
||||
variant = variant;
|
||||
accent = accent;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -40,6 +40,7 @@ in {
|
|||
cursorTheme = {
|
||||
name = "graphite-dark";
|
||||
package = pkgs.graphite-cursors;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
sddmTheme = {
|
||||
|
@ -88,9 +89,9 @@ in {
|
|||
col.active_border=''$${accent}
|
||||
col.inactive_border=$surface0
|
||||
}
|
||||
decoration {
|
||||
col.shadow=$crust
|
||||
col.shadow_inactive=$crust
|
||||
decoration:shadow {
|
||||
color=$crust
|
||||
color_inactive=$crust
|
||||
}
|
||||
misc {
|
||||
background_color=$crust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue