From 0b76dbdb7bbb17207ec07d536a1ab85fb2ccbce8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 14 Apr 2019 14:17:24 -0700 Subject: 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. --- polybar/.config/herbstluftwm/autostart.d/polybar.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 polybar/.config/herbstluftwm/autostart.d/polybar.sh (limited to 'polybar/.config/herbstluftwm/autostart.d/polybar.sh') diff --git a/polybar/.config/herbstluftwm/autostart.d/polybar.sh b/polybar/.config/herbstluftwm/autostart.d/polybar.sh new file mode 100644 index 0000000..57ea1e3 --- /dev/null +++ b/polybar/.config/herbstluftwm/autostart.d/polybar.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +pgrep polybar || { polybar "$(hostname)" 2>/dev/null & } -- cgit v1.2.3-54-g00ecf