i3status add volume

This commit is contained in:
Henrik Bakken
2025-04-04 22:34:10 +02:00
parent 1720e2690a
commit f2068ef434
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -68,6 +68,15 @@ run_watch VPN {
pidfile = "/var/run/vpnc/pid"
}
order += "volume master"
volume master {
format = "♪: %volume"
format_muted = "♪: muted (%volume)"
device = "default"
mixer = "Master"
mixer_idx = 0
}
order += "tztime local"
tztime local {
format = " %Y-%m-%d %H:%M:%S "