#!/usr/bin/env bash
# @vicinae.schemaVersion 1
# @vicinae.title Power Off
# @vicinae.mode silent
# @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg
# @vicinae.description Shut the machine down.
# @vicinae.keywords ["power off", "shutdown", "shut down", "poweroff", "halt"]

exec systemctl poweroff
