diff --git a/libs/blinky.js b/libs/blinky.js index 67d2ada..91c1db5 100644 --- a/libs/blinky.js +++ b/libs/blinky.js @@ -142,7 +142,7 @@ async function setSystemdStatus(name, state) { } let mode = 'set'; let options = { - blinkstick: BLINKSTICK_STRIP, + blinkstick: BLINKSTICK_SQUARE, color: animationsInProgress[name] || COLOR_DEFAULT }; if (state === SYSTEMD_STATE_ACTIVE) {