From 3c208ea680e24beaa3a2314dbd82a735036cb831 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Wed, 24 Feb 2021 13:40:10 +0800 Subject: [PATCH] Revert "i3status: volume: use alsa" This reverts commit 87974d8330b0dff359d7d4bd828af4441168fc56. --- .config/i3status/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3status/config b/.config/i3status/config index 45484a2..762bb07 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -62,6 +62,7 @@ cpu_temperature 0{ volume master { format = "S: %volume" format_muted = "S: muted (%volume)" + device = "pulse" separator_block_width = 11 } -- 2.45.2