More commenting in autostart, more improvments to user scripts

This commit is contained in:
natemaia
2017-12-08 03:25:55 -08:00
parent 15c324b030
commit 48ce00ab51
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
if pgrep -x polybar >/dev/null; then
if [ "$(pidof polybar)" ]; then
pkill polybar
else
start-polybar