Results 1 to 1 of 1

Thread: customize Ubuntu panel

  1. #1
    Join Date
    Jul 2010
    Beans
    1

    customize Ubuntu panel

    hi
    http://5angh0.shworks.com/images/desktop/1.png in this screenshot, how can i change panel button's background image into just black color?

    i apply "Glossy P" theme and i modify ~/.gtkrc-2.0 like this:
    style "my_panel"
    {
    bg_pixmap[NORMAL] = ".themes/panel/gray-neu.png"
    fg[NORMAL] = "#ffffff"
    bg[NORMAL] = "#000000"
    fg[ACTIVE] = "#000000"
    bg[ACTIVE] = "#dfdfdf"
    fg[SELECTED] = "#000000"
    bg[SELECTED] = "#efefef"
    fg[PRELIGHT] = "#000000"
    bg[PRELIGHT] = "#ffffff"
    }

    widget "*PanelWidget*" style "my_panel"
    widget "*PanelApplet*" style "my_panel"
    widget "*fast-user-switch*" style "my_panel"
    class "PanelApp*" style "my_panel"
    class "PanelToplevel*" style "my_panel"
    widget_class "*Mail*" style "my_panel"
    widget_class "*notif*" style "my_panel"
    widget_class "*Notif*" style "my_panel"
    i think i can solve this problem by assign image file in option like this --> "bg[PRELIGHT] = "image.png""
    but it is occur error
    how can i do this?
    Last edited by yunintegral; July 18th, 2010 at 09:55 AM.

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
  •