Fix lockscreen + better import
This commit is contained in:
parent
286f70981b
commit
ab69dc3c01
2 changed files with 8 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ writeScript "lockscreen.sh" ''
|
|||
${i3lock-color}/bin/i3lock-color \
|
||||
--insidever-color="${strPalette.normal.green}" \
|
||||
--insidewrong-color="${strPalette.normal.red}" \
|
||||
--inside-color="${strPalette.primary.background}" \
|
||||
--inside-color="${strPalette.normal.black}" \
|
||||
--ringver-color="${strPalette.bright.green}" \
|
||||
--ringwrong-color="${strPalette.bright.red}" \
|
||||
--ringver-color="${strPalette.bright.green}" \
|
||||
|
|
@ -27,7 +27,7 @@ writeScript "lockscreen.sh" ''
|
|||
--line-uses-ring \
|
||||
--keyhl-color="${strPalette.bright.red}" \
|
||||
--bshl-color="${strPalette.bright.red}" \
|
||||
--separator-color="${strPalette.primary.background}" \
|
||||
--separator-color="${strPalette.normal.black}" \
|
||||
--verif-color="${strPalette.normal.green}" \
|
||||
--wrong-color="${strPalette.normal.red}" \
|
||||
--layout-color="${strPalette.normal.blue}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue