2ad80a9c67
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
17 lines
260 B
Bash
Executable File
17 lines
260 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Required parameters:
|
|
# @raycast.schemaVersion 1
|
|
# @raycast.title Litra Glow Off
|
|
# @raycast.mode silent
|
|
|
|
# Optional parameters:
|
|
# @raycast.icon ⚫️
|
|
|
|
# Documentation:
|
|
# @raycast.description Turn off Litra Glow light
|
|
|
|
cd ~/.bin/
|
|
./litractl off
|
|
|