diff options
Diffstat (limited to 'desktop/lxde-common/config')
-rw-r--r-- | desktop/lxde-common/config/config | 4 | ||||
-rw-r--r-- | desktop/lxde-common/config/panel | 184 | ||||
-rw-r--r-- | desktop/lxde-common/config/panel.patch | 101 |
3 files changed, 188 insertions, 101 deletions
diff --git a/desktop/lxde-common/config/config b/desktop/lxde-common/config/config new file mode 100644 index 0000000000..f3ba910d89 --- /dev/null +++ b/desktop/lxde-common/config/config @@ -0,0 +1,4 @@ +[Command] +FileManager=pcmanfm %s +Terminal=lxterminal -e %s +Logout=lxde-logout diff --git a/desktop/lxde-common/config/panel b/desktop/lxde-common/config/panel new file mode 100644 index 0000000000..e81e5e5779 --- /dev/null +++ b/desktop/lxde-common/config/panel @@ -0,0 +1,184 @@ +# lxpanel <profile> config file. Manually editing is not recommended. +# Use preference dialog in lxpanel to adjust config when you can. + +Global { + edge=bottom + allign=center + margin=0 + widthtype=percent + width=95 + height=26 + transparent=0 + tintcolor=#000000 + alpha=0 + setdocktype=1 + setpartialstrut=1 + usefontcolor=1 + fontcolor=#ffffff + background=1 + backgroundfile=/usr/share/lxpanel/images/background.png +} + +Plugin { + type = space + Config { + Size=2 + } +} + +Plugin { + type = menu + Config { + image=/usr/share/lxpanel/images/my-computer.png + system { + } + separator { + } + item { + command=run + } + separator { + } + item { + image=gnome-logout + command=logout + } + } +} + +Plugin { + type = launchbar + Config { + Button { + id=pcmanfm.desktop + } + Button { + id=mozilla-firefox.desktop + } + Button { + id=mozilla-thunderbird.desktop + } + Button { + id=lxterminal.desktop + } + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = wincmd + Config { + Button1=iconify + Button2=shade + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = wnckpager +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = taskbar + expand=1 + Config { + tooltips=1 + IconsOnly=0 + AcceptSkipPager=1 + ShowIconified=1 + ShowMapped=1 + ShowAllDesks=0 + UseMouseWheel=1 + UseUrgencyHint=1 + FlatButton=0 + MaxTaskWidth=150 + spacing=1 + } +} + +Plugin { + type = volumealsa +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = netstatus + Config { + iface=eth0 + configtool=network-admin --configure %i + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = cpu +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = cpufreq +} + +Plugin { + type = dclock + Config { + ClockFmt=%R + TooltipFmt=%A %x + BoldFont=0 + IconOnly=0 + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = launchbar + Config { + Button { + id=lxde-logout.desktop + } + } +} + diff --git a/desktop/lxde-common/config/panel.patch b/desktop/lxde-common/config/panel.patch deleted file mode 100644 index 4e84091e4d..0000000000 --- a/desktop/lxde-common/config/panel.patch +++ /dev/null @@ -1,101 +0,0 @@ ---- lxde-common-0.5.0/lxpanel/panel.in.orig 2010-08-18 23:38:58.000000000 +0200 -+++ lxde-common-0.5.0/lxpanel/panel.in 2010-08-18 23:44:34.000000000 +0200 -@@ -3,10 +3,10 @@ - - Global { - edge=bottom -- allign=left -+ allign=center - margin=0 - widthtype=percent -- width=100 -+ width=95 - height=26 - transparent=0 - tintcolor=#000000 -@@ -29,7 +29,7 @@ - Plugin { - type = menu - Config { -- image=@prefix@/share/lxde/images/lxde-icon.png -+ image=@prefix@/share/lxpanel/images/my-computer.png - system { - } - separator { -@@ -53,7 +53,13 @@ - id=pcmanfm.desktop - } - Button { -- id=firefox.desktop -+ id=mozilla-firefox.desktop -+ } -+ Button { -+ id=mozilla-thunderbird.desktop -+ } -+ Button { -+ id=lxterminal.desktop - } - } - } -@@ -110,7 +116,29 @@ - } - - Plugin { -- type = netstat -+ type = volumealsa -+} -+ -+Plugin { -+ type = space -+ Config { -+ Size=4 -+ } -+} -+ -+Plugin { -+ type = netstatus -+ Config { -+ iface=eth0 -+ configtool=network-admin --configure %i -+ } -+} -+ -+Plugin { -+ type = space -+ Config { -+ Size=4 -+ } - } - - Plugin { -@@ -118,7 +146,14 @@ - } - - Plugin { -- type = tray -+ type = space -+ Config { -+ Size=4 -+ } -+} -+ -+Plugin { -+ type = cpufreq - } - - Plugin { -@@ -127,6 +162,14 @@ - ClockFmt=%R - TooltipFmt=%A %x - BoldFont=0 -+ IconOnly=0 -+ } -+} -+ -+Plugin { -+ type = space -+ Config { -+ Size=4 - } - } - |