diff options
Diffstat (limited to 'polybar/launch.sh')
-rwxr-xr-x | polybar/launch.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/polybar/launch.sh b/polybar/launch.sh new file mode 100755 index 0000000..cd8aef1 --- /dev/null +++ b/polybar/launch.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +polybar --reload -q main -c "$HOME/.config/polybar/config.ini" & +polybar --reload -q opt -c "$HOME/.config/polybar/config.ini" & |