firestarter: Modularize wallpaper setting

This commit is contained in:
Salt 2020-06-01 00:46:04 -05:00
parent f226b00b72
commit 278ec4745a
3 changed files with 2 additions and 0 deletions

BIN
.center Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1,6 +1,8 @@
#.fsdefaults
[ -z "$DISPLAY" ]
:
command -v hsetroot && [ -r "~/.tile" ] && [ -r "~/.center" ]
hsetroot -tile "/home/salt/.tile" -center "/home/salt/.center"
command -v feh && [ -r "/home/salt/.fehbg" ]
~/.fehbg
command -v nitrogen

BIN
.tile Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B