From 690770c13c733fe417f2a3c1ef93f808b52d99c2 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Thu, 23 Apr 2020 17:31:05 -0400 Subject: using polybar instead of i3bar --- .config/polybar/launch.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .config/polybar/launch.sh (limited to '.config/polybar/launch.sh') 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 & -- cgit 1.4.1