You are not logged in.
Pages: 1
i want change the backgroud color of the menutiltle bar,dark grey -->same color of wm title,how can id find the id of it
https://imgur.com/RrfuVCOl.png
Offline
how can id find the id of it
What version of Thunar?
If GTK2, the use gtkparasite to view the gtk elements.
If GTK3, then use the GTK inspector:
1. Close all existing thunar windows:
thunar -q
2. Run thunar in gtk inspector mode:
GTK_DEBUG=interactive thunar
3. Dig around.
Answer:
.thunar #location-toolbar { background-color: red; }
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 was .thunar #main-menu { background-color: red; },
but there is another problem ,the default color main-menu of the theme arc i used is black ,i wanna change all software main-menu color not only thunar ,how can i do it
Offline
Try just targeting the menubar element like:
menubar {background-color: red}
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.010 seconds, 8 queries executed - Memory usage: 523.99 KiB (Peak: 524.84 KiB) ]