Powermenu
Default options for reference:
ts
import { opt, mkOptions } from "~lib/option"
export default mkOptions("powermenu", {
layout: opt<"1x4" | "2x2">("1x4"),
labels: opt(true),
iconSize: opt(4),
sleep: opt("systemctl suspend"),
reboot: opt("systemctl reboot"),
logout: opt("hyprctl dispatch exit"),
shutdown: opt("shutdown now"),
})