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