diff options
Diffstat (limited to '.local/bin/barlaunch')
-rwxr-xr-x | .local/bin/barlaunch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/bin/barlaunch b/.local/bin/barlaunch deleted file mode 100755 index 99a37cd..0000000 --- a/.local/bin/barlaunch +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -polybar-msg cmd quit >/dev/null - -echo "---" >> /tmp/polybar.log -MONITOR=eDP-1 nohup polybar primary --reload >> /tmp/polybar.log 2>&1 & -# MONITOR=HDMI-1 nohup polybar primary --reload >> /tmp/polybar.log 2>&1 & |