dotfiles/dot_config/i3/executable_hui_light.sh

5 lines
207 B
Bash
Raw Normal View History

2023-01-30 14:28:59 +01:00
#!/bin/bash
set -x
curl --location --request PUT 'http://192.168.1.123/api/EYlLGomum-wwCSoil1oRkIpcmYORn3KR03201tQg/lights/1/state' --header 'Content-Type: text/plain' --data-raw '{"on":'$1', "bri": '$2'}'