diff options
author | listout <listout@protonmail.com> | 2021-09-04 21:23:47 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-04 21:23:47 +0530 |
commit | 245f1afba774d8028587c48f9b625f2988ac16d9 (patch) | |
tree | e4022026f4a6b7a1643b5e668ef55d0e9c51aac2 /.config/polybar | |
parent | a9ba8175307f49b658f02d6e9bc2836393b0341b (diff) |
matching colors, and black background
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 60b30e6..da85cac 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -10,7 +10,7 @@ border-size=1 border-color = #00000000 background = #00000000 -foreground = #b5b4c9 +foreground = #b2b2b2 font-0="Dina:pixelsize=10;1" font-1="Siji:size=10;1" @@ -92,7 +92,7 @@ label-focused= label-focused-padding=1 label-occupied= label-occupied-padding=1 -label-occupied-foreground=#5e5c80 +label-occupied-foreground=#696969 label-empty= label-empty-padding=1 |