Fix swayidle-lock-screen
This commit is contained in:
parent
5d80c98c1f
commit
1a88360489
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user