Skip to content

Instantly share code, notes, and snippets.

@THS-on
Last active February 27, 2017 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save THS-on/5e8f2d4a1c197af285a11a9056fb26d3 to your computer and use it in GitHub Desktop.
Save THS-on/5e8f2d4a1c197af285a11a9056fb26d3 to your computer and use it in GitHub Desktop.
Lernstick Tweaks
# Please copy to /home/user/.config/lxpanel/LXDE/panels/panel
# 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=0
tintcolor=#000000
alpha=0
setdocktype=1
setpartialstrut=1
usefontcolor=1
fontcolor=#ffffff
background=0
backgroundfile=/usr/share/lxpanel/images/background.png
}
Plugin {
type=space
Config {
Size=2
}
}
Plugin {
type=menu
Config {
image=/usr/share/lxde/images/lxde-icon.png
system {
}
separator {
}
item {
command=run
}
separator {
}
item {
image=gnome-logout
command=logout
}
}
}
Plugin {
type=launchbar
Config {
Button {
id=pcmanfm.desktop
}
Button {
id=lxde-x-www-browser.desktop
}
}
}
Plugin {
type=space
Config {
Size=4
}
}
Plugin {
type=wincmd
Config {
Button1=iconify
Button2=shade
}
}
Plugin {
type=space
Config {
Size=4
}
}
Plugin {
type=pager
Config {
}
}
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=cpu
Config {
}
}
Plugin {
type=tray
Config {
}
}
Plugin {
type=dclock
Config {
ClockFmt=%R
TooltipFmt=%A %x
BoldFont=0
IconOnly=0
CenterText=0
}
}
Plugin {
type=launchbar
Config {
Button {
id=lxde-screenlock.desktop
}
Button {
id=lxde-logout.desktop
}
}
}
Plugin {
type=batt
Config {
BackgroundColor=black
ChargingColor1=#28f200
ChargingColor2=#22cc00
DischargingColor1=#ffee00
DischargingColor2=#d9ca00
HideIfNoBattery=1
AlarmCommand=xmessage Battery low
AlarmTime=5
BorderWidth=1
Size=8
ShowExtendedInformation=0
}
}
# This config configures mate-panel to look similar to windows. Will be replaced by Mate Tweak(Debian 9)
# To load this config use cat windows-mate | dconf load /org/mate/panel/
[general]
object-id-list=['object_1', 'object_0', 'object_2', 'object_4', 'menu-bar', 'notification-area', 'clock', 'object_3', 'object_5']
toplevel-id-list=['top']
[toplevels/top]
expand=true
orientation='bottom'
screen=0
y-bottom=0
size=24
y=940
[objects/clock]
applet-iid='ClockAppletFactory::ClockApplet'
locked=true
toplevel-id='top'
position=149
object-type='applet'
panel-right-stick=true
[objects/clock/prefs]
format='24-hour'
custom-format=''
[objects/object_0]
applet-iid='WnckletFactory::WindowListApplet'
toplevel-id='toplevel_0'
position=220
object-type='applet'
panel-right-stick=false
[objects/object_0/prefs]
group-windows='auto'
[objects/object_1]
toplevel-id='toplevel_0'
position=0
object-type='menu-bar'
panel-right-stick=false
[objects/object_2]
applet-iid='ClockAppletFactory::ClockApplet'
toplevel-id='toplevel_0'
position=1887
object-type='applet'
panel-right-stick=false
[objects/object_2/prefs]
format='24-hour'
custom-format=''
[objects/menu-bar]
locked=true
toplevel-id='top'
position=0
object-type='menu-bar'
[objects/object_3]
applet-iid='WnckletFactory::WorkspaceSwitcherApplet'
locked=false
toplevel-id='top'
position=1523
object-type='applet'
panel-right-stick=false
[objects/object_4]
applet-iid='NotificationAreaAppletFactory::NotificationArea'
toplevel-id='toplevel_0'
position=1685
object-type='applet'
panel-right-stick=false
[objects/object_5]
applet-iid='WnckletFactory::WindowListApplet'
locked=true
toplevel-id='top'
position=220
object-type='applet'
panel-right-stick=false
[objects/notification-area]
applet-iid='NotificationAreaAppletFactory::NotificationArea'
locked=true
toplevel-id='top'
position=258
object-type='applet'
panel-right-stick=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment