diff options
Diffstat (limited to 'polybar')
| -rw-r--r-- | polybar/.config/polybar/mybar_fedora | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/polybar/.config/polybar/mybar_fedora b/polybar/.config/polybar/mybar_fedora index fb37a85..4c23fa7 100644 --- a/polybar/.config/polybar/mybar_fedora +++ b/polybar/.config/polybar/mybar_fedora @@ -18,9 +18,10 @@ [colors] ;# for semi transparency -background = #aa000000 -;background = ${xrdb:color0:#222} +;background = #55000000 +background = ${xrdb:color0:#222} background-alt = ${xrdb:color3:#222} +;background-alt = #aa000000 foreground = ${xrdb:color7:#222} foreground-alt = ${xrdb:color2:#222} primary = ${xrdb:color1:#222} @@ -44,10 +45,10 @@ battery_color = ${self.highlight} [bar/mybar] monitor = ${env:MONITOR:fallback-value} width = 100% -height = 25 +height = 20 offset-x = 0% offset-y = 0% -radius = 1.0 +radius = 0.0 fixed-center = false background = ${colors.background} |
