diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-16 19:23:58 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-16 19:23:58 +0200 |
commit | 6f8a8bbdafc553d74b445f626c08165c0eb4f2f5 (patch) | |
tree | d220fb14caf40f820745407dbf12d09e8508a283 /.config | |
parent | e23d1a4bdd10f7a870efa652503ca6eb0c3b2157 (diff) |
polybar: auto-reload config
Diffstat (limited to '.config')
-rwxr-xr-x | .config/polybar/launch | 4 |
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..." |