firestarter: Only tile on my desktop

This commit is contained in:
Salt 2020-06-01 16:01:42 -05:00
parent 2810a5e991
commit a829436d7e

View File

@ -1,6 +1,8 @@
#.fsdefaults
[ -z "$DISPLAY" ]
:
command -v hsetroot && [ -r ~/.config/firestarter/tile.png ] && [ "$(hostname)" == "dsk-cstm-0" ]
hsetroot -tile "/home/salt/.config/firestarter/tile.png"
command -v hsetroot && [ -r ~/.config/firestarter/tile.png ] && [ -r ~/.config/firestarter/center.png ]
hsetroot -tile "/home/salt/.config/firestarter/tile.png" -center "/home/salt/.config/firestarter/center.png"
command -v feh && [ -r "/home/salt/.fehbg" ]