random-bg: use new tl-wallpaper-shuf.bash helper script
This commit is contained in:
parent
37c660df94
commit
79c8b6a64c
|
@ -3,7 +3,7 @@
|
||||||
# Thurstylark
|
# Thurstylark
|
||||||
|
|
||||||
set $o-id "*"
|
set $o-id "*"
|
||||||
set $o-bg-path $$(find $dir-wallpapers -type f \( -iname \*.jpg -o -iname \*.png \) -not -path $dir-wallpapers/sway/\* | shuf -n 1 )
|
set $o-bg-path $$(/usr/share/backgrounds/thurstylark/tl-wallpaper-shuf.bash)
|
||||||
set $o-bg-fill "#000000"
|
set $o-bg-fill "#000000"
|
||||||
|
|
||||||
output $o-id bg $o-bg-path fill $o-bg-fill
|
output $o-id bg $o-bg-path fill $o-bg-fill
|
||||||
|
|
Loading…
Reference in New Issue