diff --git a/dotfiles-old/.config/bspwm/bspwmrc b/dotfiles-old/.config/bspwm/bspwmrc index 66df720..fc2d5b7 100755 --- a/dotfiles-old/.config/bspwm/bspwmrc +++ b/dotfiles-old/.config/bspwm/bspwmrc @@ -1,5 +1,12 @@ #!/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 -d 1 2 3 4 5 6 7 8 9 10 -pgrep -x sxhkd >/dev/null || sxhkd & -polybar bar & +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'