update
This commit is contained in:
parent
997b162da4
commit
ae86236e78
8 changed files with 133 additions and 166 deletions
|
@ -27,7 +27,7 @@ let
|
|||
icon_theme = "Papirus-Dark";
|
||||
cursor_theme = "Bibata-Modern-Classic";
|
||||
|
||||
background = "~/.local/share/backgrounds/nixos-dark-pattern.png";
|
||||
background = ./backgrounds/nixos-dark-pattern.png;
|
||||
opacity = 95;
|
||||
opacityHex = "ee";
|
||||
color = {
|
||||
|
@ -58,7 +58,7 @@ let
|
|||
icon_theme = "Papirus-Light";
|
||||
cursor_theme = "Bibata-Modern-Classic";
|
||||
|
||||
background = "~/.local/share/backgrounds/nixos-light-pattern.png";
|
||||
background = ./backgrounds/nixos-light-pattern.png;
|
||||
opacity = 95;
|
||||
opacityHex = "ee";
|
||||
color = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue