bspwm, Polybar: Minor color and gap fixes
This commit is contained in:
parent
55eec7f693
commit
607d1f19fb
@ -33,13 +33,13 @@ xset s off
|
|||||||
## SERVICES AND DAEMONS
|
## SERVICES AND DAEMONS
|
||||||
sxhkd & # Simple hotkey daemon
|
sxhkd & # Simple hotkey daemon
|
||||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
|
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
|
||||||
polybar alpha & # Simple bar
|
polybar -r alpha & # Simple bar
|
||||||
|
|
||||||
## bspwm GENERAL CONFIGURATION
|
## bspwm GENERAL CONFIGURATION
|
||||||
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
|
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
|
||||||
|
|
||||||
bspc config border_width 2
|
bspc config border_width 4
|
||||||
bspc config window_gap 4
|
bspc config window_gap 10
|
||||||
|
|
||||||
bspc config split_ratio 0.52
|
bspc config split_ratio 0.52
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
@ -48,9 +48,9 @@ bspc focus_follows_pointer true
|
|||||||
bspc pointer_follows_focus true
|
bspc pointer_follows_focus true
|
||||||
bspc pointer_follows_monitor true
|
bspc pointer_follows_monitor true
|
||||||
|
|
||||||
bspc config normal_border_color "#1d2021"
|
bspc config normal_border_color "#282828"
|
||||||
bspc config active_border_color "#83a598"
|
bspc config active_border_color "#458588"
|
||||||
bspc config focused_border_color "#458588"
|
bspc config focused_border_color "#84a598"
|
||||||
bspc config presel_border_color "#d3869b"
|
bspc config presel_border_color "#d3869b"
|
||||||
bspc config urgent_border_color "#fabd2f"
|
bspc config urgent_border_color "#fabd2f"
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ ws-icon-default =
|
|||||||
label-focused = %icon%
|
label-focused = %icon%
|
||||||
label-focused-padding = 2
|
label-focused-padding = 2
|
||||||
label-focused-foreground = ${res/colors.background}
|
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 = ${self.label-focused}
|
||||||
label-dimmed-padding = ${self.label-focused-padding}
|
label-dimmed-padding = ${self.label-focused-padding}
|
||||||
|
Loading…
Reference in New Issue
Block a user