dotfiles/polybar/.config/herbstluftwm/autostart.d/polybar.sh
2020-04-22 23:19:20 -07:00

2 lines
78 B
Bash
Executable file

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