config.json 960 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "$schema": "/etc/xdg/swaync/configSchema.json",
  3. "positionX": "right",
  4. "positionY": "top",
  5. "layer": "overlay",
  6. "control-center-layer": "overlay",
  7. "layer-shell": true,
  8. "cssPriority": "application",
  9. "control-center-margin-top": 10,
  10. "control-center-margin-bottom": 10,
  11. "control-center-margin-right": 20,
  12. "control-center-margin-left": 10,
  13. "fit-to-screen": false,
  14. "notification-2way-tz": true,
  15. "notification-drop-shadow": false,
  16. "image-visibility": "when-available",
  17. "transition-length": 200,
  18. "hide-on-clear": false,
  19. "hide-on-action": true,
  20. "script-fail-notify": true,
  21. "widgets": [
  22. "title",
  23. "dnd",
  24. "notifications"
  25. ],
  26. "widget-config": {
  27. "title": {
  28. "text": "Notifications",
  29. "clear-all-button": true,
  30. "button-text": "Clear All"
  31. },
  32. "dnd": {
  33. "text": "Do Not Disturb"
  34. }
  35. }
  36. }