Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-09-07 23:17:20

fsilvestre
Member
Registered: 2019-09-07
Posts: 2

Increase size of taskbar icons on xfce4-panel

How to increase the icon size displayed in the taskbar and whisker menu?

ipAe6gL.png

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:

2DuQIbY.png

Last edited by fsilvestre (2019-09-07 23:23:13)

Offline

#2 2019-09-07 23:48:40

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

Re: Increase size of taskbar icons on xfce4-panel

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

#3 2019-09-08 00:03:28

fsilvestre
Member
Registered: 2019-09-07
Posts: 2

Re: Increase size of taskbar icons on xfce4-panel

Thanks ToZ

AZi8W8r.png

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

#4 2019-09-08 00:36:05

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

Re: Increase size of taskbar icons on xfce4-panel

#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

Board footer

Powered by FluxBB