You are not logged in.
I use Debian 12.7 with Xfce. Is there any option/command that I can use to make the Toolbar smaller? It looks ugly in my opinion
https://imgur.com/net2DQo
Last edited by arsenalbird888 (2024-12-22 12:29:21)
Offline
Hello and welcome.
Try this in ~/.config/gtk-3.0/gtk.css:
.thunar toolbar image {-gtk-icon-transform: scale(0.5);}
...adjust "0.5" to suit.
You'll need to restart thunar and it's daemon, or log out and back in again for it to take effect.
Note: if you want the entry field smaller as well, add the following:
.thunar toolbar {padding: 10px}
...and adjust "10px" to suit.
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
Thank you for your reply! I can't find "gtk.css" in the "gtk-3.0" folder... Should make a new file there or does it require a special way to open it? I'm new to Linux, sorry for my ignorance >_<;
Offline
Yes, if the file doesn't exist, simply create it. It will be processed if it exists.
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
It solved my problem, thank you so much!!
Offline
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 547.12 KiB (Peak: 547.96 KiB) ]