Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-11-21 03:45:00

u666sa
Member
Registered: 2019-11-13
Posts: 43

Panel >> Network Minitor Gadget >> change font size?

How to go about changing font size in network minitor gadget on the panel?

Offline

#2 2019-11-21 12:05:20

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: Panel >> Network Minitor Gadget >> change font size?

In Xfce 4.14 (GTK3-based plugin), you would use something like this (in ~/.config/gtk-3.0/gtk.css).

To change the font size of the title or label of the plugin:

#netload-title { font-size: 22pt; }

To change the font size of both the title/label and the data (if set as values):

#netload-20>widget>box>label { font-size: 22pt; }

...where "-20" refers to the plugin identifier that you can get from hovering your mouse over the netload plugin in the Panel Preferences>Items tab listing.

Unfortunately, it doesn't seem possible to use separate sizes for those two elements.


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

Board footer

Powered by FluxBB