blob: 7111cf2396521063806e1d7d54ed8090f99b7193 (
plain) (
blame)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
style "panel"
{
engine "murrine" {}
}
style "panel-buttons"
{
xthickness = 1
ythickness = 1
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "images/panel/panel-normal.svg"
border = {4, 4, 4, 4}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "images/panel/panel-active.svg"
border = {4, 4, 4, 4}
stretch = TRUE
}
}
}
class "PanelToplevel*" style "panel"
class "*Tray*" style "panel"
class "*tray*" style "panel"
#class "PanelApp*" style "panel"
widget_class "*MatePanelAppletFrameDbus*" style "panel"
widget_class "*PanelToplevel*" style "panel"
widget_class "*PanelFrame*" style "panel"
widget_class "*PanelAppletFrame*" style "panel"
widget_class "*PanelWidget*.*" style "panel"
widget "*PanelWidget*" style "panel"
widget "*fast-user-switch*" style "panel"
widget "*CPUFreq*Applet*" style "panel"
widget "*indicator-applet*" style "panel"
widget_class "*Tray*" style "panel"
widget_class "*tray*" style "panel"
widget_class "*computertemp*" style "panel"
widget_class "*Applet*Tomboy*" style "panel"
widget_class "*Applet*Netstatus*" style "panel"
# Menubar
widget "*PanelMenuBar*" style "panel"
widget_class "*Panel*<GtkMenuBar>*" style "panel"
widget "*PanelApplet*" style "panel"
# Panel Buttons
widget_class "*Panel*GtkToggleButton" style:highest "button"
widget_class "*Panel*GtkButton" style:highest "button"
|