Commit a577c38c authored by Kirill Unitsaev's avatar Kirill Unitsaev Committed by Roman Alifanov

update swaync theme for gtk4

parent 3b56986e
{ {
"$schema": "/etc/xdg/swaync/configSchema.json", "$schema": "/etc/xdg/swaync/configSchema.json",
"positionX": "right", "positionX": "right",
"positionY": "top", "positionY": "top",
"layer": "overlay", "layer": "overlay",
"layer-shell": true, "layer-shell": true,
"cssPriority": "user", "cssPriority": "user",
"control-center-width": 380, "control-center-width": 335,
"control-center-height": 760, "control-center-height": 760,
"control-center-margin-top": 2, "control-center-margin-top": 8,
"control-center-margin-bottom": 2, "control-center-margin-bottom": 8,
"control-center-margin-right": 1, "control-center-margin-right": 8,
"control-center-margin-left": 0, "control-center-margin-left": 0,
"notification-2fa-action": true, "notification-2fa-action": true,
...@@ -36,7 +37,7 @@ ...@@ -36,7 +37,7 @@
"widgets": [ "widgets": [
"menubar#label", "menubar#label",
"buttons-grid", "volume",
"mpris", "mpris",
"title", "title",
"dnd", "dnd",
...@@ -46,7 +47,7 @@ ...@@ -46,7 +47,7 @@
"title": { "title": {
"text": "Уведомления", "text": "Уведомления",
"clear-all-button": true, "clear-all-button": true,
"button-text": " 󰎟 " "button-text": "  Очистить "
}, },
"dnd": { "dnd": {
"text": "Не беспокоить" "text": "Не беспокоить"
...@@ -78,7 +79,7 @@ ...@@ -78,7 +79,7 @@
"position": "right", "position": "right",
"actions": [ "actions": [
{ {
"label": " ", "label": "",
"command": "wlogout -b 5 -T 300 -B 300" "command": "wlogout -b 5 -T 300 -B 300"
} }
] ]
...@@ -102,10 +103,10 @@ ...@@ -102,10 +103,10 @@
"label": "󰂯", "label": "󰂯",
"command": "blueman-manager" "command": "blueman-manager"
}, },
{ {
"label": "", "label": "",
"command": "loginctl lock-session" "command": "loginctl lock-session"
} }
] ]
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment