diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-11-04 21:43:06 +0100 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-11-04 21:43:06 +0100 |
commit | 767c0821ee0a1ad893efe9b5bc8e84f5629f8416 (patch) | |
tree | b3b8b619dd99f020f41f54fa1186421901d78fd0 /.local/bin/barlaunch | |
parent | bb2359c30f8ade19fc7e60ab825d2744d0c04fcf (diff) |
scripts: removed bashisms
Diffstat (limited to '.local/bin/barlaunch')
-rwxr-xr-x | .local/bin/barlaunch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/barlaunch b/.local/bin/barlaunch index f1d76ff..5a8fec0 100755 --- a/.local/bin/barlaunch +++ b/.local/bin/barlaunch @@ -3,4 +3,4 @@ polybar-msg cmd quit >/dev/null echo "---" >> /tmp/polybar.log -polybar bar1 --reload >> /tmp/polybar.log 2>&1 & disown +nohup polybar bar1 --reload >> /tmp/polybar.log 2>&1 & |