Compare commits
No commits in common. "79c8b6a64c9e5572ef4dc4ae152f8ee1ea4096a6" and "c73759a2c3d09d0cfc74453c2c7c83d701574928" have entirely different histories.
79c8b6a64c
...
c73759a2c3
|
@ -2,8 +2,10 @@
|
||||||
#
|
#
|
||||||
# Thurstylark
|
# Thurstylark
|
||||||
|
|
||||||
|
include $dir-utils/output/set-bg
|
||||||
|
|
||||||
set $o-id "*"
|
set $o-id "*"
|
||||||
set $o-bg-path $$(/usr/share/backgrounds/thurstylark/tl-wallpaper-shuf.bash)
|
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"
|
||||||
|
|
||||||
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