dotfiles/polybar/.config/herbstluftwm/autostart.d/polybar.sh
Tom Willemse 0b76dbdb7b Add config for rincewind’s polybar
- 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.
2019-04-14 14:17:24 -07:00

2 lines
77 B
Bash

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