diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-01-20 11:13:20 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-01-20 11:13:20 +0530 |
commit | e7e4d71e59973dba45bf63cd3db54d0bd6814572 (patch) | |
tree | cca73935793742f1e91e40992331c763d810ac29 /.scripts | |
parent | 966cee080fb854efe3adf4f06288e98465b9a363 (diff) |
added script to start and restart polybar
Diffstat (limited to '.scripts')
-rwxr-xr-x | .scripts/polystart | 4 |
1 files changed, 4 insertions, 0 deletions
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 |