Fix font color problem in waybar

This commit is contained in:
coolneng 2022-10-30 13:32:09 +01:00
parent 7bcd9aff7c
commit 73e9ab7c13
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
border: none; border: none;
border-radius: 0; border-radius: 0;
/* `otf-font-awesome` is required to be installed for icons */ /* `otf-font-awesome` is required to be installed for icons */
all: unset;
font-family: Inconsolata Nerd Font; font-family: Inconsolata Nerd Font;
font-size: 17px; font-size: 17px;
min-height: 0px; min-height: 0px;
@ -166,3 +167,5 @@ label:focus {
#mpd.paused { #mpd.paused {
} }