Search found 2 matches

by ctassell
Thu Nov 25, 2010 3:59 pm
Forum: LXPanel
Topic: Does lxpanel Support Drawers?
Replies: 1
Views: 2451

Does lxpanel Support Drawers?

Is there any way in lxpanel to have an icon that opens up a drop down list of other icons? AKA a "drawer" or "cabinet"? Even just a button that opens up a specific menu tree (ie, "Other" or "Custom") would probably work... I just don't want 10 icons on my pane...
by ctassell
Thu Nov 25, 2010 3:49 pm
Forum: LXAppearance
Topic: Wallpaper
Replies: 4
Views: 8358

Re: Wallpaper

I wrote the following script this morning to do the same thing. Here is the script (change the Folder and sleepTime settings as needed) #!/bin/bash Folder=~/wallpaper/ sleepTime=3m pid=$(ps xc |grep lxsession |awk ' { print $1 }') while [ $(ps xc |grep lxsession |awk ' { print $1 }') == "$pid&q...