diff options
author | joe <rbo@gmx.us> | 2025-10-06 21:20:06 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-06 21:20:06 +0200 |
commit | ecae39ed52d176ff26e5b39edba923518ddfea3b (patch) | |
tree | 1a0198bf24fd77a31d1ad11b172054dbe71e9052 /.config/x11/xinitrc | |
parent | up (diff) | |
download | dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.gz dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.bz2 dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.xz dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.tar.zst dotfiles-bsd-ecae39ed52d176ff26e5b39edba923518ddfea3b.zip |
up
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r-- | .config/x11/xinitrc | 6 |
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 & } |