fix(swaync): removed ugly useless buttons

This commit is contained in:
2024-11-09 00:10:15 +01:00
parent 91c830f75f
commit b10b21364b

View File

@@ -30,7 +30,6 @@
}, },
"widgets": [ "widgets": [
"label", "label",
"menubar",
"mpris", "mpris",
"backlight", "backlight",
"volume", "volume",
@@ -62,39 +61,6 @@
}, },
"volume": { "volume": {
"label": "" "label": ""
},
"menubar": {
"menu#power-buttons": {
"label": "",
"position": "right",
"actions": [
{
"label": " Reboot",
"command": "systemctl reboot"
},
{
"label": " Lock",
"command": "hyprlock -c $XDG_CONFIG_HOME/hypr/hyprlock.conf --immediate"
},
{
"label": " Logout",
"command": "loginctl terminate-session ${XDG_SESSION_ID-}"
},
{
"label": " Shut down",
"command": "systemctl poweroff"
}
]
},
"menu#app-launcher": {
"label": "󰍜",
"position": "right",
"actions": [
{
"label": "",
"command": "nm-connection-editor"
}
]
} }
} }
} }