mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
044ff6d11b
commit
dfce24df7c
1 changed files with 9 additions and 4 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue