Audrey Hacking Wiki
Advertisement

System panel is the name for the configuration selector that pops up when you press the action palette button and select "Audrey". This is an executable file stored in /kojak and is configured using the SystemPanel.init file.

SystemPanel.init configuration

SystemPanel.init configures the content and actions of the Audrey system panel.

Format

The file has four comma-separated fields:

label,icon,action,command
  • label is an optional name for the command
  • icon is the name of a gif file in /kojak/img/eng/config that will be shown in the panel. Each file is called "something_button.gif", and a second file, "something_button_activated.gif" will be called when you tap the icon. You need to use the full "something_button.gif" name here.
  • action is either "kojak" to use a kojak process or "launch" for an executable
  • command is what the button does. Enter either the if of a kojak process or the full path to an executable

Suggested additions

 ,terminal_button.gif,launch,/nto/photon/bin/pterm
 ,mp3_button.gif,launch,/nto/photon/bin/phplay
 ,shutdown_button.gif,launch,/nto/bin/shutdown
Advertisement