greshake / i3status-rust

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

Weird symbols in the bar #1913

Closed Konglomneshued closed 1 year ago

Konglomneshued commented 1 year ago

I'm not sure what these are:

image

My config:

[theme]
theme = "plain"

[icons]
icons = "none"

[[block]]
block = "cpu"

[[block]]
block = "disk_space"
path = "/"
info_type = "available"
alert_unit = "GB"
interval = 20
warning = 20.0
alert = 10.0
format = " $icon root: $available.eng(w:2) "

[[block]]
block = "memory"
format = " $icon $mem_total_used_percents.eng(w:2) "
format_alt = " $icon_swap $swap_used_percents.eng(w:2) "

[[block]]
block = "sound"
[[block.click]]
button = "left"
cmd = "pavucontrol"

[[block]]
block = "time"
interval = 5
format = " $timestamp.datetime(f:'%a %d/%m %R') "
bim9262 commented 1 year ago

Those are icons, but it looks like you aren't using a font with the correct symbols. Check your i3/sway config for the font you're using.

MaxVerevkin commented 1 year ago

[icons] icons = "none"

Did you reload your bar?

Konglomneshued commented 1 year ago

[icons] icons = "none"

Did you reload your bar?

Oh, thank you. I was trying to reload i3.

MaxVerevkin commented 1 year ago

By the way, you can reload i3status-rs in-place with SIGUSR2 signal.