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 883B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. requires
  8. updates
  9. defaults
  10. version
  11. icons
  12. metadata:
  13. author=Chris <chris@dmdirc.com>
  14. mainclass=com.dmdirc.addons.osd.OsdPlugin
  15. description=Provides command to show on screen display
  16. name=osd
  17. nicename=OSD Plugin
  18. requires:
  19. parent=ui_swing
  20. updates:
  21. id=3
  22. version:
  23. friendly=1.0
  24. provides:
  25. osd command
  26. required-services:
  27. swing ui
  28. defaults:
  29. locationX=20
  30. locationY=20
  31. newbehaviour=down
  32. bgcolour=2222aa
  33. fgcolour=ffffff
  34. fontSize=20
  35. timeout=true:15
  36. width=500
  37. maxWindows=false:5
  38. exports:
  39. showOSD in com.dmdirc.addons.osd.OsdPlugin as showNotification
  40. icons:
  41. category-osd=plugin://osd:com/dmdirc/addons/osd/icon.png