X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/77bc9494c6b16bb3c81782a9a40f497245d323e0..31825bb01cf100e848cc83c0bb8d8a92551a6caf:/alsabar.md diff --git a/alsabar.md b/alsabar.md index 52fa417..9b5a711 100644 --- a/alsabar.md +++ b/alsabar.md @@ -1,3 +1,5 @@ +[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets) + Shows and controls alsa volume with a progressbar. Dependencies: @@ -40,6 +42,7 @@ Variable | Meaning | Type | Default --- | --- | --- | --- `font` | Notifications font | string | The one defined in `beautiful.font` `font_size` | Notifications font size | string | "11" +`color` | Notifications color | string | `beautiful.fg_focus` `bar_size` | Wibox height | int | 18 It's **crucial** to set `notifications.bar_size` to your `mywibox[s]` height, @@ -76,6 +79,6 @@ Finally, you can control the widget with key bindings like these: function () awful.util.spawn("amixer set Master playback 100%", false ) volume.notify() - end), + end), where `altkey = "Mod1"`. \ No newline at end of file