dot_testing/sh/status

6 lines
163 B
Plaintext
Raw Normal View History

2022-06-18 15:28:59 -05:00
#!/bin/sh
2022-06-18 16:34:48 -05:00
[ "$(ps aux | grep simplestatus | wc -l)" -eq 2 ] && killall simplestatus
2022-06-18 15:28:59 -05:00
2022-06-18 16:34:48 -05:00
simplestatus | lemonbar -f 'Fantasque Sans Mono' -B "#161510" -F "#4c4635" &