polybar config cleaning
This commit is contained in:
parent
1ab1f569cb
commit
ae266089a4
|
|
@ -6,19 +6,11 @@ bottom = true
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
line-size = 0
|
line-size = 0
|
||||||
;line-color = #f00
|
|
||||||
border-size = 4
|
border-size = 4
|
||||||
border-color = ${colors.background}
|
border-color = ${colors.background}
|
||||||
padding-left = 1
|
padding-left = 1
|
||||||
padding-right = 1
|
padding-right = 1
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
module-margin-right = 1
|
module-margin-right = 1
|
||||||
;font-1 = TamzenForPowerline:size=12;1
|
|
||||||
;font-1 = Source Code Pro:size=8;1
|
|
||||||
font-1 = Ubuntu Mono derivative Powerline:size=10;1
|
|
||||||
font-0 = FontAwesome:size=10.5;1
|
font-0 = FontAwesome:size=10.5;1
|
||||||
font-2 = Material Icons:size=12;3
|
font-1 = Ubuntu Mono derivative Powerline:size=10;1
|
||||||
font-3 = Openlogos:size=12;3
|
|
||||||
;font-2 = "Font Awesome 5 Free:style=Regular:size=12;3"
|
|
||||||
;font-3 = "Font Awesome 5 Free:style=Solid:size=12;3"
|
|
||||||
;font-4 = "Font Awesome 5 Brands:style=Regular:size=12;3"
|
|
||||||
|
|
|
||||||
|
|
@ -6,21 +6,14 @@ bottom = false
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
line-size = 0
|
line-size = 0
|
||||||
;line-color = #f00
|
|
||||||
border-size = 2
|
border-size = 2
|
||||||
border-color = ${colors.background}
|
border-color = ${colors.background}
|
||||||
padding-left = 1
|
padding-left = 0
|
||||||
padding-right = 1
|
padding-right = 0
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
module-margin-right = 1
|
module-margin-right = 1
|
||||||
;font-0 = TamzenForPowerline:size=12;1
|
|
||||||
;font-0 = Cource Code Pro:size=8;1
|
|
||||||
font-0 = Ubuntu Mono derivative Powerline:size=10;1
|
font-0 = Ubuntu Mono derivative Powerline:size=10;1
|
||||||
font-1 = FontAwesome:size=10;1
|
font-1 = FontAwesome:size=10;1
|
||||||
font-2 = Material Icons:size=10;2
|
|
||||||
;font-1 = "Font Awesome 5 Free:style=Regular:size=10;1"
|
|
||||||
;font-2 = "Font Awesome 5 Free:style=Solid:size=10;1"
|
|
||||||
;font-3 = "Font Awesome 5 Brands:style=Regular:size=10;1"
|
|
||||||
scroll-up = i3wm-wsnext
|
scroll-up = i3wm-wsnext
|
||||||
scroll-down = i3wm-wsprev
|
scroll-down = i3wm-wsprev
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue