add vol_perc notes, add braces to singleline statements

This commit is contained in:
parazyd
2016-12-30 12:16:07 +01:00
parent c2808b6d99
commit 62f4016430
3 changed files with 19 additions and 5 deletions

View File

@ -50,6 +50,16 @@ If you use any other status bar or window manager you will have to figure it out
slstatus -o | other_status_bar &
### Specific function quirks
- Volume percentage
If there is no `/dev/mixer` on your system and you use ALSA, it means you have to load the OSS compatibility module by issuing:
```
# modprobe snd-pcm-oss
```
## Contributing
Hunt FIXME's in the code or do WTF you want! If it is useful, I will merge.