More commenting in autostart, more improvments to user scripts
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if pgrep -x polybar >/dev/null; then
|
||||
if [ "$(pidof polybar)" ]; then
|
||||
pkill polybar
|
||||
else
|
||||
start-polybar
|
||||
|
Reference in New Issue
Block a user