Fix swayidle-lock-screen

This commit is contained in:
2023-11-14 22:00:14 -08:00
parent 5d80c98c1f
commit 1a88360489

View File

@ -13,9 +13,9 @@ function run {
} }
function fix_eww { function fix_eww {
for bar in ${fix_eww}; do if (( ${#fix_eww} > 0 )); then
eww open "${bar}" eww open-many ${fix_eww}
done fi
} }
local background=false local background=false