From af283015b69c24fecd32cdddb53dded6325783cf Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 22 Sep 2014 13:46:07 +0200 Subject: Add ubuntu layout --- data/Makefile.am | 3 ++- data/ubuntu.layout | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 data/ubuntu.layout diff --git a/data/Makefile.am b/data/Makefile.am index 6cd1a3cb..92b6e291 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,7 +3,8 @@ layout_DATA = \ default.layout \ fedora.layout \ linuxmint.layout \ - opensuse.layout + opensuse.layout \ + ubuntu.layout @INTLTOOL_XML_NOMERGE_RULE@ diff --git a/data/ubuntu.layout b/data/ubuntu.layout new file mode 100644 index 00000000..bab5164f --- /dev/null +++ b/data/ubuntu.layout @@ -0,0 +1,77 @@ +[Toplevel top] +expand=true +orientation=top +size=24 + +[Toplevel bottom] +expand=true +orientation=bottom +size=24 + +[Object menu-bar] +object-type=menu-bar +toplevel-id=top +position=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:/ + +[Object notification-area] +object-type=applet +applet-iid=NotificationAreaAppletFactory::NotificationArea +toplevel-id=top +position=30 +panel-right-stick=true +locked=true + +[Object clock] +object-type=applet +applet-iid=ClockAppletFactory::ClockApplet +toplevel-id=top +position=20 +panel-right-stick=true +locked=true + +[Object shutdown] +action-type=shutdown +object-type=action +position=10 +panel-right-stick=true +toplevel-id=top +locked=true + +[Object show-desktop] +object-type=applet +applet-iid=WnckletFactory::ShowDesktopApplet +toplevel-id=bottom +position=0 +locked=true + +[Object window-list] +object-type=applet +applet-iid=WnckletFactory::WindowListApplet +toplevel-id=bottom +position=20 +locked=true + +[Object workspace-switcher] +object-type=applet +applet-iid=WnckletFactory::WorkspaceSwitcherApplet +toplevel-id=bottom +position=10 +panel-right-stick=true +locked=true + +[Object trashapplet] +locked=True +position=0 +toplevel-id=bottom +applet-iid=TrashAppletFactory::TrashApplet +object-type=applet +panel-right-stick=true -- cgit v1.2.1