diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2019-04-20 14:46:52 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2019-04-20 14:46:52 +0200 |
commit | c4993a80baec31f0784f66e1e20f208b9ee1fc22 (patch) | |
tree | 706004d32a7c718457ba50d5f637550bed0b58b0 | |
parent | 78758ad176a652f255ed764e58e9d7156a729b83 (diff) |
Update
-rw-r--r-- | polybar/.config/polybar/config | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 96a7226..4ae15b6 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -8,7 +8,7 @@ ;===================================================== [colors] -background = #f222 +background = #fff background-alt = #444 #foreground = #dfdfdf foreground = #000 @@ -31,16 +31,13 @@ height = 30 offset-x = 0 offset-y = 0 - ; Prefer fixed center position for the `modules-center` block ; When false, the center position will be based on the size of the other blocks. fixed-center = true -#background = ${xrdb:color9} background = ${colors.background} foreground = ${colors.foreground} - overline-size = 2 overline-color = #f00 underline-size = 2 |