Closed fhill2 closed 2 years ago
Is there a feature to color part of the text shown in the block a different color?
Not a feature of i3status-rs
, but you can use pango
markup in all the blocks. For example,
<span color='#fabd3f'>...</span>
This is exactly what I'm trying to do. Thanks for this info.
Before
wayland+i3status-rust
I used a custom script module in polybar that printed the current workspace layout.I could color the focused window/container in a different color as polybar supports lemonbar tag formatting.
Is there a feature to color part of the text shown in the block a different color? I have only found a way to change color for the whole block.