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 {
for bar in ${fix_eww}; do
eww open "${bar}"
done
if (( ${#fix_eww} > 0 )); then
eww open-many ${fix_eww}
fi
}
local background=false