1
The Xfce Panel .gtkrc-2.0 hacks
2
===============================
6
Every plugin has a unique widget name. You can find this name by
7
hovering the plugin in the items tab in the panel preferences dialog.
13
style "xfce-panel-window-style"
15
# Time in miliseconds before the panel will unhide on an enter event
16
XfcePanelWindow::popup-delay = 225
18
# Time in miliseconds before the panel will hide on a leave event
19
XfcePanelWindow::popdown-delay = 350
21
class "XfcePanelWindow" style "xfce-panel-window-style"
27
Special widget names in this plugin are actions-first-button and
28
actions-second-button.
34
Special widget name in this plugin is showdesktop-button.
39
You can set a custom icon size in gtk-icon-sizes with the name
40
panel-tasklist-menu. The default icon size is 16px.
42
style "xfce-tasklist-style"
44
# The maximum length of a button before the label ellipsizes.
45
# When this value is set to -1 the button will expand to the
46
# entire available space.
47
XfceTasklist::max-button-length = 200
49
# Maximum size of a button. This is used to detect the number of
50
# rows of the task list plugin. When you increase the value less
51
# rows will be possible.
52
XfceTasklist::max-button-size = 20
54
# Ellipsizing used in the task list and overflow menu labels.
55
XfceTasklist::ellipsize-mode = PANGO_ELLIPSIZE_END
57
# Lucency of minimized icons. Valid values are between 0 (completely
58
# hide the icon) and 100 (don't lighten the icon).
59
XfceTasklist::minimized-icon-lucency = 50
61
# Maximum number of characters in the menu label before it will
63
XfceTasklist::menu-max-width-chars = 24
65
class "XfceTasklist" style "xfce-tasklist-style"
71
You can set a custom menu and tooltip icon size in gtk-icon-sizes
72
with the name panel-launcher-menu and panel-launcher-tooltip. The default
73
icon sizes are both 32px.
74
Special widget names in this plugin are launcher-button and launcher-arrow.
80
style "xfce-panel-image-style"
82
# Fix the panel images to a default gtk icon size, is only works for
83
# images below 32 pixels. You can for example use this when you have
84
# fuzzy launcher icons.
85
XfcePanelImage::force-gtk-icon-sizes = true
87
class "XfcePanelImage" style "xfce-panel-image-style"
93
You can set a custom icon size in gtk-icon-sizes with the name
94
panel-window-menu. The default icon size is 16px. Note that the window
95
icons are 16 or 32 pixels, all other sizes will result in scaling.
96
Special widget name in this plugin is windowmenu-button.
98
style "xfce-window-menu-plugin-style"
100
# Ellipsizing used in the menu label.
101
XfceWindowMenuPlugin::ellipsize-mode = PANGO_ELLIPSIZE_MIDDLE
103
# Maximum number of characters in the menu label before it will
105
XfceWindowMenuPlugin::max-width-chars = 24
107
# Lucency of minimized icons. Valid values are between 0 (completely
108
# hide the icon) and 100 (don't lighten the icon).
109
XfceWindowMenuPlugin::minimized-icon-lucency = 50
111
class "XfceWindowMenuPlugin" style "xfce-window-menu-plugin-style"
115
XfceDirectoryMenuPlugin
116
-----------------------
117
You can set a custom icon size in gtk-icon-sizes with the name
118
panel-directory-menu. The default icon size is 16px.
119
Special widget name in this plugin is directorymenu-button.
123
XfceApplicationsMenuPlugin
124
-----------------------
125
You can set a custom icon size in gtk-icon-sizes with the name
126
panel-applications-menu. The default icon size is 16px.
127
Special widget name in this plugin is applicationmenu-button.