From 0790477d644537b5a54fbd1edc1b39a2cff78553 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 13 Feb 2024 13:30:00 +0000 Subject: [PATCH] Switch waybar volume module to use pamixer Remove on-click action for bluetooth module --- home/waybar/default.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/home/waybar/default.nix b/home/waybar/default.nix index e2f5405a..6373e471 100644 --- a/home/waybar/default.nix +++ b/home/waybar/default.nix @@ -105,11 +105,10 @@ portable = "󰏳"; headphone = "󰋋"; }; - on-click = "pavucontrol"; - on-click-middle = "volumectl -m %"; - on-click-right = "volumectl %"; - on-scroll-up = "volumectl -u + 5"; - on-scroll-down = "volumectl -u - 5"; + on-click = "${pkgs.pavucontrol}/bin/pavucontrol"; + on-click-right = "${pkgs.pamixer}/bin/pamixer -t"; + on-scroll-up = "${pkgs.pamixer}/bin/pamixer -i 5"; + on-scroll-down = "${pkgs.pamixer}/bin/pamixer -d 5"; }; disk = { format = "󰋊 {percentage_used}%"; @@ -140,7 +139,6 @@ format-on = "󰂯 "; format-connected = "󰂱 "; tooltip-format = "{status} | {device_alias}"; - on-click = "${pkgs.blueman}/bin/blueman-manager"; }; "clock#calendar" = { format = "{:󰃭 %Y-%m-%d}"; @@ -205,7 +203,7 @@ "escape" = true; }; tray = { - icon-size = 16; + icon-size = config.stylix.fonts.sizes.desktop; show-passive-items = true; spacing = 5; };