You are not logged in.
Pages: 1
Hi there!
My desktop is almost perfect. 99.99% i would say. Can you guys help me up to hit 100%?
The logout/quit icon over here, is too big compared to the others. How can i scale it down?
I'm using Manjaro XFCE. I have scaled down the battery icon using :
#xfce4-power-manager-plugin > box > image { -gtk-icon-transform: scale(0.6); }
Is there something similar i can do to the action buttons icon?
cheers
Edit: Ofc i already changed the icon size in the panel preferences, but that will mess with every other icon and that's not what i want. I just want to resize this specific icon
Last edited by EggZaile (2021-03-30 20:45:51)
Offline
Hello and welcome.
Try:
#actions-14>box>button>image { -gtk-icon-transform: scale(0.8); }
...where "14" is the ID of the plugin (that you can get by hovering over the plugin name in the panel properties Items page) and "0.8" is icon scale size.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Hello and welcome.
Try:
#actions-14>box>button>image { -gtk-icon-transform: scale(0.8); }
...where "14" is the ID of the plugin (that you can get by hovering over the plugin name in the panel properties Items page) and "0.8" is icon scale size.
Omg! I LOVE YOU! you just made my day!! thank you thank you thank you so much!
Offline
Try rightclickk on panel and select
Panel Preferences>Appearance
You should see Icons adjust size automatically
click it
then increase and decrease the icons at will.
Offline
Not to hijack this thread, but I am doing this in gtk-3.0/gtk.css but along with a .panel class style definition it does not have an effect. Can there be possible conflicts?
To add more details:
#actions-button { padding: 2px !important; }
.xfce4-panel.horizontal {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
Last edited by dselen (2025-01-06 14:21:14)
Offline
#actions-button { padding: 2px !important; }
There is no #actions-button identifier. You need to use something like "#actions-10" instead - the "10" being specific to your system - which you can get from:
xfconf-query -c xfce4-panel -lv | grep actions
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 544.11 KiB (Peak: 544.95 KiB) ]