Created
February 7, 2025 15:39
-
-
Save andrewheiss/9e5b6910471ca17a13b3b1c7118ee6f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Required parameters: | |
# @raycast.schemaVersion 1 | |
# @raycast.title Toggle Litra | |
# @raycast.mode silent | |
# Optional parameters: | |
# @raycast.icon 💡 | |
# litra brightness --percentage 80 | |
# litra temperature --value 3200 | |
litra toggle | |
echo "Litra light toggled" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍