polybar: switched to One Dark colours
This commit is contained in:
parent
cbcc7556c0
commit
99f4984283
|
@ -17,13 +17,16 @@
|
||||||
;==========================================================
|
;==========================================================
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = #282A2E
|
background = #282C34
|
||||||
background-alt = #373B41
|
background-alt = #282C34
|
||||||
foreground = #C5C8C6
|
foreground = #98C379
|
||||||
primary = #F0C674
|
foreground-alt = #C678DD
|
||||||
secondary = #8ABEB7
|
primary = #C678DD
|
||||||
alert = #A54242
|
secondary = #E5C07B
|
||||||
disabled = #707880
|
alert = #E06C75
|
||||||
|
disabled = #ABB2BF
|
||||||
|
separator = #61AFEF
|
||||||
|
windowTitle = #56B6C2
|
||||||
|
|
||||||
[bar/myBar]
|
[bar/myBar]
|
||||||
width = 100%
|
width = 100%
|
||||||
|
@ -45,7 +48,7 @@ padding = 2
|
||||||
module-margin = 1
|
module-margin = 1
|
||||||
|
|
||||||
separator = |
|
separator = |
|
||||||
separator-foreground = ${colors.disabled}
|
separator-foreground = ${colors.separator}
|
||||||
|
|
||||||
font-0 = Open Sans:size=10;2
|
font-0 = Open Sans:size=10;2
|
||||||
|
|
||||||
|
@ -68,6 +71,7 @@ type = internal/xworkspaces
|
||||||
|
|
||||||
label-active = %name%
|
label-active = %name%
|
||||||
label-active-background = ${colors.background-alt}
|
label-active-background = ${colors.background-alt}
|
||||||
|
label-active-foreground = ${colors.foreground-alt}
|
||||||
label-active-underline= ${colors.primary}
|
label-active-underline= ${colors.primary}
|
||||||
label-active-padding = 1
|
label-active-padding = 1
|
||||||
|
|
||||||
|
@ -90,6 +94,7 @@ label-empty-padding = 1
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label = %title:0:60:...%
|
label = %title:0:60:...%
|
||||||
|
label-foreground = ${colors.windowTitle}
|
||||||
|
|
||||||
[module/filesystem]
|
[module/filesystem]
|
||||||
type = internal/fs
|
type = internal/fs
|
||||||
|
|
Loading…
Reference in a new issue