i3status-rust
i3status-rust copied to clipboard
Backlight icon missing
Hello,
it is probably caused by some ArchLinux update but my brightness icon is not displayed anymore. I tried to downgrade ttf-font-awesone and i3status-rust but without any luck.
Do you have any idea what is wrong here?
Installed versions: i3status-rust 0.22.0-1 ttf-font-awesome 6.1.2-1
sway config:
bar {
position top
status_command i3status-rs
status_padding 0
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
}
font pango:DejaVu Sans Mono, Font Awesome 6 Free 16
}
i3status-config
icons = "awesome6"
[theme]
name = "native"
[theme.overrides]
separator = ""
[[block]]
block = "sound"
[[block]]
block = "backlight"
[[block]]
block = "battery"
interval = 60
format = "{percentage}"
[[block]]
block = "networkmanager"
interface_name_include = ["wlo1"]
ap_format = "{strength}"
device_format = "{icon}{ap}"
[[block]]
block = "time"
interval = 10
locale="de_DE"
format = "%a, %d.%m.%Y %H:%M:%S"
Thank you
Can you see the icon when you run i3status-rs
in your terminal?
No. I can't see it in the Terminal. But if I copy&paste the output here into this message box here I see it. When I open LibreOffice Writer, set it to DejaVu Sans Mono and copy&paste it there I see it there too.
🌑 100% 🌒 85%
Can you share the output of fc-list | grep -i dejavu
?
Sure. I can also try other fonts if you have any suggestions.
/usr/share/fonts/TTF/DejaVuSerifCondensed.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed,Book
/usr/share/fonts/TTF/DejaVuSansCondensed.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed,Book
/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf: DejaVu Sans:style=Bold Oblique
/usr/share/fonts/TTF/DejaVuMathTeXGyre.ttf: DejaVu Math TeX Gyre:style=Regular
/usr/share/fonts/TTF/DejaVuSerifCondensed-Bold.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold,Bold
/usr/share/fonts/TTF/DejaVuSerif-Bold.ttf: DejaVu Serif:style=Bold
/usr/share/fonts/TTF/DejaVuSansMono.ttf: DejaVu Sans Mono:style=Book
/usr/share/fonts/TTF/DejaVuSerif.ttf: DejaVu Serif:style=Book
/usr/share/fonts/TTF/DejaVuSerifCondensed-Italic.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Italic,Italic
/usr/share/fonts/TTF/DejaVuSansCondensed-Oblique.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Oblique,Oblique
/usr/share/fonts/TTF/DejaVuSerif-BoldItalic.ttf: DejaVu Serif:style=Bold Italic
/usr/share/fonts/TTF/DejaVuSerifCondensed-BoldItalic.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold Italic,Bold Italic
/usr/share/fonts/TTF/DejaVuSansMono-Oblique.ttf: DejaVu Sans Mono:style=Oblique
/usr/share/fonts/TTF/DejaVuSansCondensed-BoldOblique.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold Oblique,Bold Oblique
/usr/share/fonts/TTF/DejaVuSans-ExtraLight.ttf: DejaVu Sans,DejaVu Sans Light:style=ExtraLight
/usr/share/fonts/TTF/DejaVuSans-Oblique.ttf: DejaVu Sans:style=Oblique
/usr/share/fonts/TTF/DejaVuSansMono-Bold.ttf: DejaVu Sans Mono:style=Bold
/usr/share/fonts/TTF/DejaVuSansCondensed-Bold.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold,Bold
/usr/share/fonts/TTF/DejaVuSerif-Italic.ttf: DejaVu Serif:style=Italic
/usr/share/fonts/TTF/DejaVuSansMono-BoldOblique.ttf: DejaVu Sans Mono:style=Bold Oblique
/usr/share/fonts/TTF/DejaVuSans.ttf: DejaVu Sans:style=Book
/usr/share/fonts/TTF/DejaVuSans-Bold.ttf: DejaVu Sans:style=Bold
Had some time digging into this and found out it that this was an issue with fonts on my side. I had ttf-google-fonts-git from AUR installed and this caused the issue here for whatever reason.