diff options
| author | Victor Kareh <[email protected]> | 2026-07-10 10:51:43 -0400 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2026-07-27 23:15:29 +0000 |
| commit | aa5155ab8e1a705803a5b0df50bb2c2db2335db4 (patch) | |
| tree | 3600f51f295136f657ee568536c48b5105cf4c57 /data/fedora.layout | |
| parent | 498895232bbfe5e3ab4ace19259e1a65dbcafacb (diff) | |
| download | mate-panel-aa5155ab8e1a705803a5b0df50bb2c2db2335db4.tar.bz2 mate-panel-aa5155ab8e1a705803a5b0df50bb2c2db2335db4.tar.xz | |
panel: Update default layout files to use pack-type and pack-index
Replace position and panel-right-stick with pack-type and pack-index in
all default layout files. Left-side applets use pack-type=start (the
default, so it's omitted), right-side applets use pack-type=end. Center
zone is empty by default.
Diffstat (limited to 'data/fedora.layout')
| -rw-r--r-- | data/fedora.layout | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/data/fedora.layout b/data/fedora.layout index ed55eca0..336567d8 100644 --- a/data/fedora.layout +++ b/data/fedora.layout @@ -11,72 +11,72 @@ size=24 [Object menu-bar] object-type=menu-bar toplevel-id=top -position=0 +pack-index=0 locked=true [Object file-browser] object-type=launcher launcher-location=/usr/share/applications/caja-browser.desktop toplevel-id=top -position=10 +pack-index=1 locked=true [Object terminal] object-type=launcher launcher-location=/usr/share/applications/mate-terminal.desktop toplevel-id=top -position=20 +pack-index=2 locked=true [Object web-browser] object-type=launcher launcher-location=/usr/share/applications/firefox.desktop toplevel-id=top -position=30 +pack-index=3 locked=true [Object volume-control] object-type=applet applet-iid=GvcAppletFactory::GvcApplet toplevel-id=top -position=20 -panel-right-stick=true +pack-type=end +pack-index=2 locked=true [Object notification-area] object-type=applet applet-iid=NotificationAreaAppletFactory::NotificationArea toplevel-id=top -position=10 -panel-right-stick=true +pack-type=end +pack-index=1 locked=true [Object clock] object-type=applet applet-iid=ClockAppletFactory::ClockApplet toplevel-id=top -position=0 -panel-right-stick=true +pack-type=end +pack-index=0 locked=true [Object show-desktop] object-type=applet applet-iid=WnckletFactory::ShowDesktopApplet toplevel-id=bottom -position=0 +pack-index=0 locked=true [Object window-list] object-type=applet applet-iid=WnckletFactory::WindowListApplet toplevel-id=bottom -position=20 +pack-index=1 locked=true [Object workspace-switcher] object-type=applet applet-iid=WnckletFactory::WorkspaceSwitcherApplet toplevel-id=bottom -position=0 -panel-right-stick=true +pack-type=end +pack-index=0 locked=true |
