Add missing docs

This commit is contained in:
David Heinemeier Hansson
2026-05-01 17:33:36 +02:00
parent 0d4a076a10
commit a2e83a784e
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
#!/bin/bash
# omarchy:summary=Print the detected Hyprland touchscreen or tablet device name
device=$(hyprctl devices -j | jq -r '[.touch[]?.name, .tablets[]?.name] | first // empty')
[[ -n $device ]] && echo "$device"
@@ -1,5 +1,8 @@
#!/bin/bash
# omarchy:summary=Enable, disable, toggle, or recover mirroring the internal display to an external monitor
# omarchy:args=<on|off|toggle|recover>
TOGGLE="internal-monitor-mirror"
TOGGLE_FLAG="$HOME/.local/state/omarchy/toggles/hypr/$TOGGLE.conf"
DISABLE_TOGGLE="internal-monitor-disable"
+3
View File
@@ -1,5 +1,8 @@
#!/bin/bash
# omarchy:summary=Generate a theme's colors.toml from its alacritty.toml palette
# omarchy:args=<theme-dir>
set -e
THEME_SOURCE="${1:-}"