diff options
author | Amin Bandali <amin@aminb.org> | 2017-04-27 17:28:55 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-04-27 17:28:55 -0400 |
commit | 3e303e20740e2b1ec0328fbfeca60e4b2244781c (patch) | |
tree | 0222207d3e72bf0202896fe948171f26df2b8274 /polybar/.local/bin/launch-polybar | |
parent | e6566456c87f40401d6aca731d1285b131134bbb (diff) | |
download | configs-3e303e20740e2b1ec0328fbfeca60e4b2244781c.tar.gz configs-3e303e20740e2b1ec0328fbfeca60e4b2244781c.tar.xz configs-3e303e20740e2b1ec0328fbfeca60e4b2244781c.zip |
Customize polybar a bit
Diffstat (limited to '')
-rwxr-xr-x | polybar/.local/bin/launch-polybar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polybar/.local/bin/launch-polybar b/polybar/.local/bin/launch-polybar index 49d56ca..4fcd323 100755 --- a/polybar/.local/bin/launch-polybar +++ b/polybar/.local/bin/launch-polybar @@ -7,6 +7,6 @@ killall -q polybar while pgrep -x polybar >/dev/null; do sleep 1; done # Launch main bar -polybar example & +polybar main & echo "Bars launched..." |