Compare commits
2 Commits
c73759a2c3
...
79c8b6a64c
Author | SHA1 | Date |
---|---|---|
David Thurstenson | 79c8b6a64c | |
David Thurstenson | 37c660df94 |
|
@ -2,10 +2,8 @@
|
|||
#
|
||||
# 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-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
|
||||
|
|
Loading…
Reference in New Issue