[分享] MATE桌面環境下最方便、美觀的面板方案

Ubuntu各种衍生版本
回复
xenomorph0525
帖子: 519
注册时间: 2009-11-21 20:29

[分享] MATE桌面環境下最方便、美觀的面板方案

#1

帖子 xenomorph0525 » 2017-10-08 0:11

在終端機中輸入下列指令後,貼上下記內容:
sudo nano /usr/share/mate-panel/layouts/user-tweak.layout

代码: 全选

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

[Object matemenuapplet]
object-type=applet
applet-iid=MateMenuAppletFactory::MateMenuApplet
toplevel-id=bottom
panel-right-stick=false
position=0
locked=true

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

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

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

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

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

[Object stickynotesapplet]
object-type=applet
applet-iid=StickyNotesAppletFactory::StickyNotesApplet
toplevel-id=bottom
panel-right-stick=true
position=30
locked=true

[Object clockapplet]
object-type=applet
applet-iid=ClockAppletFactory::ClockApplet
toplevel-id=bottom
panel-right-stick=true
position=20
locked=true

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

[Object showdesktopapplet]
object-type=applet
applet-iid=WnckletFactory::ShowDesktopApplet
toplevel-id=bottom
panel-right-stick=true
position=0
locked=true
在終端機中輸入下列指令後,貼上下記內容:
sudo nano /usr/share/mate-panel/layouts/user-tweak.panel

代码: 全选

[general]
default-layout='user-tweak'
toplevel-id-list=['bottom']
object-id-list=['mate-menu', 'separator-0', 'workspace-switcher', 'window-list', 'notification-area', 'indicatorappletcomplete', 'stickynotes', 'clock', 'separator-1', 'showdesktop']

[toplevels/bottom]
orientation='bottom'
expand=true
size=26
screen=0

[objects/mate-menu]
object-type='applet'
applet-iid='MateMenuAppletFactory::MateMenuApplet'
toplevel-id='bottom'
position=0
locked=true

[objects/separator-0]
object-type='separator'
toplevel-id='bottom'
position=10
locked=true

[objects/workspace-switcher]
object-type='applet'
applet-iid='WnckletFactory::WorkspaceSwitcherApplet'
toplevel-id='bottom'
position=20
locked=true

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

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

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

[objects/stickynotes]
object-type='applet'
applet-iid='StickyNotesAppletFactory::StickyNotesApplet'
toplevel-id='bottom'
panel-right-stick=true
position=30
locked=true

[objects/clock]
object-type='applet'
applet-iid='ClockAppletFactory::ClockApplet'
toplevel-id='bottom'
panel-right-stick=true
position=20
locked=true

[objects/clock/prefs]
show-date=false
show-weather=false
show-temperature=false

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

[objects/showdesktop]
object-type='applet'
applet-iid='WnckletFactory::ShowDesktopApplet'
toplevel-id='bottom'
panel-right-stick=true
position=0
locked=true
備份「mate-volume-control-applet.desktop」:
sudo cp /etc/xdg/autostart/mate-volume-control-applet.desktop /etc/xdg/autostart/mate-volume-control-applet.desktop.bak

開啟「MATE Tweek」,在「介面」頁的「面板」欄,選擇「Custom: user-tweak」後,方案即生效。

但「mate-volume-control-applet.desktop」將會被刪除,以下列指令補回:
sudo cp /etc/xdg/autostart/mate-volume-control-applet.desktop.bak /etc/xdg/autostart/mate-volume-control-applet.desktop

不過這樣面板上將會有兩種音量控制元件,請開啟「啟動應用程式」,取消「音量控制」即可恢復成一個。


方案原始模樣和調整選單圖示大小、系統字型、刪減工作區後的模樣,如附圖。
未調整選單圖示大小、系統字型、刪減工作區的模樣
未調整選單圖示大小、系統字型、刪減工作區的模樣
經調整選單圖示大小、系統字型、刪減工作區後的模樣
經調整選單圖示大小、系統字型、刪減工作區後的模樣
回复