From c55dd3075dbd7271b285da15bfad25a0f5ef47f9 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Wed, 7 Jan 2026 13:28:24 +0530 Subject: how was volume even working upto now --- quickshell/items/Waves.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quickshell/items') diff --git a/quickshell/items/Waves.qml b/quickshell/items/Waves.qml index 05e42e2..f8c0359 100644 --- a/quickshell/items/Waves.qml +++ b/quickshell/items/Waves.qml @@ -13,7 +13,7 @@ RowLayout { } Text { text: volume - color: shellRoot.green + color: volume_muted ? shellRoot.red : shellRoot.green font { family: shellRoot.fontFamily pixelSize: shellRoot.fontSize -- cgit v1.2.3