Modify my rice for better compatibility on my new high-res monitor
like fug, my eyes are hurty
This commit is contained in:
parent
fbc2f92c9d
commit
2414251e1f
@ -66,8 +66,8 @@ bspc config ignore_ewmh_focus true # Fuck you, Discord
|
||||
|
||||
## Looks
|
||||
# Padding
|
||||
bspc config border_width 4
|
||||
bspc config window_gap 6
|
||||
bspc config border_width 6
|
||||
bspc config window_gap 8
|
||||
bspc config single_monocle false
|
||||
bspc config borderless_monocle false
|
||||
bspc config gapless_monocle false
|
||||
|
@ -32,7 +32,7 @@ bar-width = 50
|
||||
bar-fill = |
|
||||
bar-empty = |
|
||||
bar-indicator =
|
||||
border-size = 4
|
||||
border-size = 6
|
||||
padding = 2
|
||||
|
||||
[settings]
|
||||
@ -44,19 +44,19 @@ format-background = ${res/colors.bg}
|
||||
[template/bar]
|
||||
bottom = false
|
||||
wm-restack = ${env:PB_WM_RESTACK:i3}
|
||||
tray-maxsize = 16
|
||||
tray-maxsize = 24
|
||||
background = ${res/colors.bg}
|
||||
foreground = ${res/colors.fg}
|
||||
border-color = ${res/colors.border}
|
||||
tray-background = ${res/colors.bg}
|
||||
height = 40
|
||||
width = 100%:-12
|
||||
offset-x = 6
|
||||
height = 48
|
||||
width = 100%:-16
|
||||
offset-x = 8
|
||||
padding = 2
|
||||
border-size = ${res/config.border-size}
|
||||
font-0 = "IBM Plex Sans:style=Medium:size=10;2"
|
||||
font-1 = "Deja Vu Sans Mono:style=Regular:size=10;2"
|
||||
font-2 = "IBM Plex Sans:style=Bold:size=10;2"
|
||||
font-0 = "IBM Plex Sans:style=Medium:size=12;2"
|
||||
font-1 = "Deja Vu Sans Mono:style=Regular:size=12;2"
|
||||
font-2 = "IBM Plex Sans:style=Bold:size=12;2"
|
||||
font-3 = "Fork Awesome:style=Regular:size=12;2"
|
||||
font-4 = "Font Awesome 5 Free:style=Regular:size=12;2"
|
||||
font-5 = "Font Awesome 5 Brands:style=Regular:size=12;2"
|
||||
|
Loading…
Reference in New Issue
Block a user