summaryrefslogtreecommitdiff
path: root/.config/polybar/launch
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-05-16 19:23:58 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-05-16 19:23:58 +0200
commit6f8a8bbdafc553d74b445f626c08165c0eb4f2f5 (patch)
treed220fb14caf40f820745407dbf12d09e8508a283 /.config/polybar/launch
parente23d1a4bdd10f7a870efa652503ca6eb0c3b2157 (diff)
polybar: auto-reload config
Diffstat (limited to '.config/polybar/launch')
-rwxr-xr-x.config/polybar/launch4
1 files changed, 2 insertions, 2 deletions
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..."