Update hudctrl URI
dustin/basementhud/pipeline/head This commit looks good
Details
dustin/basementhud/pipeline/head This commit looks good
Details
Finally got the HUD controller published somewhere besides my desktop!pull/1/head
parent
5083b91871
commit
ad09bd2cdc
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
BASE_URL=http://rosalina.pyrocufflink.blue:8000
|
BASE_URL=https://hudctrl.pyrocufflink.blue/api
|
||||||
xrandr --listactivemonitors \
|
xrandr --listactivemonitors \
|
||||||
| curl "${BASE_URL}"/display/monitors \
|
| curl "${BASE_URL}"/display/monitors \
|
||||||
-H 'Content-Type: text/plain' \
|
-H 'Content-Type: text/plain' \
|
||||||
|
|
Loading…
Reference in New Issue