文件操作 - README.gtkrc-2.0
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/xfce4-panel-4.12.1/README.gtkrc-2.0
编辑文件内容
The Xfce Panel .gtkrc-2.0 hacks =============================== All Plugins ----------- Every plugin has a unique widget name. You can find this name by hovering the plugin in the items tab in the panel preferences dialog. XfcePanelWindow --------------- style "xfce-panel-window-style" { # Time in miliseconds before the panel will unhide on an enter event XfcePanelWindow::popup-delay = 225 # Time in miliseconds before the panel will hide on a leave event XfcePanelWindow::popdown-delay = 350 # Size of autohide window in pixels XfcePanelWindow::autohide-size = 3 } class "XfcePanelWindow" style "xfce-panel-window-style" XfceActionsPlugin ----------------- You can set a custom icon size in gtk-icon-sizes with the name panel-actions-menu. The default icon size is 16px. Special widget name in this plugin is actions-button. XfceShowDesktopPlugin --------------------- Special widget name in this plugin is showdesktop-button. XfceTasklist ------------ You can set a custom icon size in gtk-icon-sizes with the name panel-tasklist-menu. The default icon size is 16px. 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 # Ellipsizing used in the task list and overflow menu labels. XfceTasklist::ellipsize-mode = PANGO_ELLIPSIZE_END # Lucency of minimized icons. Valid values are between 0 (completely # hide the icon) and 100 (don't lighten the icon). XfceTasklist::minimized-icon-lucency = 50 # Maximum number of characters in the menu label before it will # be ellipsized. XfceTasklist::menu-max-width-chars = 24 } class "XfceTasklist" style "xfce-tasklist-style" XfceLauncherPlugin ------------------ You can set a custom menu and tooltip icon size in gtk-icon-sizes with the name panel-launcher-menu and panel-launcher-tooltip. The default icon sizes are both 32px. Special widget names in this plugin are launcher-button and launcher-arrow. 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" XfceWindowMenuPlugin -------------------- You can set a custom icon size in gtk-icon-sizes with the name panel-window-menu. The default icon size is 16px. Note that the window icons are 16 or 32 pixels, all other sizes will result in scaling. Special widget name in this plugin is windowmenu-button. style "xfce-window-menu-plugin-style" { # Ellipsizing used in the menu label. XfceWindowMenuPlugin::ellipsize-mode = PANGO_ELLIPSIZE_MIDDLE # Maximum number of characters in the menu label before it will # be ellipsized. XfceWindowMenuPlugin::max-width-chars = 24 # Lucency of minimized icons. Valid values are between 0 (completely # hide the icon) and 100 (don't lighten the icon). XfceWindowMenuPlugin::minimized-icon-lucency = 50 } class "XfceWindowMenuPlugin" style "xfce-window-menu-plugin-style" XfceDirectoryMenuPlugin ----------------------- You can set a custom icon size in gtk-icon-sizes with the name panel-directory-menu. The default icon size is 16px. Special widget name in this plugin is directorymenu-button. XfceApplicationsMenuPlugin ----------------------- You can set a custom icon size in gtk-icon-sizes with the name panel-applications-menu. The default icon size is 16px. Special widget name in this plugin is applicationmenu-button.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件