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
|
|
|