From e216af270c1b97c3bee956bf8bedbe0bf104edea Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:49:13 +1100 Subject: install: fix vscode --- completions/caelestia.fish | 2 +- main.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/completions/caelestia.fish b/completions/caelestia.fish index d0ad348..38fbc7f 100644 --- a/completions/caelestia.fish +++ b/completions/caelestia.fish @@ -22,7 +22,7 @@ complete -c caelestia -n $not_seen -a 'wallpaper' -d 'Change the wallpaper' complete -c caelestia -n $not_seen -a 'pip' -d 'Picture in picture utilities' # Install -set -l commands discord foot fuzzel hypr safeeyes scripts shell gtk +set -l commands discord foot fuzzel hypr safeeyes scripts shell gtk vscode complete -c caelestia -n "$seen install && not $seen $commands" -a "$commands" # Shell diff --git a/main.fish b/main.fish index e1ed05d..a4f405e 100755 --- a/main.fish +++ b/main.fish @@ -44,7 +44,7 @@ if test "$argv[1]" = scheme end if test "$argv[1]" = install - set -l valid_modules discord foot fuzzel hypr safeeyes scripts shell gtk + set -l valid_modules discord foot fuzzel hypr safeeyes scripts shell gtk vscode contains -- "$argv[2]" $valid_modules && $src/install/$argv[2].fish $argv[3..] || error "Invalid module: $argv[2]" exit end -- cgit v1.2.3-freya