mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
config: Add under-/overline properties
This commit is contained in:
parent
83ef8bcd0c
commit
c442e47f93
1 changed files with 7 additions and 2 deletions
|
@ -23,13 +23,18 @@ offset-y = 0
|
|||
;background = ${xrdb:color9}
|
||||
background = #ee222222
|
||||
foreground = #dfdfdf
|
||||
linecolor = #555
|
||||
|
||||
;lineheight = 1
|
||||
;linecolor = #555
|
||||
overline-size = 2
|
||||
overline-color = #f00
|
||||
underline-size = 2
|
||||
underline-color = #00f
|
||||
|
||||
border-bottom = 2
|
||||
border-bottom-color = #333
|
||||
|
||||
spacing = 1
|
||||
lineheight = 1
|
||||
padding-left = 0
|
||||
padding-right = 2
|
||||
module-margin-left = 1
|
||||
|
|
Loading…
Reference in a new issue