summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Monitors.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Monitors.hs b/lib/Monitors.hs
index a1f1bb1..0b65af0 100644
--- a/lib/Monitors.hs
+++ b/lib/Monitors.hs
@@ -188,6 +188,16 @@ masterVol p =
captureVol = Volume "default" "Capture" ["-t", "<volume>"] 10
+masterAlsa p =
+ Alsa "default" "Master"
+ ["-t", "<status> <volume>"
+ , "--", "-C", pForeground p, "-c", "#8b4726"
+ , "-O", fn 1 "\xf025"
+ , "-o", fn 1 "\xf131"
+ ]
+
+captureAlsa = Alsa "default" "Capture" ["-t", "<volume>"]
+
kbd p = Kbd [("us", ""), ("us(intl)", kbi pHigh)] -- kbi pDim
where kbi a = fc (a p) (fn 1 " \xf11c")