This file is indexed.

/usr/share/themes/Ozone3/gtk-2.0/statusbar.rc is in lubuntu-artwork-12-04 0.45.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
########################################################################
# 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"