mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
fix(waybar): replace muted icon
This commit is contained in:
parent
ae46f5cc34
commit
def6444911
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
|||
pulseaudio = {
|
||||
format = "{volume}% {format_source}";
|
||||
format-bluetooth = "{volume}% {format_source}";
|
||||
format-bluetooth-muted = " {format_source}";
|
||||
format-muted = " {format_source}";
|
||||
format-bluetooth-muted = " {format_source}";
|
||||
format-muted = " {format_source}";
|
||||
format-source = "{volume}% ";
|
||||
format-source-muted = "";
|
||||
on-click = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue