{ "menu": [ { "name": "Sync operations" }, { "name": "pass sync", "method": "shell", "cmd": "pass git push" }, { "name": "Administration" }, { "name": "Shutdown", "method": "shell", "cmd": "doas shutdown -h now" }, { "name": "Restart", "method": "shell", "cmd": "doas restart" }, { "name": "Lock", "method": "shell", "cmd": "lock_with_cam.sh" }, { "name": "Volume up", "method": "shell", "cmd": "pactl -- set-sink-volume 0 +5%" }, { "name": "Volume down", "method": "shell", "cmd": "pactl -- set-sink-volume 0 -5%" }, { "name": "Toggle mute", "method": "shell", "cmd": "pactl -- set-sink-mute 0 toggle" } ] }