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