Update hudctrl URI
All checks were successful
dustin/basementhud/pipeline/head This commit looks good

Finally got the HUD controller published somewhere besides my desktop!
This commit is contained in:
2022-08-03 17:09:56 -05:00
parent 5083b91871
commit ad09bd2cdc

View File

@@ -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' \