From ee56fdb586f0c86488a878712a36069ab2bba832 Mon Sep 17 00:00:00 2001 From: Daniel Holman Date: Sun, 8 Apr 2018 13:10:57 -0500 Subject: Fixed volume applet issue in polybar Fixed an issue with polybar config in which the volume applet wouldn't show the complete volume display --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/polybar') diff --git a/.config/polybar/config b/.config/polybar/config index 4a4c535..cd0cc2a 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -308,7 +308,7 @@ format-underline = #0a6cf5 label = %date% %time% [module/volume] -type = internal/volume +type = internal/alsa format-volume = label-volume = VOL -- cgit v1.2.3