From 6f8a8bbdafc553d74b445f626c08165c0eb4f2f5 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Mon, 16 May 2022 19:23:58 +0200 Subject: polybar: auto-reload config --- .config/polybar/launch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/polybar/launch') diff --git a/.config/polybar/launch b/.config/polybar/launch index ff5065a..0061bf1 100755 --- a/.config/polybar/launch +++ b/.config/polybar/launch @@ -7,7 +7,7 @@ killall -q polybar # Launch bar1 echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log -polybar bar1 2>&1 | tee -a /tmp/polybar1.log & disown -polybar bar2 2>&1 | tee -a /tmp/polybar2.log & disown +polybar bar1 -r 2>&1 | tee -a /tmp/polybar1.log & disown +polybar bar2 -r 2>&1 | tee -a /tmp/polybar2.log & disown echo "Bars launched..." -- cgit v1.2.3-70-g09d2