Open YarekTyshchenko opened 1 year ago
Which bar are you using?
I just tested i3bar from i3 4.22-3 and it works fine.
For some reason cargo didn't put themes into the expected location for me.
That's a limitation of cargo
. See install.sh
.
Don't forget to enable pango
in your config if you explicitly set font: https://github.com/greshake/i3status-rust#integrate-it-into-i3sway
i3bar version 4.20.1 (2021-11-03) © 2010 Axel Wagner and contributors
My i3 settings are:
bar {
status_command i3status-rs ~/.config/i3status-rs/config.toml
}
The issue seems to go away if I specify a pango font (font pango:monospace 12
), but those fonts make the text blury, which is why I don't use them. Seems like a proper can of worms last time I looked into that issue. Any way around this?
Crisp:
Blurry:
I can't get the <span/>
to show up, but if you still see this problem you could test replacing the <span/>
with \u{200b}
(a zero width space)
Seems to be related to this?:
https://github.com/greshake/i3status-rust/blob/325f6de4a20799625b7ae6c95a2c7e2241d06c3d/src/widget.rs#L94
Sending dbus command:
Sending non-empty short-text doesn't seem to change anything
I'm using the semi-native theme, installed by copying the file and refering to it with full path. For some reason cargo didn't put themes into the expected location for me.