diff --git a/.config/sway/available/output/random-bg.conf b/.config/sway/available/output/random-bg.conf index 8be1a70..35c71a3 100644 --- a/.config/sway/available/output/random-bg.conf +++ b/.config/sway/available/output/random-bg.conf @@ -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