summaryrefslogtreecommitdiffstats
path: root/.config/x11
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/x11/xinitrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index e305d51..612cac8 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -40,7 +40,11 @@ dunst_shit() {
for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do
kill -9 $pid
done
- [ $host = "mother" ] && "$HOME"/.local/bin/setwp "$HOME"/pics/wp.png || "$HOME"/.local/bin/setwp "$HOME"/pics/wp/city
+ [ $host = "mother" ] && feh --no-fehbg --image-bg '#1d2021' \
+ --bg-fill /tmp/2.jpg \
+ --bg-fill /tmp/1.jpg \
+ --bg-file /tmp/3.jpg ||
+ "$HOME"/.local/bin/setwp "$HOME"/pics/wp/city
"$HOME"/.local/bin/kb &
}