updates swaync config

This commit is contained in:
Dennis Schoepf 2025-11-23 23:34:40 +01:00
parent 713fee9273
commit cc6bd77a0c
3 changed files with 414 additions and 41 deletions

View file

@ -15,23 +15,27 @@
"positionX": "right",
"positionY": "top",
"widget-config": {
"title": {
"clear-all-button": false,
"text": "Notifications"
},
"buttons-grid": {
"actions": [
{
"command": "iwgtk",
"label": " 󰖩 "
"command": "wezterm start -- nmtui",
"label": " 󰛳 "
},
{
"command": "wezterm start -- bluetui",
"label": " 󰂯 "
},
{
"command": "niri msg action quit",
"label": " 󰍃 "
"command": "hyprlock",
"label": " 󰌾 "
},
{
"command": "swaylock",
"label": " 󰌾 "
"command": "niri msg action quit",
"label": " 󰍃 "
},
{
"command": "systemctl reboot",
@ -44,25 +48,16 @@
],
"buttons-per-row": 3
},
"dnd": {
"clear-all-button": true,
"text": "Do Not Disturb"
},
"mpris": {
"autohide": true,
"loop-carousel": false,
"show-album-art": "always"
},
"title": {
"clear-all-button": false,
"text": "Control Panel"
}
},
"widgets": [
"title",
"dnd",
"buttons-grid",
"notifications",
"mpris"
"mpris",
"buttons-grid"
]
}