From 9452a652824222a81aefdddb19c760fb68c3ef14 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Jun 2020 01:01:18 -0500 Subject: [PATCH] firestarter: Reorganize wallpaper stuff --- .center => .config/firestarter/center.png | Bin .tile => .config/firestarter/tile.png | Bin .config/firestarter/wallpaper | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename .center => .config/firestarter/center.png (100%) rename .tile => .config/firestarter/tile.png (100%) diff --git a/.center b/.config/firestarter/center.png similarity index 100% rename from .center rename to .config/firestarter/center.png diff --git a/.tile b/.config/firestarter/tile.png similarity index 100% rename from .tile rename to .config/firestarter/tile.png diff --git a/.config/firestarter/wallpaper b/.config/firestarter/wallpaper index bfe67681..b1f54a88 100644 --- a/.config/firestarter/wallpaper +++ b/.config/firestarter/wallpaper @@ -1,8 +1,8 @@ #.fsdefaults [ -z "$DISPLAY" ] : -command -v hsetroot && [ -r ~/.tile ] && [ -r ~/.center ] -hsetroot -tile "/home/salt/.tile" -center "/home/salt/.center" +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" ] ~/.fehbg command -v nitrogen