From a829436d7ef0a1f4c225a18c1e3708a571f6b9ed Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Jun 2020 16:01:42 -0500 Subject: [PATCH] firestarter: Only tile on my desktop --- .config/firestarter/wallpaper | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/firestarter/wallpaper b/.config/firestarter/wallpaper index b1f54a88..a541d88a 100644 --- a/.config/firestarter/wallpaper +++ b/.config/firestarter/wallpaper @@ -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" ]