greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.81k stars 472 forks source link

Plain theme never shows colors if theme is not explicitly set in configuration #1992

Closed rsaarelm closed 5 months ago

rsaarelm commented 5 months ago

Try this as a minimal configuration that should show colored output:

[[block]]
block = "load"
warning = "0"

It shows uncolored. Now add a section for theme:

[theme]

[[block]]
block = "load"
warning = "0"

The bar now shows a red symbol. The first version should also set plain theme and show colored symbols.