diff options
Diffstat (limited to 'skel-lxde/.config/lxpanel/LXDE/panels')
-rw-r--r-- | skel-lxde/.config/lxpanel/LXDE/panels/panel | 261 |
1 files changed, 133 insertions, 128 deletions
diff --git a/skel-lxde/.config/lxpanel/LXDE/panels/panel b/skel-lxde/.config/lxpanel/LXDE/panels/panel index 6546355..75f95a0 100644 --- a/skel-lxde/.config/lxpanel/LXDE/panels/panel +++ b/skel-lxde/.config/lxpanel/LXDE/panels/panel @@ -2,166 +2,171 @@ # Use preference dialog in lxpanel to adjust config when you can. Global { - edge=bottom - allign=left - margin=0 - widthtype=percent - width=100 - height=38 - transparent=1 - tintcolor=#709cd2 - alpha=181 - autohide=0 - heightwhenhidden=2 - setdocktype=1 - setpartialstrut=1 - usefontcolor=1 - fontsize=11 - fontcolor=#000000 - usefontsize=1 - background=0 - backgroundfile=/usr/share/lxpanel/images/background.png - iconsize=36 - loglevel=2 + edge=bottom + allign=left + margin=0 + widthtype=percent + width=100 + height=38 + transparent=1 + tintcolor=#709cd2 + alpha=181 + autohide=0 + heightwhenhidden=2 + setdocktype=1 + setpartialstrut=1 + usefontcolor=1 + fontsize=11 + fontcolor=#000000 + usefontsize=1 + background=0 + backgroundfile=/usr/share/lxpanel/images/background.png + iconsize=36 + loglevel=2 } - Plugin { - type = space - Config { - Size=2 - } + type=space + Config { + Size=2 + } } - Plugin { - type = menu - Config { - image=/usr/share/icons/oxygen/32x32/places/start-here-kanotix.png - system { - } - separator { - } - item { - command=run - } - separator { - } - item { - image=gnome-logout - command=logout - } + type=menu + Config { + image=/usr/share/icons/hicolor/32x32/places/start-here-kanotix.png + system { + } + separator { + } + item { + command=run } + separator { + } + item { + image=gnome-logout + command=logout + } + } } - Plugin { - type = space - Config { - Size=2 - } + type=space + Config { + Size=2 + } } - Plugin { - type = wincmd - Config { - image=window-manager - Button1=iconify - Button2=shade - Toggle=0 - } + type=wincmd + Config { + image=window-manager + Button1=iconify + Button2=shade + Toggle=0 + } } - Plugin { - type = space - Config { - Size=4 - } + type=space + Config { + Size=4 + } } - Plugin { - type = launchbar - Config { - Button { - id=pcmanfm.desktop - } - Button { - id=lxde-x-www-browser.desktop - } - Button { - id=lxde-x-terminal-emulator.desktop - } + type=launchbar + Config { + Button { + id=pcmanfm.desktop + } + Button { + id=lxde-x-www-browser.desktop } + Button { + id=lxde-x-terminal-emulator.desktop + } + } } - Plugin { - type = space - Config { - Size=4 - } + type=space + Config { + Size=4 + } } - Plugin { - type = pager + type=pager + Config { + } } - Plugin { - type = space - Config { - Size=4 - } + type=space + Config { + Size=4 + } } - Plugin { - type = taskbar - expand=1 - Config { - tooltips=1 - IconsOnly=0 - ShowAllDesks=0 - UseMouseWheel=1 - UseUrgencyHint=1 - FlatButton=1 - MaxTaskWidth=150 - spacing=1 - GroupedTasks=0 - } + type=taskbar + expand=1 + Config { + tooltips=1 + IconsOnly=0 + ShowAllDesks=0 + UseMouseWheel=1 + UseUrgencyHint=1 + FlatButton=1 + MaxTaskWidth=150 + spacing=1 + GroupedTasks=0 + } } - Plugin { - type = xkb - Config { - DisplayType=0 - PerWinLayout=0 - NoResetOpt=0 - KeepSysLayouts=1 - Model=pc105 - LayoutsList=de - VariantsList=, - ToggleOpt=shift_caps_toggle - FlagSize=1 - } + type=thermal + Config { + NormalColor=#0000ff + Warning1Color=#fff000 + Warning2Color=#ff0000 + AutomaticLevels=1 + Warning1Temp=97 + Warning2Temp=102 + AutomaticSensor=1 + } } - Plugin { - type = volumealsa + type=space + Config { + Size=5 + } } - Plugin { - type = tray + type=xkb + Config { + DisplayType=0 + PerWinLayout=0 + NoResetOpt=0 + KeepSysLayouts=1 + Model=pc105 + LayoutsList=de + VariantsList=, + ToggleOpt=shift_caps_toggle + FlagSize=1 + } } - Plugin { - type=power_manager_plugin + type=volumealsa Config { + MixerCommand=pavucontrol + MixerCommandTerm=0 } } - Plugin { - type = dclock - Config { - ClockFmt=%R - TooltipFmt=%A %x - BoldFont=0 - IconOnly=0 - CenterText=0 - } + type=tray + Config { + } +} +Plugin { + type=dclock + Config { + ClockFmt=%R + TooltipFmt=%A %x + BoldFont=0 + IconOnly=0 + CenterText=0 + } } - |