summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..."