#!/bin/sh
bspc config active_border_color '#FFCACA'
bspc config focus_follows_pointer true
bspc config focused_border_color '#FFFFFF'
bspc config normal_border_color '#FFDBDB'
bspc config window_gap 0
bspc monitor LVDS1 -d 1 2 3 4
xrandr | grep ' connected ' | awk '{print $1}' | grep VGA >/dev/null 2>&1 \
	&& bspc monitor VGA1 -d 5 6 7 8 \
	|| true
bspc rule -a XClock manage=off # thanks emanuele6
bspc rule -a xload manage=off
xdo lower -NXClock
xdo lower -Nxload
data | lemonbar -bf '-*-unscii-*-*-*-*-*-*-*-*-*-*-*-*' -F '#FFDBDB'
