diff --git a/nixos/home/yambar.nix b/nixos/home/yambar.nix index 5c7f49b..32552a6 100644 --- a/nixos/home/yambar.nix +++ b/nixos/home/yambar.nix @@ -47,7 +47,7 @@ { pipewire = { content.map.conditions."type == sink".string = { - text = "vol {linear_volume}% |"; + text = "vol {cubic_volume}% |"; on-click = { left = "pavucontrol"; wheel-up = "amixer sset Master 1%+";