Thursday, December 17, 2009

The current gtkrc-2.0

My current setup, with the bold font for the Panel, and a slim scrollbar.

## ~/.gtkrc-2.0

style "modpanel"
{
font_name = "Bold"
fg[NORMAL] = "#423A2D"
}
widget "*PanelWidget*" style "modpanel"
widget "*PanelApplet*" style "modpanel"
widget "*fast-user-switch-applet*" style "modpanel"


style "scroll"
{
GtkScrollbar::slider-width = 11
}

class "*" style "scroll"

# EoF #

Labels: , , , ,

0 Comments:

Post a Comment

<< Home