summaryrefslogtreecommitdiff
path: root/larsmenu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'larsmenu.sh')
-rw-r--r--larsmenu.sh49
1 files changed, 49 insertions, 0 deletions
diff --git a/larsmenu.sh b/larsmenu.sh
new file mode 100644
index 0000000..80839e1
--- /dev/null
+++ b/larsmenu.sh
@@ -0,0 +1,49 @@
+#!/bin/sh
+
+BG="#eeeeee"
+#FONT="-jmk-neep-medium-*-*--15-*-*-*-c-*-*-*"
+FONT="9x15"
+
+OPT="-bg $BG -font $FONT"
+#OPT="-bg #AEB2C3 -font -schumacher-clean-*-*-*-*-0-*-*-*-*-*-*-*"
+
+case $1 in
+ 1)
+ ;;
+ 2)
+ larsmenu $OPT -popup \
+ 'Terminal:xterm' \
+ 'Launch ...:mterm -a -w -p +610+515' \
+ 'Kill:xkill' \
+ 'Lock:xlock' \
+ 'Calculator:xcalc' \
+ 'Magnify:xmag' \
+ 'Manual pages:xman' \
+ 'Console:xconsole' \
+ 'Restart:larsremote restart' \
+ 'Exit:larsremote exit' \
+ 'Cancel:exit'
+ ;;
+ 3)
+ larsmenu $OPT -popup \
+ 'Firefox:firefox' \
+ 'Thunderbird:thunderbird' \
+ 'Newsreader:pan' \
+ 'Instant Messenger:gaim' \
+ 'Internet Relay Chat:xchat' \
+ 'XMMS:xmms' \
+ 'Beep Media Player:beep-media-player' \
+ 'Movie Player:gmplayer' \
+ 'DVD Player:ogle' \
+ 'Gimp:gimp' \
+ 'Image Viewer:gqview' \
+ 'BitTorrent:transmission-gtk' \
+ 'File Manager:rox' \
+ 'Vim:gvim' \
+ 'Emacs:emacs' \
+ 'Maple 10:xmaple' \
+ 'Cancel:exit'
+ ;;
+ *)
+ ;;
+esac