Xfce Forum

Sub domains
 

You are not logged in.

#1 2018-12-01 05:36:16

FateRover
Member
Registered: 2018-08-26
Posts: 32

what the exactly id of menubar

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

#2 2018-12-01 12:43:05

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

Re: what the exactly id of menubar

FateRover wrote:

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; }

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 2018-12-20 06:12:30

FateRover
Member
Registered: 2018-08-26
Posts: 32

Re: what the exactly id of menubar

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

#4 2018-12-20 11:29:38

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

Re: what the exactly id of menubar

Try just targeting the menubar element like:

menubar {background-color: red}

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