diff options
-rw-r--r-- | .config/lxpanel/default/panels/right | 47 |
1 files changed, 47 insertions, 0 deletions
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 <profile> 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 + } + } +} + |