ViviNoSmol

config.json

Oct 30th, 2023
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. {
  2. "$schema": "/etc/xdg/swaync/configSchema.json",
  3. "positionX": "right",
  4. "positionY": "top",
  5. "control-center-margin-top": 10,
  6. "control-center-margin-bottom": 10,
  7. "control-center-margin-right": 10,
  8. "control-center-margin-left": 10,
  9. "notification-icon-size": 64,
  10. "notification-body-image-height": 100,
  11. "notification-body-image-width": 200,
  12. "timeout": 10,
  13. "timeout-low": 5,
  14. "timeout-critical": 0,
  15. "fit-to-screen": false,
  16. "control-center-width": 500,
  17. "control-center-height": 1025,
  18. "notification-window-width": 400,
  19. "keyboard-shortcuts": true,
  20. "image-visibility": "when-available",
  21. "transition-time": 200,
  22. "hide-on-clear": false,
  23. "hide-on-action": true,
  24. "script-fail-notify": true,
  25. "widgets": [
  26. "title",
  27. "buttons-grid",
  28. "mpris",
  29. "volume",
  30. "backlight",
  31. "dnd",
  32. "notifications"
  33. ],
  34. "widget-config": {
  35. "title": {
  36. "text": "Notification Center",
  37. "clear-all-button": true,
  38. "button-text": "󰆴 Clear All"
  39. },
  40. "dnd": {
  41. "text": "Do Not Disturb"
  42. },
  43. "label": {
  44. "max-lines": 1,
  45. "text": "Notification Center"
  46. },
  47. "mpris": {
  48. "image-size": 96,
  49. "image-radius": 7
  50. },
  51. "volume": {
  52. "label": "󰕾"
  53. },
  54. "backlight": {
  55. "label": "󰃟"
  56. },
  57. "buttons-grid": {
  58. "actions": [
  59. {
  60. "label": "󰐥",
  61. "command": "systemctl poweroff"
  62. },
  63. {
  64. "label": "󰜉",
  65. "command": "systemctl reboot"
  66. },
  67. {
  68. "label": "󰌾",
  69. "command": "swaylock-corrupter"
  70. },
  71. {
  72. "label": "󰍃",
  73. "command": "swaymsg exit"
  74. },
  75. {
  76. "label": "󰏥",
  77. "command": "systemctl suspend"
  78. },
  79. {
  80. "label": "󰕾",
  81. "command": "pactl set-sink-mute @DEFAULT_SINK@ toggle"
  82. },
  83. {
  84. "label": "󰍬",
  85. "command": "pactl set-source-mute @DEFAULT_SOURCE@ toggle"
  86. },
  87. {
  88. "label": "󰖩",
  89. "command": "iwgtk"
  90. },
  91. {
  92. "label": "󰂯",
  93. "command": "blueman-manager"
  94. },
  95. {
  96. "label": "",
  97. "command": "kooha"
  98. }
  99. ]
  100. }
  101. }
  102. }
  103.  
Advertisement
Add Comment
Please, Sign In to add comment