diff options
| author | 2014-10-25 20:30:17 +0200 | |
|---|---|---|
| committer | 2014-10-25 20:30:17 +0200 | |
| commit | 7a6e9e963c6ce803aaae2d6161ca627914540325 (patch) | |
| tree | d12ebc7d02e86c927ea8fba8d38d630686e39cbd /.config/herbstluftwm/panel.sh | |
| parent | 626b000f1f6cf409a2a243c1207dd351e1476566 (diff) | |
| download | dotfiles-7a6e9e963c6ce803aaae2d6161ca627914540325.tar.gz dotfiles-7a6e9e963c6ce803aaae2d6161ca627914540325.tar.bz2 dotfiles-7a6e9e963c6ce803aaae2d6161ca627914540325.zip | |
Added lockscreen and dependency list
Diffstat (limited to '.config/herbstluftwm/panel.sh')
| -rwxr-xr-x | .config/herbstluftwm/panel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh index ac06100..24d0e12 100755 --- a/.config/herbstluftwm/panel.sh +++ b/.config/herbstluftwm/panel.sh | |||
| @@ -65,7 +65,7 @@ fi | |||
| 65 | if pgrep pulseaudio > /dev/null ; then | 65 | if pgrep pulseaudio > /dev/null ; then |
| 66 | volumes=$(\ | 66 | volumes=$(\ |
| 67 | amixer get Master | \ | 67 | amixer get Master | \ |
| 68 | grep Front\ | 68 | grep "Mono: Playback"\ |
| 69 | ) | 69 | ) |
| 70 | vol=$(\ | 70 | vol=$(\ |
| 71 | echo $volumes | \ | 71 | echo $volumes | \ |
