dotfiles/polybar/.config/herbstluftwm/autostart.d/polybar.sh

2 lines
77 B
Bash
Executable file

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