swaylock: fix cache miss
This commit is contained in:
parent
1a4fd19596
commit
5a5b544caa
2 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,7 @@ let
|
|||
cursor_theme = "Bibata-Modern-Classic";
|
||||
|
||||
background = ./backgrounds/nixos-dark-pattern.png;
|
||||
backgroundPath = "~/.local/share/backgrounds/nixos-dark-pattern.png";
|
||||
opacity = 95;
|
||||
opacityHex = "ee";
|
||||
color = {
|
||||
|
@ -59,6 +60,7 @@ let
|
|||
cursor_theme = "Bibata-Modern-Classic";
|
||||
|
||||
background = ./backgrounds/nixos-light-pattern.png;
|
||||
backgroundPath = "~/.local/share/backgrounds/nixos-light-pattern.png";
|
||||
opacity = 95;
|
||||
opacityHex = "ee";
|
||||
color = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue