1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-29 20:12:20 -05:00
parent 044ff6d11b
commit dfce24df7c

View file

@ -65,10 +65,15 @@
}; };
"module/audio" = { "module/audio" = {
type = "internal/alsa"; type = "internal/alsa";
format-volume = "SND: <label-volume>"; format-volume = "<label-volume>";
label-volume = "%percentage%%"; format-muted = "<label-muted>";
label-muted = "0%"; label-volume = "SND: %percentage%%";
label-background = color0; label-muted = "SND: 0%";
label-volume-background = color0;
label-volume-padding = 2;
label-muted-background = color0;
label-muted-padding = 2;
click-right = "pavucontrol";
}; };
"module/battery" = { "module/battery" = {
type = "internal/battery"; type = "internal/battery";