From ced12d23e09e7dce3af27be8622345d6f45c97f4 Mon Sep 17 00:00:00 2001 From: rae Date: Tue, 31 Dec 2024 08:07:39 -0500 Subject: [PATCH] ~ --- nixos/home/yambar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/home/yambar.nix b/nixos/home/yambar.nix index 34829a6..f0f3ef7 100644 --- a/nixos/home/yambar.nix +++ b/nixos/home/yambar.nix @@ -23,7 +23,7 @@ { pipewire = { content.map.conditions."type == sink".string = { - text = "vol {cubic_volume}% |"; + text = "vol {linear_volume}% |"; on-click = { left = "pavucontrol"; wheel-up = "amixer sset Master 1%+";