【分享】適合 Ubuntu MATE 22.04 的面板布局方案

各种窗口管理器和美化相关
回复
xenomorph0525
帖子: 524
注册时间: 2009-11-21 20:29

【分享】適合 Ubuntu MATE 22.04 的面板布局方案

#1

帖子 xenomorph0525 » 2022-12-17 19:57

剛裝了 Ubuntu MATE 22.04 ,然後花了3小時研究和測試面板的布局方案,最後的成果如下,覺得不錯的人可以照內容建立,並用 MATE Tweak 套用方案。 ^ ^


檔案1:
/usr/share/mate-panel/layouts/Perfect2022-tweak.layout

內容:

代码: 全选

[Toplevel bottom]
expand=true
orientation=bottom
size=28

[Object briskmenu]
locked=true
toplevel-id=bottom
position=0
object-type=applet
applet-iid=BriskMenuFactory::BriskMenu
panel-right-stick=false

[Object brave]
launcher-location=brave_brave.desktop
locked=true
toplevel-id=bottom
position=10
object-type=launcher
menu-path=applications:/
panel-right-stick=false

[Object chromium]
launcher-location=chromium_chromium.desktop
locked=true
toplevel-id=bottom
position=11
object-type=launcher
menu-path=applications:/
panel-right-stick=false

[Object firefox]
launcher-location=firefox_firefox.desktop
locked=true
toplevel-id=bottom
position=12
object-type=launcher
menu-path=applications:/
panel-right-stick=false

[Object opera]
launcher-location=opera_opera.desktop
locked=true
toplevel-id=bottom
position=13
object-type=launcher
menu-path=applications:/
panel-right-stick=false

[Object separator-0]
locked=true
toplevel-id=bottom
position=20
object-type=separator
panel-right-stick=false

[Object workspace-switcher]
locked=true
toplevel-id=bottom
position=30
object-type=applet
applet-iid=WnckletFactory::WorkspaceSwitcherApplet
panel-right-stick=false

[Object window-list]
locked=true
toplevel-id=bottom
position=40
object-type=applet
applet-iid=WnckletFactory::WindowListApplet
panel-right-stick=false

[Object notification-area]
locked=true
toplevel-id=bottom
position=30
object-type=applet
applet-iid=NotificationAreaAppletFactory::NotificationArea
panel-right-stick=true

[Object indicatorappletcomplete]
locked=true
toplevel-id=bottom
position=20
object-type=applet
applet-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete
panel-right-stick=true

[Object separator-1]
locked=true
toplevel-id=bottom
position=10
object-type=separator
panel-right-stick=true

[Object showdesktopapplet]
locked=true
toplevel-id=bottom
position=0
object-type=applet
applet-iid=WnckletFactory::ShowDesktopApplet
panel-right-stick=true

檔案2:
/usr/share/mate-panel/layouts/Perfect2022-tweak.panel

內容:

代码: 全选

[general]
default-layout='Perfect2022-tweak'
toplevel-id-list=['bottom']
object-id-list=['briskmenu', 'brave', 'chromium', 'firefox', 'opera', 'separator-0', 'workspace-switcher', 'window-list', 'notification-area', 'indicatorappletcomplete', 'separator-1', 'showdesktopapplet']

[toplevels/bottom]
expand=true
orientation='bottom'
size=28

[objects/briskmenu]
applet-iid='BriskMenuFactory::BriskMenu'
locked=true
object-type='applet'
position=0
toplevel-id='bottom'

[objects/brave]
launcher-location='brave_brave.desktop'
locked=true
object-type='launcher'
panel-right-stick=false
position=10
toplevel-id='bottom'

[objects/chromium]
launcher-location='chromium_chromium.desktop'
locked=true
object-type='launcher'
panel-right-stick=false
position=11
toplevel-id='bottom'

[objects/firefox]
launcher-location='firefox_firefox.desktop'
locked=true
object-type='launcher'
panel-right-stick=false
position=12
toplevel-id='bottom'

[objects/opera]
launcher-location='opera_opera.desktop'
locked=true
object-type='launcher'
panel-right-stick=false
position=13
toplevel-id='bottom'

[objects/separator-0]
locked=true
object-type='separator'
panel-right-stick=false
position=20
toplevel-id='bottom'

[objects/workspace-switcher]
applet-iid='WnckletFactory::WorkspaceSwitcherApplet'
locked=true
object-type='applet'
panel-right-stick=false
position=30
toplevel-id='bottom'

[objects/window-list]
applet-iid='WnckletFactory::WindowListApplet'
locked=true
object-type='applet'
position=40
toplevel-id='bottom'

[objects/notification-area]
applet-iid='NotificationAreaAppletFactory::NotificationArea'
locked=true
object-type='applet'
panel-right-stick=true
position=30
toplevel-id='bottom'

[objects/indicatorappletcomplete]
applet-iid='IndicatorAppletCompleteFactory::IndicatorAppletComplete'
locked=true
object-type='applet'
panel-right-stick=true
position=20
toplevel-id='bottom'

[objects/separator-1]
locked=true
object-type='separator'
panel-right-stick=true
position=10
toplevel-id='bottom'

[objects/showdesktopapplet]
applet-iid='WnckletFactory::ShowDesktopApplet'
locked=true
object-type='applet'
panel-right-stick=true
position=0
toplevel-id='bottom'
附件
16949_639d9bdab9734.jpg
回复