From 8b204c6d7270976b6a3c2bfaad87822a119d2564 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sun, 20 Dec 2020 14:39:18 -0700 Subject: Messing around with polybar --- .config/bspwm/bspwmrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.config/bspwm') diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index f070332..aea7991 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -18,9 +18,6 @@ polybar_panel # Multihead stuff. if [ $(uname -n) = "arch" ]; then - export MAINMON="DP-0" - export SECMON="HDMI-0" - # Run a script to select the main monitor. if [ $(pgrep -f bspwm_enforce_monitor_position | wc -l) < 2]; then bspwm_enforce_monitor_position $MAINMON '^1' & @@ -36,7 +33,8 @@ else fi # General config. -bspc config border_width 5 +bspc config top_padding 24 +bspc config border_width 2 bspc config window_gap 5 bspc config split_ratio 0.52 bspc config borderless_monocle true -- cgit v1.2.3-54-g00ecf