aboutsummaryrefslogtreecommitdiff
path: root/quickshell/items
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-01-07 13:28:24 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-01-07 13:28:24 +0530
commitc55dd3075dbd7271b285da15bfad25a0f5ef47f9 (patch)
tree394563df320c6ef837a52b939e63ffd40bec5552 /quickshell/items
parentaa0bdc1e4b65e3fbbb10c49cd1d4e20d491359b3 (diff)
how was volume even working upto now
Diffstat (limited to 'quickshell/items')
-rw-r--r--quickshell/items/Waves.qml2
1 files changed, 1 insertions, 1 deletions
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