2020-05-24 23:21:29 -05:00
|
|
|
#.fsdefaults
|
|
|
|
[ -z "$DISPLAY" ]
|
|
|
|
:
|
2020-06-29 10:21:41 -05:00
|
|
|
command -v nitrogen && [ -r "/home/salt/.config/nitrogen/bg-saved.cfg" ]
|
|
|
|
nitrogen --restore
|
|
|
|
command -v feh && [ -r "/home/salt/.fehbg" ]
|
|
|
|
~/.fehbg
|
2020-06-01 16:01:42 -05:00
|
|
|
command -v hsetroot && [ -r ~/.config/firestarter/tile.png ] && [ "$(hostname)" == "dsk-cstm-0" ]
|
|
|
|
hsetroot -tile "/home/salt/.config/firestarter/tile.png"
|
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"
|