summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-06-09 17:55:58 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-01-10 19:14:30 -0500
commitd871fb43eceb91736ece1c2204863d7a4e681669 (patch)
tree055cdb4f478ae740310b4bb2e8f45bed76686398
parent6f0385d11d0bdfc4ff7abb4af003013857b07cc8 (diff)
lxpanel: clean up
-rw-r--r--.config/lxpanel/default/panels/panel71
1 files changed, 33 insertions, 38 deletions
diff --git a/.config/lxpanel/default/panels/panel b/.config/lxpanel/default/panels/panel
index 93bdb61..ccde93c 100644
--- a/.config/lxpanel/default/panels/panel
+++ b/.config/lxpanel/default/panels/panel
@@ -1,52 +1,47 @@
-# lxpanel <profile> config file. Manually editing is not recommended.
-# Use preference dialog in lxpanel to adjust config when you can.
-
Global {
- edge=top
- allign=right
- margin=0
- widthtype=percent
- width=100
- height=16
- transparent=1
- tintcolor=#555753
- alpha=255
- autohide=0
- heightwhenhidden=2
- setdocktype=1
- setpartialstrut=1
- usefontcolor=1
- fontsize=10
- fontcolor=#eeeeec
- usefontsize=0
- background=0
- backgroundfile=/usr/share/lxpanel/images/background.png
- iconsize=16
- loglevel=2
+ monitor=-1
+ edge=top
+ setdocktype=1
+ setpartialstrut=1
+
+ widthtype=percent
+ width=100
+
+ height=16
+ iconsize=16
+
+ transparent=1
+ tintcolor=#555753
+ alpha=255
+
+ loglevel=2
}
Plugin {
- type = menu
- Config {
- image=/usr/share/lxpanel/images/my-computer.png
- system {
- }
- }
+ type=menu
+ Config {
+ # If we don't explicitly give the menu a list of
+ # things to contain, it will default to
+ # system{}/separator{}/item{command=run}/separator{}/item{command=logout}
+ system {
+ }
+ }
}
Plugin {
- type = space
- expand=1
- Config {
- Size=2
- }
+ type=space
+ expand=1
+ Config {
+ # The default ("natural") size is 1, but the min size
+ # is 2, so we have to set that here.
+ Size=2
+ }
}
Plugin {
- type = tray
+ type=tray
}
Plugin {
- type = volumealsa
+ type=volumealsa
}
-