How to change default font colour of i3status entries
I know that I can change color of i3status entries for a specific state (color_good
, color_bad
and so forth) , see the section in my .i3status.conf
general {
colors = true
interval = 5
color_good = "#383830"
color_bad = "#383830"
color_degraded = "#383830"
output_format = "i3bar"
}
Basically, I would have expected that all entries have the same colour (#383830). However there are entries that don't seem related to these variables like time or battery and temperature below the trashhold. Surprinsingly they don't use the color_good
colour as the default colour but they are just white. (I would like to have uploaded a screenshot here but I am not allowed to since my Karma is below 10)
Where is white set for some entries in certain states?