diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-22 20:44:04 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-22 20:44:04 -0400 |
commit | ad482d55d2f60cf3c91c9014b934af7ea30b4d88 (patch) | |
tree | 79bb00ec5be01214f1ebc99509308f2083c17717 /.config/lxpanel/default | |
parent | 2f550711d01c7aa731d75edca9bc4d2a1f718045 (diff) | |
parent | 510fea7116c6bd01824af38b4e516b6e19fded81 (diff) |
Merge branch 'master' into build64-par
Conflicts:
.crontab
Diffstat (limited to '.config/lxpanel/default')
-rw-r--r-- | .config/lxpanel/default/config | 3 | ||||
-rw-r--r-- | .config/lxpanel/default/panels/panel | 42 |
2 files changed, 45 insertions, 0 deletions
diff --git a/.config/lxpanel/default/config b/.config/lxpanel/default/config new file mode 100644 index 0000000..3ac287f --- /dev/null +++ b/.config/lxpanel/default/config @@ -0,0 +1,3 @@ +[Command] +FileManager=v-editor %s +Terminal=urxvt diff --git a/.config/lxpanel/default/panels/panel b/.config/lxpanel/default/panels/panel new file mode 100644 index 0000000..9d776bb --- /dev/null +++ b/.config/lxpanel/default/panels/panel @@ -0,0 +1,42 @@ +# 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=#002b36 + alpha=255 + autohide=0 + heightwhenhidden=2 + setdocktype=1 + setpartialstrut=1 + usefontcolor=1 + fontsize=10 + fontcolor=#839496 + usefontsize=0 + background=0 + backgroundfile=/usr/share/lxpanel/images/background.png + iconsize=16 +} + +Plugin { + type = space + expand=1 + Config { + Size=2 + } +} + +Plugin { + type = tray +} + +Plugin { + type = volumealsa +} + |