sway/.config/sway/available/output/random-bg.conf

12 lines
284 B
Plaintext

# Sway Config: Random Background Configure
#
# Thurstylark
include $dir-utils/output/set-bg
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-fill "#000000"
$u-output-set-bg