diff options
| -rwxr-xr-x | .config/herbstluftwm/panel.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh index b243d73..a62616b 100755 --- a/.config/herbstluftwm/panel.sh +++ b/.config/herbstluftwm/panel.sh | |||
| @@ -87,6 +87,8 @@ hc pad $monitor $panel_height | |||
| 87 | ) | 87 | ) |
| 88 | if [ -z $vol ] ; then | 88 | if [ -z $vol ] ; then |
| 89 | echo -e "volume\t^fg($normax_txt)Audio off" | 89 | echo -e "volume\t^fg($normax_txt)Audio off" |
| 90 | elif [ $vol -le 0 ] ; then | ||
| 91 | echo -e "volume\t^fg($normal_txt)Volume muted" | ||
| 90 | else | 92 | else |
| 91 | echo -e "volume\t^fg($normal_txt)Volume: $vol%" | 93 | echo -e "volume\t^fg($normal_txt)Volume: $vol%" |
| 92 | fi | 94 | fi |
