diff options
author | listout <listout@protonmail.com> | 2021-04-12 23:30:31 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-12 23:30:31 +0530 |
commit | 2989f2a892625bdb9dadffa7599eb27ab3f31416 (patch) | |
tree | 08fc4e8f5a69550a946f28ace9f400623c1d379a /.config/polybar/config | |
parent | 5aa8955a6225cb1bacfcd99e7f0eba622d4ebce6 (diff) |
made bar transparent with white text
Diffstat (limited to '.config/polybar/config')
-rw-r--r-- | .config/polybar/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 6504cf3..1ed8469 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -7,13 +7,13 @@ width=100% padding=1 border-size=1 -border-color = #000000 +border-color = #00000000 -background = #000000 +background = #00000000 foreground = #ffffff -font-0="TamzenForPowerline:pixelsize=14" -font-1="Symbols Nerd Font:size=12;2" +font-0="TamzenForPowerline:pixelsize=14;2" +font-1="Symbols Nerd Font:size=11;2" modules-right=memory cpu temperature pulseaudio date modules-left=battery |