Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-10-26 05:12:44

phoebus
Member
Registered: 2019-10-26
Posts: 1

Big(ger) icons in multiple row panel?

Hi,

I set up 2-row layout for my panel but want to have certain widgets such as whisker, volume controller and weather span across two lines - as the clock does.
I can put them in "center" but the icon stays small, see image (imgurl):

https://imgur.com/a/Aj87D7s

Can I make them bigger (e.g. by editing config files)?

Offline

#2 2019-10-26 16:48:03

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

Re: Big(ger) icons in multiple row panel?

There is no option built-in option to make them better. You can try using css tweaks to increase the size of the icons, but the just get blurry. For example:

#weather-6 button image { -gtk-icon-transform: scale(2.0); padding: 15px; }
#whiskermenu-button image { -gtk-icon-transform: scale(1.5);}

...note: replace "weather-6" with the actual widget number of your weather widget (hover you mouse over the weather widget in the Items tab of Panel Properties).

The best way to fix this is to create a bug report and ask the developers to consider special icon sizing with different panel row sizes.


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