chore: Added theme change script to raycast and fix a bunch of theme related stuff
This commit is contained in:
13
.local/bin/open-in-iina.sh
Executable file
13
.local/bin/open-in-iina.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Required parameters:
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title IINA
|
||||
# @raycast.mode silent
|
||||
|
||||
# Optional parameters:
|
||||
# @raycast.icon /Applications/IINA.app/Contents/Resources/AppIcon.icns
|
||||
# @raycast.packageName Open urls in IINA
|
||||
# @raycast.argument1 { "type": "text", "placeholder": "url..." }
|
||||
|
||||
open ${1// /%20} -a IINA
|
||||
Reference in New Issue
Block a user