mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Setting the color via the autostart script
This commit is contained in:
parent
0df03fcd9d
commit
e938552d15
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ do
|
||||||
wpdir="$data_dir/wallpapers"
|
wpdir="$data_dir/wallpapers"
|
||||||
test -d "$wpdir" && \
|
test -d "$wpdir" && \
|
||||||
find $wpdir -name '*.jpg' -o -name '*.png' -o -name '*.svg'
|
find $wpdir -name '*.jpg' -o -name '*.png' -o -name '*.svg'
|
||||||
done | (shuf -n 1 || tail -n 1) | xargs swaybg -m fill -i &
|
done | (shuf -n 1 || tail -n 1) | xargs swaybg -c '#303030' -m fill -i &
|
||||||
IFS=$oldifs
|
IFS=$oldifs
|
||||||
|
|
||||||
# vim: ft=sh
|
# vim: ft=sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue