From 7f95086d0f07468663ce93f0916337b5d4b5b469 Mon Sep 17 00:00:00 2001 From: dx Date: Sat, 2 May 2020 08:06:19 +0100 Subject: +simple launch script for polybar --- Polybar/.config/polybar/launch.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Polybar/.config/polybar/launch.sh diff --git a/Polybar/.config/polybar/launch.sh b/Polybar/.config/polybar/launch.sh new file mode 100644 index 0000000..536873a --- /dev/null +++ b/Polybar/.config/polybar/launch.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +killall polybar; +polybar custom-bar; -- cgit v1.2.3-13-gbd6f