It's late and I lost track of what I changed
It probably wasn't much. Just kinda dorked around in the polybar configs.
This commit is contained in:
parent
100bf3a5b5
commit
44cb868fc8
@ -28,6 +28,8 @@ accent-blue = ${xrdb:color12:#83a598}
|
|||||||
font-0 = "DejaVu Sans:size=10;1"
|
font-0 = "DejaVu Sans:size=10;1"
|
||||||
font-1 = "Overpass:size=10;1"
|
font-1 = "Overpass:size=10;1"
|
||||||
font-2 = "Symbola:size=10;1"
|
font-2 = "Symbola:size=10;1"
|
||||||
|
font-3 =
|
||||||
|
font-4 =
|
||||||
|
|
||||||
;========================================
|
;========================================
|
||||||
; BARS
|
; BARS
|
||||||
@ -53,6 +55,8 @@ foreground = ${res/colors.foreground}
|
|||||||
font-0 = ${res/fonts.font-0}
|
font-0 = ${res/fonts.font-0}
|
||||||
font-1 = ${res/fonts.font-1}
|
font-1 = ${res/fonts.font-1}
|
||||||
font-2 = ${res/fonts.font-2}
|
font-2 = ${res/fonts.font-2}
|
||||||
|
font-3 = ${res/fonts.font-3}
|
||||||
|
font-4 = ${res/fonts.font-4}
|
||||||
|
|
||||||
; UPPER
|
; UPPER
|
||||||
;====================
|
;====================
|
||||||
@ -327,3 +331,4 @@ type = internal/xwindow
|
|||||||
label = %title%
|
label = %title%
|
||||||
label-maxlen = 75
|
label-maxlen = 75
|
||||||
label-ellipsis = true
|
label-ellipsis = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user