You are not logged in.
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
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
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:
Last edited by vinox (2023-05-19 20:37:36)
Offline
#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
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
[ Generated in 0.012 seconds, 8 queries executed - Memory usage: 534.49 KiB (Peak: 535.34 KiB) ]