overlays priority
This commit is contained in:
parent
d7e02d7b05
commit
f91ca25c01
3 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ roboto
|
||||
, swaylock
|
||||
, writeScriptBin
|
||||
, writeShellScriptBin
|
||||
, wallpaper ? ../../wallpapers/n8ca4obsys991.png
|
||||
, font ? { package = roboto; name = "Roboto"; size = 10; }
|
||||
, strPalette ? {
|
||||
|
|
@ -8,8 +8,9 @@
|
|||
normal = { red = "ff0000ff"; green = "00ff00ff"; black = "000000ff"; };
|
||||
bright = { red = "ff1010ff"; green = "10ff10ff"; blue = "1010ffff"; };
|
||||
}
|
||||
}: writeScriptBin "wl-lockscreen" ''
|
||||
}: writeShellScriptBin "wl-lockscreen" ''
|
||||
# Using font package ${font.package}
|
||||
# ${builtins.toJSON strPalette}
|
||||
${swaylock}/bin/swaylock \
|
||||
--color "${strPalette.primary.background}" \
|
||||
--inside-ver-color "${strPalette.normal.green}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue