1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
#!@PDMENU_BINDIR@/pdmenu
#
# Note that the above bang-path isn't required, but it lets you run this
# file directly as a sort of pdmenu script.
# Sample menus for Pdmenu.
# Set a pleasing color scheme.
color:desktop:white:blue
color:title:yellow:red
color:base:yellow:red
# Define the main menu.
menu:main:Main Menu
show:_Internet menu..::internet
exec:_Change your password:pause:passwd
exec:_Directory listing:truncate:ls -l
exec:_Change directory:edit,set:echo PWD=~set to?:~
exec:_Who's online?:truncate:echo "These users are online:";w
nop
exit:_Exit
# This is a submenu.
menu:internet:Internet:Internet programs
exec:_Mail::pine -i
exec:_News::slrn -C -n
exec:_WWW::lynx http://www.yahoo.com/
exec:_Talk:edit,pause:ytalk -x ~Talk to who?:joey~
exec:_Finger:edit,display:finger ~Enter address to finger:~ 2>/dev/null
exec:_Telnet:edit,pause:telnet ~Telnet to where?:~
nop
exit:_Main menu..
|