6 lines
109 B
Bash
6 lines
109 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
state=$(darkman get)
|
||
|
|
|
||
|
|
echo "{\"text\": \"$state\", \"alt\": \"$state\", \"tooltip\": \"$state\"}"
|