You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugin.config 694B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # This is a DMDirc configuration file.
  2. # This section indicates which sections below take key/value
  3. # pairs, rather than a simple list. It should be placed above
  4. # any sections that take key/values.
  5. keysections:
  6. metadata
  7. updates
  8. requires
  9. defaults
  10. version
  11. metadata:
  12. author=Chris <chris@dmdirc.com>
  13. mainclass=com.dmdirc.addons.systray.SystrayPlugin
  14. description=Adds a system tray icon
  15. name=systray
  16. nicename=Systray Plugin
  17. updates:
  18. id=5
  19. requires:
  20. parent=ui_swing
  21. version:
  22. friendly=1.0
  23. provides:
  24. popup command
  25. systray feature
  26. required-services:
  27. defaults:
  28. autominimise=false
  29. exports:
  30. showPopup in com.dmdirc.addons.systray.SystrayPlugin as showNotification