cosmic/menu/pdmenurc

92 lines
2.7 KiB
Plaintext
Raw Normal View History

2019-01-01 19:50:10 +00:00
#!/usr/bin/pdmenu
title:Cosmic Voyage
2019-01-03 01:31:54 +00:00
# desktop The space over which the menus appear.
# title The line at the top of the screen.
# base The line at the bottom of the screen.
# menu The normal color of text in a menu.
# selbar The selection bar in the menu, when over normal text.
# shadow The shadow of a window
# menuhot The color of text in a menu that is a hotkey.
# selbarhot The color of a hotkey when the selection bar is over it.
# unselmenu The color of a menu window that is not currently active.
# possible colors
# (bg valid) (fg only)
# black gray
# red brightred
# green brightgreen
# brown yellow
# blue brightblue
# magenta brightmagenta
# cyan brightcyan
# lightgray white
2019-01-01 19:50:10 +00:00
#Set a pleasing color scheme.
2019-01-03 01:31:54 +00:00
color:desktop:white:black
color:title:white:red
color:base:lightgray:red
color:menu:white:blue
color:selbar:white:red
color:shadow:gray:black
color:menuhot:yellow:blue
color:selbarhot:yellow:red
color:unselmenu:lightgray:black
2019-01-01 19:50:10 +00:00
#this is a comment
menu:main:Main Menu:Cosmic Voyage Menu System v1.0
2019-01-03 02:07:24 +00:00
show:Cosmic _Tools..::cosmic
show:_Communication..::comms
show:_Games..::games
nop
2019-01-01 19:50:10 +00:00
exec:_Wiki::wiki
exec:_FAQ::faq
2019-01-03 01:31:54 +00:00
nop
2019-01-03 02:07:24 +00:00
exit:E_xit
menu:comms:Communication:Reach out and touch someone
exec:_Mail (alpine)::alpine
exec:_Mail (mutt)::mutt
exec:_fellowsh::clear;fellowsh
exec:_finger local users:truncate,edit:finger "~user name:~@cosmic.voyage"
exec:_IRC (weechat)::weechat
group:_Talk
exec::makemenu: \
echo "menu:talk:Talk:Talk to other users"; \
for u in `who | cut -f 1 -d " "| sort -u `; do \
2019-01-03 02:07:24 +00:00
echo "exec:$u::talk $u"; \
done; \
echo "nop"; \
echo "exit:E_xit"
show:::talk
remove:::talk
endgroup
2019-01-01 19:50:10 +00:00
nop
exit:E_xit
menu:games:Games:Games and fun distractions
exec:_Dungeon Crawl Stone Soup::dcss
exec:_Space Invaders::/usr/games/ninvaders
exec:_Bastard Tetris::/usr/games/bastet
exec:_Nethack::/usr/games/nethack-console
exec:_Sudoku::/usr/games/nudoku
exec:_Zangband::/usr/games/zangband
exec:_Fortune:truncate:/usr/games/fortune | par -w 60
nop
exit:_Back to main menu..
menu:cosmic:Cosmic Tools:Tools related to the cosmic voyage story
exec:_QEC browser::qec
exec:_Recent QEC Logs:truncate:latest
2019-01-03 02:07:24 +00:00
nop
2019-01-01 19:50:10 +00:00
exec:_Log a new message::log
exec:_Website regeneration:truncate:web
2019-01-03 02:07:24 +00:00
nop
exec:_Author and Ship Lists:truncate,edit:roster "~user or ship name (or blank for all):~"
2019-01-01 19:50:10 +00:00
exec:_Create a new ship:truncate,edit:ship "~new ship name:~"
nop
exit:_Back to main menu..
2019-01-03 02:07:24 +00:00