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/ubuntu.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/ubuntu.layout')
| -rw-r--r-- | data/ubuntu.layout | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/data/ubuntu.layout b/data/ubuntu.layout index bab5164f..3c794051 100644 --- a/data/ubuntu.layout +++ b/data/ubuntu.layout @@ -11,67 +11,67 @@ size=24 [Object menu-bar] object-type=menu-bar toplevel-id=top -position=0 +pack-index=0 locked=true [Object firefox] locked=True -position=10 launcher-location=/usr/share/applications/firefox.desktop toplevel-id=top object-type=launcher menu-path=applications:/ +pack-index=1 [Object notification-area] object-type=applet applet-iid=NotificationAreaAppletFactory::NotificationArea toplevel-id=top -position=30 -panel-right-stick=true +pack-type=end +pack-index=2 locked=true [Object clock] object-type=applet applet-iid=ClockAppletFactory::ClockApplet toplevel-id=top -position=20 -panel-right-stick=true +pack-type=end +pack-index=1 locked=true [Object shutdown] action-type=shutdown object-type=action -position=10 -panel-right-stick=true toplevel-id=top +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=10 -panel-right-stick=true +pack-type=end +pack-index=1 locked=true [Object trashapplet] locked=True -position=0 toplevel-id=bottom applet-iid=TrashAppletFactory::TrashApplet object-type=applet -panel-right-stick=true +pack-type=end +pack-index=0 |
