diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-28 14:18:59 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-28 14:18:59 +0000 |
| commit | 1aef3f8431457ce04fd992caf40319ee001bf4f4 (patch) | |
| tree | beb2d3e1d1f41e1e94771c71d280db1884496d9e /polybar/.config | |
| parent | fffa3703032858166c438b29f737d7312c6b7581 (diff) | |
polybar date color and transparency
Diffstat (limited to 'polybar/.config')
| -rw-r--r-- | polybar/.config/polybar/mybar | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/polybar/.config/polybar/mybar b/polybar/.config/polybar/mybar index f404ee1..b715453 100644 --- a/polybar/.config/polybar/mybar +++ b/polybar/.config/polybar/mybar @@ -28,8 +28,8 @@ ;alert = #bd2c40 # for semi transparency - ;background = #aa2F343F - background = ${xrdb:color0:#222} + background = #aa000000 + ;background = ${xrdb:color0:#222} background-alt = ${xrdb:color3:#222} foreground = ${xrdb:color7:#222} foreground-alt = ${xrdb:color2:#222} @@ -45,7 +45,7 @@ bspwm_color_unfocused_bg= ${self.background} i3_color = ${self.highlight} i3_color_unfocused_fg = ${self.lowlight} - date_color = ${xrdb:color15:#fff} + date_color = ${self.highlight} filesystem_color = ${self.lowlight} pulseaudio_color = ${self.highlight} memory_color = ${self.lowlight} |
