diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-10 00:01:42 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-10 00:01:42 +0200 |
commit | 9d1ef47d9757260631f96c879b02c0221e188648 (patch) | |
tree | 80291c0110b8bc90835224a9d677ca223c7f2771 /.local/bin/barlaunch | |
parent | 1b425c346d784c0a130b1c383e1d3d44ec913f6c (diff) |
script: silence 'barlaunch' output
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 a23059e..f1d76ff 100755 --- a/.local/bin/barlaunch +++ b/.local/bin/barlaunch @@ -1,6 +1,6 @@ #!/bin/sh -polybar-msg cmd quit +polybar-msg cmd quit >/dev/null echo "---" >> /tmp/polybar.log polybar bar1 --reload >> /tmp/polybar.log 2>&1 & disown |