diff --git a/.config/quickshell/modules/common/widgets/WaveVisualizer.qml b/.config/quickshell/modules/common/widgets/WaveVisualizer.qml index eb579d7e1..571e71838 100644 --- a/.config/quickshell/modules/common/widgets/WaveVisualizer.qml +++ b/.config/quickshell/modules/common/widgets/WaveVisualizer.qml @@ -46,7 +46,7 @@ Canvas { // Visualizer } root.smoothPoints.push(sum / count); } - if (!root.live) smoothedPoints.fill(0); // If not playing, show no points + if (!root.live) root.smoothPoints.fill(0); // If not playing, show no points ctx.beginPath(); ctx.moveTo(0, h);