chore: Added theme change script to raycast and fix a bunch of theme related stuff
This commit is contained in:
parent
52c8d9ccd9
commit
a7a9cd1848
27 changed files with 442 additions and 490 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue