From 1f28d5ea1d9ac8c938081d798740720a5ba61717 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Jun 2020 00:52:20 -0500 Subject: [PATCH] firestarter: Fix wallpaper script --- .config/firestarter/wallpaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/firestarter/wallpaper b/.config/firestarter/wallpaper index 0bc1592e..bfe67681 100644 --- a/.config/firestarter/wallpaper +++ b/.config/firestarter/wallpaper @@ -1,7 +1,7 @@ #.fsdefaults [ -z "$DISPLAY" ] : -command -v hsetroot && [ -r "~/.tile" ] && [ -r "~/.center" ] +command -v hsetroot && [ -r ~/.tile ] && [ -r ~/.center ] hsetroot -tile "/home/salt/.tile" -center "/home/salt/.center" command -v feh && [ -r "/home/salt/.fehbg" ] ~/.fehbg