Skip navigation.
Home

Theming panels

How do I set a font, colour or background image for the panels?

Put something like this in your ~/.gtkrc-2.0 file:

style "panel-style" {
  bg[NORMAL] = "#efb47c"
  font_name = "Sans 5"
}
widget "rox-panel.*" style "panel-style"

Syndicate content