mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Set hyprlock fallback background color
This commit is contained in:
parent
6ff9a2158c
commit
206c43f71a
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ in
|
||||||
background = {
|
background = {
|
||||||
monitor = "";
|
monitor = "";
|
||||||
path = "~/Pictures/.wallpaper";
|
path = "~/Pictures/.wallpaper";
|
||||||
|
color = "rgb(0,0,0)";
|
||||||
blur_size = 4;
|
blur_size = 4;
|
||||||
blur_passes = 1;
|
blur_passes = 1;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue