Julien Lavergne c502c8b175 * Backup current artwork items to 1310 items, and prepare 1404 ones.
* lib/plymouth/themes/lubuntu-text:
 - Update to 14.04.
2013-11-18 13:40:53 +01:00

36 lines
748 B
Plaintext

########################################################################
# Statusbar
########################################################################
style "statusbar" {
GtkStatusbar::shadow_type = GTK_SHADOW_NONE
engine "pixmap"
{
image
{
function = RESIZE_GRIP
detail = "statusbar"
overlay_file = "images/resizer.png"
overlay_stretch = FALSE
}
image
{
function = SHADOW
file = "images/null.png"
}
}
}
style "smaller-text"
{
font_name = "8"
}
widget_class "*<GtkStatusbar>*" style "statusbar"
widget_class "*Statusbar*" style "smaller-text"
widget_class "*ToolButton*" style "smaller-text"
class "GtkStatusbar*" style "statusbar"
widget_class "*GtkStatusbar*.<GtkFrame>*" style "statusbar"