From 9d1ef47d9757260631f96c879b02c0221e188648 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Mon, 10 Oct 2022 00:01:42 +0200 Subject: script: silence 'barlaunch' output --- .local/bin/barlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local') 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 -- cgit v1.2.3-70-g09d2