From 753a777382fa24fd313f1024ffc9380c6b9749b5 Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Wed, 26 Jan 2022 00:38:36 -0500 Subject: new theme for polybar. moved old theme to polybar.old --- .config/polybar.old/launch.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .config/polybar.old/launch.sh (limited to '.config/polybar.old/launch.sh') diff --git a/.config/polybar.old/launch.sh b/.config/polybar.old/launch.sh new file mode 100755 index 0000000..39379b3 --- /dev/null +++ b/.config/polybar.old/launch.sh @@ -0,0 +1,7 @@ +#!/bin/env sh + +pkill polybar + +sleep 1; + +polybar i3_bar & -- cgit 1.4.1