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

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. version
  10. defaults
  11. metadata:
  12. author=Greg <greg@dmdirc.com>
  13. mainclass=com.dmdirc.addons.windowflashing.WindowFlashing
  14. description=Window flashing
  15. name=windowflashing
  16. nicename=Window Flashing
  17. version:
  18. friendly=1.0
  19. updates:
  20. id=64
  21. requires:
  22. parent=ui_swing
  23. os=.*windows.*
  24. required-services:
  25. swing ui
  26. provides:
  27. windowflash command
  28. defaults:
  29. blinkrate=false:0
  30. blinkratefallback=0
  31. flashcount=false:5
  32. flashcountfallback=-1
  33. flashtaskbar=true
  34. flashcaption=true
  35. exports:
  36. flashNotification in com.dmdirc.addons.windowflashing.WindowFlashing as showNotification