Xfce Forum

Sub domains
 

You are not logged in.

#1 2023-05-19 18:59:47

vinox
Member
Registered: 2020-01-27
Posts: 32

[SOLVED] Whisker: how to enlarge the icons in the title area?

After switching to a HiDPI display I was relatively successful in enlarging everthing, including a CSS hack to increase the font size in Whisker.
What's left are the three icons in the top right for settings/lock screen/logout.
How can I increase their size?

Last edited by vinox (2023-05-19 21:50:46)

Offline

#2 2023-05-19 19:47:08

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,002

Re: [SOLVED] Whisker: how to enlarge the icons in the title area?

What version of Xfce are you using?

Settings Manager > Display may have a scale factor that you can adjust that will scale all elements simultaneously. But to increase the size of the elements, you need to select "Custom" and enter a less than 1.0 value.


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

#3 2023-05-19 20:36:41

vinox
Member
Registered: 2020-01-27
Posts: 32

Re: [SOLVED] Whisker: how to enlarge the icons in the title area?

I'm on Mint with XFCE 4.16.0 with a 2.5K screen.

I was able to get everything right by changing the font DPI value to 128, switching to the Default-HiDPI theme, increasing the icons sizes and adding

#whiskermenu-window {  font-size: 120%; }

to gtk.css.
The only thing that's left are the three Whisker icons shown below:

whisker_iconsdude0.png

Last edited by vinox (2023-05-19 20:37:36)

Offline

#4 2023-05-19 21:48:41

vinox
Member
Registered: 2020-01-27
Posts: 32

Re: [SOLVED] Whisker: how to enlarge the icons in the title area?

#whiskermenu-window .title-area button image { -gtk-icon-transform: scale(1.33); }

...did the trick.
A tad blurry, but there are no larger icons that could be swapped out via CSS, right?

Offline

#5 2023-05-19 22:03:41

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,002

Re: [SOLVED] Whisker: how to enlarge the icons in the title area?

No. Using -gtk-icon-transform to enlarge an icon always blurs the image.

Did you try the display scale factor as an alternative?


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