diff --git a/Makefile b/Makefile index 663ac4d..57ce6c5 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ sh: cp -f sh/pco $(DESTDIR)$(PREFIX)/bin cp -f sh/git-survey $(DESTDIR)$(PREFIX)/bin cp -f sh/vim-swap-handler $(DESTDIR)$(PREFIX)/bin + cp -f sh/status $(DESTDIR)$(PREFIX)/bin mkc: cc c/scream.c -o c/scream diff --git a/sh/status b/sh/status new file mode 100755 index 0000000..95b4ad1 --- /dev/null +++ b/sh/status @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "$(ps aux | grep simplestatus | wc -l)" -eq 2 ] && killall simplestatus && killall lemonbar + +simplestatus | lemonbar -f 'Fantasque Sans Mono' -B "#161510" -F "#4c4635"