You are not logged in.
Pages: 1
How to increase the icon size displayed in the taskbar and whisker menu?
I'm using xfce 4.14 with Arc-Dark theme, I've tried to manipulate the .css under /usr/share/themes/Arc-Dark/gtk-3.0 but with no success.
Trying to achieve something similar to mx-linux look:
Last edited by fsilvestre (2019-09-07 23:23:13)
Offline
Hello and welcome.
There is an ongoing discussion about this at this thread.
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
Thanks ToZ
The power button and the notification are now a little too big, I've managed to resize the pulseaudio button with:
#pulseaudio-button* {
-gtk-icon-transform: scale(.55);
}
in .config/gtk-3.0
How can I get the other button names?
Last edited by fsilvestre (2019-09-08 00:04:26)
Offline
#xfce4-notification-plugin image { -gtk-icon-transform: scale(.55); }
#xfce4-power-manager-plugin image { -gtk-icon-transform: scale(.55); }
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
Pages: 1
[ Generated in 0.010 seconds, 8 queries executed - Memory usage: 524.19 KiB (Peak: 525.03 KiB) ]