From ad09bd2cdc69717a6a47004eb6a7357b3f166441 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 3 Aug 2022 17:09:56 -0500 Subject: [PATCH] Update hudctrl URI Finally got the HUD controller published somewhere besides my desktop! --- overlay/home/user/.config/openbox/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/home/user/.config/openbox/autostart b/overlay/home/user/.config/openbox/autostart index c6bae10..8a82345 100644 --- a/overlay/home/user/.config/openbox/autostart +++ b/overlay/home/user/.config/openbox/autostart @@ -1,6 +1,6 @@ #!/bin/sh -BASE_URL=http://rosalina.pyrocufflink.blue:8000 +BASE_URL=https://hudctrl.pyrocufflink.blue/api xrandr --listactivemonitors \ | curl "${BASE_URL}"/display/monitors \ -H 'Content-Type: text/plain' \