From 183eb534cdf1623053ff8bdeea7eacdbbfb792e3 Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 7 Oct 2025 14:58:09 +0200 Subject: up --- .config/x11/xinitrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 4c856a5..5463649 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -40,10 +40,14 @@ dunst_shit() { for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do kill -9 $pid done - feh --no-fehbg --image-bg '#1d2021' --bg-fill \ + [ $host = "mother" ] && + feh --no-fehbg --image-bg '#1d2021' --bg-fill \ "$HOME"/pics/2.jpg \ "$HOME"/pics/1.jpg \ "$HOME"/pics/3.jpg + [ $host = "po-rbo" ] && + feh --no-fehbg --image-bg '#1d2021' --no-xinerama \ + --bg-center "$HOME"/pics/wp.jpg # "$HOME"/.local/bin/setwp "$HOME"/pics/wp/city "$HOME"/.local/bin/kb & } -- cgit v1.2.3