random-bg: use new tl-wallpaper-shuf.bash helper script

This commit is contained in:
David Thurstenson 2022-01-20 18:43:50 -06:00
parent 37c660df94
commit 79c8b6a64c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Thurstylark
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"
output $o-id bg $o-bg-path fill $o-bg-fill