Removed vestigial sourcing
This commit is contained in:
parent
c73759a2c3
commit
37c660df94
|
@ -2,8 +2,6 @@
|
||||||
#
|
#
|
||||||
# Thurstylark
|
# Thurstylark
|
||||||
|
|
||||||
include $dir-utils/output/set-bg
|
|
||||||
|
|
||||||
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 $$(find $dir-wallpapers -type f \( -iname \*.jpg -o -iname \*.png \) -not -path $dir-wallpapers/sway/\* | shuf -n 1 )
|
||||||
set $o-bg-fill "#000000"
|
set $o-bg-fill "#000000"
|
||||||
|
|
Loading…
Reference in New Issue