2020-05-24 23:21:29 -05:00
|
|
|
#.fsdefaults
|
|
|
|
[ -z "$DISPLAY" ]
|
|
|
|
:
|
2020-06-01 01:01:18 -05:00
|
|
|
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"
|
2020-05-24 23:21:29 -05:00
|
|
|
command -v feh && [ -r "/home/salt/.fehbg" ]
|
|
|
|
~/.fehbg
|
|
|
|
command -v nitrogen
|
|
|
|
nitrogen --restore
|