diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index eec1731a..5c444902 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -33,13 +33,13 @@ xset s off ## SERVICES AND DAEMONS sxhkd & # Simple hotkey daemon feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 & -polybar alpha & # Simple bar +polybar -r alpha & # Simple bar ## bspwm GENERAL CONFIGURATION bspc monitor -d 1 2 3 4 5 6 7 8 9 10 -bspc config border_width 2 -bspc config window_gap 4 +bspc config border_width 4 +bspc config window_gap 10 bspc config split_ratio 0.52 bspc config borderless_monocle true @@ -48,9 +48,9 @@ bspc focus_follows_pointer true bspc pointer_follows_focus true bspc pointer_follows_monitor true -bspc config normal_border_color "#1d2021" -bspc config active_border_color "#83a598" -bspc config focused_border_color "#458588" +bspc config normal_border_color "#282828" +bspc config active_border_color "#458588" +bspc config focused_border_color "#84a598" bspc config presel_border_color "#d3869b" bspc config urgent_border_color "#fabd2f" diff --git a/.config/polybar/config b/.config/polybar/config index 8ea5035c..e31c4a69 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -136,7 +136,7 @@ ws-icon-default =  label-focused = %icon% label-focused-padding = 2 label-focused-foreground = ${res/colors.background} -label-focused-background = ${res/colors.primary} +label-focused-background = ${res/colors.secondary} label-dimmed = ${self.label-focused} label-dimmed-padding = ${self.label-focused-padding}