diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-09 19:48:36 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 19:48:36 -0800 |
| commit | bcf28f0a088411ec2fa956ad7a79b7287b5ca1eb (patch) | |
| tree | 20c1be54815e55a48fbedfe6898a3f4d2afe3856 /configs/polybar/modules/pulseaudio.ini | |
| parent | desktop: configure GTK (diff) | |
| download | infra-bcf28f0a088411ec2fa956ad7a79b7287b5ca1eb.tar.gz | |
home-manager: let's try to configure polybar
There's a few things missing (my binaries for the wifi and battery, at a
minimum), but that's fine for now.
Diffstat (limited to '')
| -rw-r--r-- | configs/polybar/modules/pulseaudio.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/polybar/modules/pulseaudio.ini b/configs/polybar/modules/pulseaudio.ini new file mode 100644 index 0000000..41d02b6 --- /dev/null +++ b/configs/polybar/modules/pulseaudio.ini @@ -0,0 +1,8 @@ +[module/pulseaudio] +type = internal/pulseaudio +use-ui-max = false +format-volume = <label-volume> +label-volume = "vol/%percentage%%" +label-muted = "vol/%percentage%%" +label-muted-foreground = ${colors.disabled} +click-right = pavucontrol |
