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

Strange graphics artifacts at the end of each block #579

Closed RaitoBezarius closed 4 years ago

RaitoBezarius commented 4 years ago

Since some upgrade of my system on Archlinux, I'm seeing those strange glyphs (?) at the end of most of my blocks.

I never saw them before, so I suppose it is some separator and some upgrade broke some fonts.

Any idea? DeepinScreenshot_select-area_20200308003344

GladOSkar commented 4 years ago

My first idea would be to reinstall your Powerline fonts

RaitoBezarius commented 4 years ago

Already done and I'm using: https://aur.archlinux.org/packages/nerd-fonts-complete/ which I think is pretty much complete…

On Mar 11 2020, at 6:38 pm, Oskar notifications@github.com wrote:

My first idea would be to reinstall your Powerline fonts

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/greshake/i3status-rust/issues/579#issuecomment-597770489", "url": "https://github.com/greshake/i3status-rust/issues/579#issuecomment-597770489", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

GladOSkar commented 4 years ago

Huh honestly no idea then

atheriel commented 4 years ago

What does your i3/sway config for bar.font look like?

RaitoBezarius commented 4 years ago
bar {
    font pango:DejaVu Sans Mono, FontAwesome 10
    position top
    workspace_buttons no
    status_command i3status-rs ~/.config/i3status-rs/config-top.toml
    colors {
        separator #666666
        background #222222
        statusline #dddddd
        focused_workspace #0088CC #0088CC #ffffff
        active_workspace #333333 #333333 #ffffff
        inactive_workspace #333333 #333333 #888888
        urgent_workspace #2f343a #900000 #ffffff
    }
}

For example.

On Mar 11 2020, at 9:31 pm, Aaron Jacobs notifications@github.com wrote:

What does your i3/sway config for bar.font look like?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/greshake/i3status-rust/issues/579#issuecomment-597862835", "url": "https://github.com/greshake/i3status-rust/issues/579#issuecomment-597862835", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

ammgws commented 4 years ago

@RaitoBezarius Are you still getting this?

RaitoBezarius commented 4 years ago

@ammgws I don't see it anymore

ammgws commented 4 years ago

Good to hear. I will close this for now as the only thing we can control with respect to fonts is which icon we choose to use in the JSON output. Please re-open if it happens again so we can try find out why regardless.