diff options
| author | Daniel Holman <dholman@gymli.org> | 2018-04-08 13:10:57 -0500 |
|---|---|---|
| committer | Daniel Holman <dholman@gymli.org> | 2018-04-08 13:10:57 -0500 |
| commit | ee56fdb586f0c86488a878712a36069ab2bba832 (patch) | |
| tree | e001e35ffeba7976b8f8a6c4bdb3104e3896608a /.config | |
| parent | Added new custom keybinds to i3 config (diff) | |
| download | dotfiles-ee56fdb586f0c86488a878712a36069ab2bba832.tar.gz dotfiles-ee56fdb586f0c86488a878712a36069ab2bba832.tar.zst dotfiles-ee56fdb586f0c86488a878712a36069ab2bba832.zip | |
Fixed volume applet issue in polybar
Fixed an issue with polybar config in which the volume applet wouldn't
show the complete volume display
Diffstat (limited to '')
| -rw-r--r-- | .config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 4a4c535..cd0cc2a 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -308,7 +308,7 @@ format-underline = #0a6cf5 label = %date% %time% [module/volume] -type = internal/volume +type = internal/alsa format-volume = <label-volume> <bar-volume> label-volume = VOL |
