From 9d95dacd334cc6533878db4a5b42c22f7cec0001 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 26 Mar 2024 16:32:25 -0400 Subject: [PATCH] waybr: saner defaults for bluetooth and volume apps --- home/waybar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/waybar/default.nix b/home/waybar/default.nix index cd25f5c8..986cc3c5 100644 --- a/home/waybar/default.nix +++ b/home/waybar/default.nix @@ -66,7 +66,7 @@ "handsfree" = "󰋎"; "headset" = "󰋎"; }; - "on-click" = "pavucontrol"; + "on-click" = "pavucontrol -t 3"; }; "network" = { "format-wifi" = "󰣾 {signalStrength}%"; @@ -76,7 +76,7 @@ "tooltip-format-wifi" = "{essid} ({signalStrength}%) 󰣾"; "tooltip-format-ethernet" = "{ifname} "; "tooltip-format-disconnected" = "Disconnected"; - "on-click" = "alacritty -e nmtui"; + "on-click" = "alacritty --class nmtui -e nmtui"; }; "tray" = { "spacing" = 10; }; "power-profiles-daemon" = {