Move Firestarter into different config buckets as well
This commit is contained in:
11
desktop-gruvbox/.config/firestarter/wallpaper
Executable file
11
desktop-gruvbox/.config/firestarter/wallpaper
Executable file
@@ -0,0 +1,11 @@
|
||||
#.fsdefaults
|
||||
[ -z "$DISPLAY" ]
|
||||
:
|
||||
command -v nitrogen && [ -r "$HOME/.config/nitrogen/bg-saved.cfg" ]
|
||||
nitrogen --restore
|
||||
command -v feh && [ -r "$HOME/.fehbg" ]
|
||||
~/.fehbg
|
||||
command -v hsetroot && [ -r ~/.config/firestarter/tile.png ] && [ "$(hostname)" == "dsk-cstm-0" ]
|
||||
hsetroot -tile "$HOME/.config/firestarter/tile.png"
|
||||
command -v hsetroot && [ -r ~/.config/firestarter/tile.png ] && [ -r ~/.config/firestarter/center.png ]
|
||||
hsetroot -tile "$HOME/.config/firestarter/tile.png" -center "$HOME/.config/firestarter/center.png"
|
Reference in New Issue
Block a user