LXpanel in Mate desktop
Posted: Thu Apr 04, 2013 10:49 pm
I am trying to replace Mate panel with Lxpanel ( I just like it ).
How do i add reboot and shutdown buttons for Mate to it ?
I know this is LXDE forum and i am using Mate but i hoped you would be bunch of folk to ask , since LXDE components can be used outside LXDE desktop .
I got logout so far , here is my Lxpanel config :
# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.
Global {
edge=bottom
allign=left
margin=0
widthtype=percent
width=100
height=26
transparent=1
tintcolor=#dedede
alpha=255
autohide=0
heightwhenhidden=2
setdocktype=1
setpartialstrut=1
usefontcolor=0
fontsize=10
fontcolor=#ffffff
usefontsize=0
background=0
backgroundfile=/usr/share/lxpanel/images/background.png
iconsize=24
}
Plugin {
type = space
Config {
Size=2
}
}
Plugin {
type = menu
Config {
image=/usr/share/pixmaps/debian-logo.png
system {
}
separator {
}
item {
command=run
}
separator {
}
item {
name=Logout
image=gnome-logout
action=mate-session-save --logout-dialog
}
}
}
Plugin {
type = launchbar
Config {
Button {
id=lxde-x-terminal-emulator.desktop
}
Button {
id=/usr/share/applications/firefox.desktop
}
Button {
id=/usr/share/applications/abiword.desktop
}
Button {
id=/usr/share/applications/picasa.desktop
}
Button {
id=/usr/share/applications/audacious.desktop
}
}
}
Plugin {
type = space
Config {
Size=4
}
}
Plugin {
type = wincmd
Config {
image=window-manager
Button1=iconify
Button2=shade
Toggle=0
}
}
Plugin {
type = space
Config {
Size=4
}
}
Plugin {
type = pager
}
Plugin {
type = space
Config {
Size=4
}
}
Plugin {
type = taskbar
expand=1
Config {
tooltips=1
IconsOnly=0
ShowAllDesks=0
UseMouseWheel=1
UseUrgencyHint=1
FlatButton=0
MaxTaskWidth=150
spacing=1
GroupedTasks=0
}
}
Plugin {
type = cpu
}
Plugin {
type = tray
}
Plugin {
type = dclock
Config {
ClockFmt=%R
TooltipFmt=%A %x
BoldFont=0
IconOnly=0
CenterText=0
}
}
How do i add reboot and shutdown buttons for Mate to it ?
I know this is LXDE forum and i am using Mate but i hoped you would be bunch of folk to ask , since LXDE components can be used outside LXDE desktop .
I got logout so far , here is my Lxpanel config :
# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.
Global {
edge=bottom
allign=left
margin=0
widthtype=percent
width=100
height=26
transparent=1
tintcolor=#dedede
alpha=255
autohide=0
heightwhenhidden=2
setdocktype=1
setpartialstrut=1
usefontcolor=0
fontsize=10
fontcolor=#ffffff
usefontsize=0
background=0
backgroundfile=/usr/share/lxpanel/images/background.png
iconsize=24
}
Plugin {
type = space
Config {
Size=2
}
}
Plugin {
type = menu
Config {
image=/usr/share/pixmaps/debian-logo.png
system {
}
separator {
}
item {
command=run
}
separator {
}
item {
name=Logout
image=gnome-logout
action=mate-session-save --logout-dialog
}
}
}
Plugin {
type = launchbar
Config {
Button {
id=lxde-x-terminal-emulator.desktop
}
Button {
id=/usr/share/applications/firefox.desktop
}
Button {
id=/usr/share/applications/abiword.desktop
}
Button {
id=/usr/share/applications/picasa.desktop
}
Button {
id=/usr/share/applications/audacious.desktop
}
}
}
Plugin {
type = space
Config {
Size=4
}
}
Plugin {
type = wincmd
Config {
image=window-manager
Button1=iconify
Button2=shade
Toggle=0
}
}
Plugin {
type = space
Config {
Size=4
}
}
Plugin {
type = pager
}
Plugin {
type = space
Config {
Size=4
}
}
Plugin {
type = taskbar
expand=1
Config {
tooltips=1
IconsOnly=0
ShowAllDesks=0
UseMouseWheel=1
UseUrgencyHint=1
FlatButton=0
MaxTaskWidth=150
spacing=1
GroupedTasks=0
}
}
Plugin {
type = cpu
}
Plugin {
type = tray
}
Plugin {
type = dclock
Config {
ClockFmt=%R
TooltipFmt=%A %x
BoldFont=0
IconOnly=0
CenterText=0
}
}