From 8a5e4ce4737a7f484912cfcab4e943e965c5ecd1 Mon Sep 17 00:00:00 2001 From: velvettear Date: Wed, 30 Mar 2022 23:10:54 +0200 Subject: [PATCH] fixed typo --- libs/blinky.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {