You are not logged in.

#1 2010-12-29 17:21:03

VCoolio
Member
From: Netherlands
Registered: 2010-01-05
Posts: 120

[SOLVED] Remove toolbar-borders in gtk-theme

Hi, I've tried stuff with ythickness = 0 but now I'm done with it and posting here: how to remove the lines above and below the toolbar like indicated in the screenshot? Gtkrc here, it belongs to Cobra-Orange but I modified it to have transparancy and stuff. Get that Cobra theme and replace the gtkrc if you want to try for yourself.

2w29n92

Last edited by VCoolio (2011-01-07 14:49:27)

Offline

#2 2010-12-31 12:11:50

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: [SOLVED] Remove toolbar-borders in gtk-theme

Try
lightborder_shade   = 0.0

Offline

#3 2011-01-03 21:55:58

VCoolio
Member
From: Netherlands
Registered: 2010-01-05
Posts: 120

Re: [SOLVED] Remove toolbar-borders in gtk-theme

Tried it, didn't work, or I did it wrong. Thanks though, wasn't a bad idea.

Offline

#4 2011-01-04 10:10:45

tydell
Member
From: actually: Hannover, DE
Registered: 2009-07-26
Posts: 109
Website

Re: [SOLVED] Remove toolbar-borders in gtk-theme

I have question about something different, but also about gtk theming.
Can you tell me how to change this one thing (that triangle in red circle)?
a487ef113652061.jpg

Offline

#5 2011-01-04 22:07:39

VCoolio
Member
From: Netherlands
Registered: 2010-01-05
Posts: 120

Re: [SOLVED] Remove toolbar-borders in gtk-theme

tydell wrote:

I have question about something different, but also about gtk theming.
Can you tell me how to change this one thing (that triangle in red circle)?

That's the resize-grip. Tweaking depends on your theme engine. If it's pixmap you can gimp the .png file, else you'll need to find the right class to tweak, probably somewhere near the statusbar section. Search for "function = RESIZE_GRIP". You can disable by
GtkStatusbar::has-resize-grip      = FALSE

Post your gtkrc if you need more.

Offline

#6 2011-01-05 09:27:40

tydell
Member
From: actually: Hannover, DE
Registered: 2009-07-26
Posts: 109
Website

Re: [SOLVED] Remove toolbar-borders in gtk-theme

Yes, that's it. Thanks a lot VCoolio.

Offline

#7 2011-01-07 14:37:56

VCoolio
Member
From: Netherlands
Registered: 2010-01-05
Posts: 120

Re: [SOLVED] Remove toolbar-borders in gtk-theme

Workaround for the toolbar borders: use the pixmap engine with an empty transparant toolbar.png. Marking solved, but a solution with murrine engine is still appreciated!

Offline

#8 2011-01-07 14:44:34

karabaja4
Member
From: Croatia
Registered: 2008-09-14
Posts: 1,001
Website

Re: [SOLVED] Remove toolbar-borders in gtk-theme

GtkToolbar::shadow_type = GTK_SHADOW_NONE

this?

Offline

#9 2011-01-07 16:17:21

VCoolio
Member
From: Netherlands
Registered: 2010-01-05
Posts: 120

Re: [SOLVED] Remove toolbar-borders in gtk-theme

karabaja4 wrote:

GtkToolbar::shadow_type = GTK_SHADOW_NONE

this?

no, I already had that.

Edit: no I didn't. Ik had shadow-type instead of shadow_type.
still doesn't work though.

Last edited by VCoolio (2011-02-08 22:15:22)

Offline

Board footer

Powered by FluxBB