{ "autohide": { "enabled": true, "delay_secs": 2 }, "show_pin_button": false, "icon_size": 24, "position": "bottom", "animation_duration_ms": 200, "menu": { "enabled": false, "icon": "system-lock-screen-symbolic", "position": "end", "items": [ { "label": "Lock", "icon": "system-lock-screen-symbolic", "command": "swaylock -f", "confirm": false }, { "label": "Logout", "icon": "system-log-out-symbolic", "command": "loginctl terminate-user $USER", "confirm": true }, { "label": "Restart", "icon": "system-restart-symbolic", "command": "systemctl reboot", "confirm": true }, { "label": "Shutdown", "icon": "system-shutdown-symbolic", "command": "systemctl poweroff", "confirm": true } ] } }