diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-04-23 17:31:05 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-25 00:40:45 -0400 |
commit | 690770c13c733fe417f2a3c1ef93f808b52d99c2 (patch) | |
tree | a5436d2f725ef03a8e1e95e9f2e155b5bbf67fd7 /.config/polybar/launch.sh | |
parent | 89b91ab021b1e2bc0c49148e37f0479791bdd75a (diff) | |
download | dogfiles-690770c13c733fe417f2a3c1ef93f808b52d99c2.tar.gz |
using polybar instead of i3bar
Diffstat (limited to '.config/polybar/launch.sh')
-rwxr-xr-x | .config/polybar/launch.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh new file mode 100755 index 0000000..39379b3 --- /dev/null +++ b/.config/polybar/launch.sh @@ -0,0 +1,7 @@ +#!/bin/env sh + +pkill polybar + +sleep 1; + +polybar i3_bar & |