diff options
author | listout <listout@protonmail.com> | 2021-04-13 20:45:54 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-13 20:45:54 +0530 |
commit | 6cb928ed05413902fd251349966cddbcff6f0495 (patch) | |
tree | 313a3ffb37fcf9a4dc339e5b3fa1a26fbeec1a6b /.config/polybar | |
parent | b60c0e2f742d8e619e468866206be14f7eae2763 (diff) |
chaged text color to black
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 1ed8469..e11e468 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -10,7 +10,7 @@ border-size=1 border-color = #00000000 background = #00000000 -foreground = #ffffff +foreground = #000000 font-0="TamzenForPowerline:pixelsize=14;2" font-1="Symbols Nerd Font:size=11;2" |