Update hudctrl URI
dustin/basementhud/pipeline/head This commit looks good Details

Finally got the HUD controller published somewhere besides my desktop!
pull/1/head
Dustin 2022-08-03 17:09:56 -05:00
parent 5083b91871
commit ad09bd2cdc
1 changed files with 1 additions and 1 deletions

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