You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
The Xfce Panel .gtkrc-2.0 hacks
===============================
XfceTasklist
---------------
style "xfce-tasklist-style"
{
# The maximum length of a button before the label ellipsizes.
# When this value is set to -1 the button will expand to the
# entire available space.
XfceTasklist::max-button-length = 200
# Maximum size of a button. This is used to detect the number of
# rows of the task list plugin. When you increase the value less
# rows will be possible.
XfceTasklist::max-button-size = 20
# Ellipsizing used in the task list button label.
XfceTasklist::ellipsize-mode = PANGO_ELLIPSIZE_END
}
class "XfceTasklist" style "xfce-tasklist-style"
XfceLauncherPlugin
------------------
style "xfce-launcher-plugin-style"
{
# Size of the icons of the menu, in pixels.
XfceLauncherPlugin::menu-icon-size = 36
}
class "XfceLauncherPlugin" style "xfce-launcher-plugin-style"
XfcePanelImage
--------------
style "xfce-panel-image-style"
{
# Fix the panel images to a default gtk icon size, is only works for
# images below 32 pixels. You can for example use this when you have
# fuzzy launcher icons.
XfcePanelImage::force-gtk-icon-sizes = true
}
class "XfcePanelImage" style "xfce-panel-image-style"