From 640b7eda46dfbbe94660cbd9046eecd46326d53a Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 7 Oct 2025 10:54:12 +0200 Subject: up --- .config/x11/xinitrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/x11/xinitrc') diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 612cac8..4c856a5 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -40,11 +40,11 @@ dunst_shit() { for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do kill -9 $pid done - [ $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 + feh --no-fehbg --image-bg '#1d2021' --bg-fill \ + "$HOME"/pics/2.jpg \ + "$HOME"/pics/1.jpg \ + "$HOME"/pics/3.jpg + # "$HOME"/.local/bin/setwp "$HOME"/pics/wp/city "$HOME"/.local/bin/kb & } -- cgit v1.2.3