diff --git a/config.sh b/config.sh index 96230b0..a26d8ac 100755 --- a/config.sh +++ b/config.sh @@ -18,7 +18,7 @@ export maildir="" #module_uptime "Up: " " | " #module_ram "RAM: " " | " #module_user "User: " " | " -#module_vol "Vol: " "% | " +#module_vol_pa/alsa "Vol: " "% | " #module_kernel "Kernel: " " | " #module_loadavg "Load Avg.: " " | " #module_weather "Weather: " " | " diff --git a/modules.sh b/modules.sh index 2f678d3..ff56123 100755 --- a/modules.sh +++ b/modules.sh @@ -27,7 +27,7 @@ module_vol_pa() { } module_vol_alsa() { - export bar="${bar}${1}$(amixer sget Master | awk -F'[][]' '/Mono:/ { print $2 }')${2}" + export bar="${bar}${1}$(echo "`amixer sget Master | tail -n1 | sed -r "s/.*\[(.*)%\].*/\1/"`%")${2}" #Thanks speedie for the command } module_mic_pa() {