You are not logged in.
Pages: 1
The thing is changing temperatures and rpms, and as a result my entire panel gets wider and smaller, it's annoying. I would like to change font. Is it possible to do it without code modification? How?
Last edited by u666sa (2020-06-07 12:47:01)
Offline
Which distro are you using?
Which version of xfce4-panel (GTK2 or GTK3-based)?
Edit:
GTK2
style "sensors-font" { font_name = "Monospace 10" } widget "*sensors-plugin*" style "sensors-font"
...and change font_name to suit.
GTK3
#xfce_sensors label { font-family: "Monospace"; font-size: 12; }
...and change the font-family and font-size to suit.
Using Monospace fonts would help to limit the left-right shifting of the widget.
Last edited by ToZ (2020-06-07 17:19:19)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 522.67 KiB (Peak: 531.63 KiB) ]