update for etiona
This commit is contained in:
parent
d53ac1dd10
commit
68dfba9e2a
1 changed files with 24 additions and 36 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016-2017 Ruben Rodriguez <ruben@trisquel.info>
|
# Copyright (C) 2016-2017 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
|
# Copyright (C) 2017 Mason Hock <mason@masonhock.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -17,7 +18,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=5
|
VERSION=6
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -26,23 +27,25 @@ sed 's/"tooltip", tooltip,/"tooltip", "Trisquel",/; s/"has-arrow", TRUE,/"has-ar
|
||||||
|
|
||||||
# Custom layout
|
# Custom layout
|
||||||
cat << EOF > data/panel-default-layout.layout
|
cat << EOF > data/panel-default-layout.layout
|
||||||
[Toplevel bottom]
|
[Toplevel top]
|
||||||
expand=true
|
|
||||||
orientation=bottom
|
orientation=bottom
|
||||||
size=42
|
expand=true
|
||||||
|
size=44
|
||||||
|
|
||||||
[Object mate-menu]
|
[Object briskmenu]
|
||||||
locked=true
|
locked=true
|
||||||
position=0
|
position=0
|
||||||
toplevel-id=bottom
|
panel-right-stick=false
|
||||||
object-type=menu
|
toplevel-id=top
|
||||||
|
applet-iid=BriskMenuFactory::BriskMenu
|
||||||
|
object-type=applet
|
||||||
|
|
||||||
[Object files]
|
[Object files]
|
||||||
locked=true
|
locked=true
|
||||||
position=20
|
position=20
|
||||||
launcher-location=/usr/share/applications/caja-home.desktop
|
launcher-location=caja.desktop
|
||||||
toplevel-id=bottom
|
panel-right-stick=false
|
||||||
|
toplevel-id=top
|
||||||
object-type=launcher
|
object-type=launcher
|
||||||
menu-path=applications:/
|
menu-path=applications:/
|
||||||
|
|
||||||
|
|
@ -50,49 +53,34 @@ menu-path=applications:/
|
||||||
locked=true
|
locked=true
|
||||||
position=30
|
position=30
|
||||||
launcher-location=/usr/share/applications/browser.desktop
|
launcher-location=/usr/share/applications/browser.desktop
|
||||||
toplevel-id=bottom
|
panel-right-stick=false
|
||||||
|
toplevel-id=top
|
||||||
object-type=launcher
|
object-type=launcher
|
||||||
menu-path=applications:/
|
menu-path=applications:/
|
||||||
|
|
||||||
[Object window-list]
|
[Object windowlistapplet]
|
||||||
object-type=applet
|
locked=true
|
||||||
applet-iid=WnckletFactory::WindowListApplet
|
|
||||||
toplevel-id=bottom
|
|
||||||
position=40
|
position=40
|
||||||
locked=true
|
panel-right-stick=false
|
||||||
|
toplevel-id=top
|
||||||
[Object notification-area]
|
applet-iid=WnckletFactory::WindowListApplet
|
||||||
object-type=applet
|
object-type=applet
|
||||||
applet-iid=NotificationAreaAppletFactory::NotificationArea
|
|
||||||
toplevel-id=bottom
|
|
||||||
position=30
|
|
||||||
panel-right-stick=true
|
|
||||||
locked=true
|
|
||||||
|
|
||||||
[Object indicatorappletcomplete]
|
[Object indicatorappletcomplete]
|
||||||
object-type=applet
|
locked=true
|
||||||
applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete
|
|
||||||
toplevel-id=bottom
|
|
||||||
position=20
|
position=20
|
||||||
panel-right-stick=true
|
panel-right-stick=true
|
||||||
locked=true
|
toplevel-id=top
|
||||||
|
applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete
|
||||||
[Object clock]
|
|
||||||
object-type=applet
|
object-type=applet
|
||||||
applet-iid=ClockAppletFactory::ClockApplet
|
|
||||||
toplevel-id=bottom
|
|
||||||
position=10
|
|
||||||
panel-right-stick=true
|
|
||||||
locked=true
|
|
||||||
|
|
||||||
[Object showdesktopapplet]
|
[Object showdesktopapplet]
|
||||||
locked=true
|
locked=true
|
||||||
position=0
|
position=0
|
||||||
panel-right-stick=true
|
panel-right-stick=true
|
||||||
toplevel-id=bottom
|
toplevel-id=top
|
||||||
applet-iid=WnckletFactory::ShowDesktopApplet
|
applet-iid=WnckletFactory::ShowDesktopApplet
|
||||||
object-type=applet
|
object-type=applet
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cp data/panel-default-layout.layout data/ubuntu.layout
|
cp data/panel-default-layout.layout data/ubuntu.layout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue