Results 1 to 3 of 3

Thread: GTK2 Window Border Color

  1. #1
    Join Date
    Jan 2009
    Location
    Wolfsburg, Germany
    Beans
    119
    Distro
    Ubuntu 13.04 Raring Ringtail

    GTK2 Window Border Color

    Hi,
    I'm trying to change the standart Human theme and I've got a little question, I'am trying to change the color of the Window Borders it works if I set a style to the metacity-frame in the gtkrc-file like this:
    Code:
    class "MetaFrames" style "metacity-frame"
    The problem is this only works if i turn the effects off(compiz)
    what do I have to use if I want it to work with the effects.
    Computer: Dell XPS 8500, 256GB SSD, 2TB HDD, 32GB RAM, GeForce 660 GTX, Ubuntu 13.04 64-Bit
    Smartphone Daily Driver: Samsung Galaxy S III, CyanogenMod 10.2
    Smartphone Experimental: LG Google Nexus 4, Ubuntu Touch (devel channel)

  2. #2
    Join Date
    Jan 2009
    Location
    Wolfsburg, Germany
    Beans
    119
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: GTK2 Window Border Color

    bump

    EDIT:
    OK I solved it just needed to theme GtkWindow
    Last edited by K. Hendrik; July 27th, 2009 at 11:54 PM.
    Computer: Dell XPS 8500, 256GB SSD, 2TB HDD, 32GB RAM, GeForce 660 GTX, Ubuntu 13.04 64-Bit
    Smartphone Daily Driver: Samsung Galaxy S III, CyanogenMod 10.2
    Smartphone Experimental: LG Google Nexus 4, Ubuntu Touch (devel channel)

  3. #3

    Re: GTK2 Window Border Color

    Actually, just for the sake of completeness, I was with the same issue and solved using the match:

    Code:
    widget "GtkWindow" style "Your-Metacity-Color-Style"
    may be obvious, but that I had to use the widget match and not class or widget_class matches took me a while to realize...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •