Status bar font

Hi

Is it possible to change the font size of the status bar? It’s very hard for me to read it. I don’t see any settings in options, but maybe there’s a gtk theme option for it?

Thanks

Hello,

On Linux Mint Cinnamon, this is controlled by by the system ‘Default’ font. Changing this not only changes the status bar font but also the menu font & font sizes on other programs.

I’m using fluxbox. I can only set fonts by the gtk2 theme, if it still uses gtk2?

style “user-font” {
font_name = “DejaVu Sans 16”
}

widget_class “*” style “user-font”

gtk-font-name=“Droid Sans 16”
gtk-icon-theme-name=“Ater”
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=“hintfull”
gtk-xft-rgba="rgb

Ok. So I can change all the fonts using gtk-chtheme. This changes the statusbar type face, but /not/ the size.

style “user-font” {
font_name = “monofur for Powerline 20”
}

widget_class “*” style “user-font”

gtk-font-name=“monofur for Powerline 20”

There must be a separate setting for statusbar font size but I can’t find it.