Tom Willemse
0b76dbdb7b
- Change some of the colors, because I’ve spent a little more time on this on rincewind than on data. - Add a script that will start polybar whenever herbstluftwm starts. - Rename [bar/drd] to [bar/data] to match the hostname of data.
2 lines
77 B
Bash
2 lines
77 B
Bash
#!/usr/bin/env bash
|
|
pgrep polybar || { polybar "$(hostname)" 2>/dev/null & }
|