From f2068ef434100260a6b58cc6b4f0e249bc75e7fd Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Fri, 4 Apr 2025 22:34:10 +0200 Subject: [PATCH] i3status add volume --- i3status/hjalmar-droneship/config | 9 +++++++++ i3status/hjalmar-mothership/config | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/i3status/hjalmar-droneship/config b/i3status/hjalmar-droneship/config index 8aefcdb..61c7c04 100644 --- a/i3status/hjalmar-droneship/config +++ b/i3status/hjalmar-droneship/config @@ -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 " diff --git a/i3status/hjalmar-mothership/config b/i3status/hjalmar-mothership/config index 7c24b49..38c4ba1 100644 --- a/i3status/hjalmar-mothership/config +++ b/i3status/hjalmar-mothership/config @@ -63,6 +63,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 "