chore: Added theme change script to raycast and fix a bunch of theme related stuff

This commit is contained in:
Afonso Franco 2024-02-13 02:31:12 +00:00
parent 52c8d9ccd9
commit a7a9cd1848
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
27 changed files with 442 additions and 490 deletions

13
.local/bin/open-in-iina.sh Executable file
View 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