From e7e4d71e59973dba45bf63cd3db54d0bd6814572 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 20 Jan 2022 11:13:20 +0530 Subject: added script to start and restart polybar --- .scripts/polystart | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .scripts/polystart (limited to '.scripts') diff --git a/.scripts/polystart b/.scripts/polystart new file mode 100755 index 0000000..af25059 --- /dev/null +++ b/.scripts/polystart @@ -0,0 +1,4 @@ +#!/bin/sh + +killall polybar +polybar mybar -- cgit v1.2.3