1
0

FEAT: Adding volume Controls

This commit is contained in:
2024-04-14 15:34:28 +02:00
parent 04790c48d6
commit 7c7b647b0a
2 changed files with 21 additions and 1 deletions

View File

@ -4,6 +4,7 @@ general {
interval = 10
}
order += "volume master"
order += "cpu_usage"
order += "memory"
order += "disk /"
@ -39,3 +40,11 @@ memory {
threshold_degraded= 10%
threshold_critical= 3%
}
volume master {
format = "♪: %volume"
device = "default"
mixer = "Master"
mixer_idx = 0
}