From 2c94c42cbd269b9b7fae3ad4d33e31e493e739b4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:49:16 +1000 Subject: scheme: add notify opt For sending a notification on error --- completions/caelestia.fish | 1 + 1 file changed, 1 insertion(+) (limited to 'completions') diff --git a/completions/caelestia.fish b/completions/caelestia.fish index 1c0cd57..894038c 100644 --- a/completions/caelestia.fish +++ b/completions/caelestia.fish @@ -94,6 +94,7 @@ complete -c caelestia -n "$seen scheme && $seen get" -s 'f' -l 'flavour' -d 'Get complete -c caelestia -n "$seen scheme && $seen get" -s 'm' -l 'mode' -d 'Get scheme mode' complete -c caelestia -n "$seen scheme && $seen get" -s 'v' -l 'variant' -d 'Get scheme variant' +complete -c caelestia -n "$seen scheme && $seen set" -l 'notify' -d 'Send a notification on error' complete -c caelestia -n "$seen scheme && $seen set" -s 'r' -l 'random' -d 'Switch to a random scheme' complete -c caelestia -n "$seen scheme && $seen set" -s 'n' -l 'name' -d 'Set scheme name' -a "$(caelestia scheme list -n)" -r complete -c caelestia -n "$seen scheme && $seen set" -s 'f' -l 'flavour' -d 'Set scheme flavour' -a "$(caelestia scheme list -f)" -r -- cgit v1.2.3-freya