From bc41ed4179df255f8976d527c0d4faee2ab8083f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 3 Mar 2014 12:58:41 -0500 Subject: add right lxpanel --- .config/lxpanel/default/panels/right | 47 ++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .config/lxpanel/default/panels/right (limited to '.config/lxpanel/default') diff --git a/.config/lxpanel/default/panels/right b/.config/lxpanel/default/panels/right new file mode 100644 index 0000000..62c26b0 --- /dev/null +++ b/.config/lxpanel/default/panels/right @@ -0,0 +1,47 @@ +# lxpanel config file. Manually editing is not recommended. +# Use preference dialog in lxpanel to adjust config when you can. + +Global { + edge=right + allign=center + margin=0 + widthtype=request + width=652 + height=128 + transparent=1 + tintcolor=#002b36 + alpha=255 + autohide=1 + heightwhenhidden=2 + setdocktype=1 + setpartialstrut=1 + usefontcolor=0 + fontsize=10 + fontcolor=#000000 + usefontsize=0 + background=0 + iconsize=128 + loglevel=2 +} + +Plugin { + type = launchbar + Config { + Button { + id=/home/luke/Desktop/iceweasel.desktop + } + Button { + id=/home/luke/Desktop/netflix-desktop.desktop + } + Button { + id=/home/luke/Desktop/vlc.desktop + } + Button { + id=/home/luke/Desktop/vlc-dvd.desktop + } + Button { + id=/home/luke/Desktop/vlc-cdda.desktop + } + } +} + -- cgit v1.2.3-2-g168b