3 lines
77 B
Bash
3 lines
77 B
Bash
|
#!/usr/bin/env bash
|
||
|
pgrep polybar || { polybar "$(hostname)" 2>/dev/null & }
|