greshake / i3status-rust

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

Clock Icon not working #154

Closed luksb closed 6 years ago

luksb commented 6 years ago

Since I've updated i3status-rust, the icons weren't working ,so I've installed ttf-font-awesome-4 from the AUR and now all icons are working, except the time icon. image What can I do to fix it?

atheriel commented 6 years ago

I can't reproduce, is anyone else experiencing this issue?

In the meantime, you can change the icons directly in your configuration file. Check if that solves your problem.

lovesegfault commented 6 years ago

I've tried, and failed to reproduce this on my Arch machine. I'll try to do it from a VM with a clean install, maybe it's a missing dependency.

mmetak commented 6 years ago

This happens (at least to me) when I specify Regular style for FontAwesome and Semibold for an example to second font style. Like this:

font pango:FontAwesome Regular, SF Compact Display Semibold 11

Setting just FontAwesome without Regular style for it shows all icons.