Switch waybar volume module to use pamixer
Remove on-click action for bluetooth module
This commit is contained in:
parent
eab19311c9
commit
0790477d64
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue