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 = "";
|
portable = "";
|
||||||
headphone = "";
|
headphone = "";
|
||||||
};
|
};
|
||||||
on-click = "pavucontrol";
|
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
|
||||||
on-click-middle = "volumectl -m %";
|
on-click-right = "${pkgs.pamixer}/bin/pamixer -t";
|
||||||
on-click-right = "volumectl %";
|
on-scroll-up = "${pkgs.pamixer}/bin/pamixer -i 5";
|
||||||
on-scroll-up = "volumectl -u + 5";
|
on-scroll-down = "${pkgs.pamixer}/bin/pamixer -d 5";
|
||||||
on-scroll-down = "volumectl -u - 5";
|
|
||||||
};
|
};
|
||||||
disk = {
|
disk = {
|
||||||
format = " {percentage_used}%";
|
format = " {percentage_used}%";
|
||||||
|
@ -140,7 +139,6 @@
|
||||||
format-on = " ";
|
format-on = " ";
|
||||||
format-connected = " ";
|
format-connected = " ";
|
||||||
tooltip-format = "{status} | {device_alias}";
|
tooltip-format = "{status} | {device_alias}";
|
||||||
on-click = "${pkgs.blueman}/bin/blueman-manager";
|
|
||||||
};
|
};
|
||||||
"clock#calendar" = {
|
"clock#calendar" = {
|
||||||
format = "{: %Y-%m-%d}";
|
format = "{: %Y-%m-%d}";
|
||||||
|
@ -205,7 +203,7 @@
|
||||||
"escape" = true;
|
"escape" = true;
|
||||||
};
|
};
|
||||||
tray = {
|
tray = {
|
||||||
icon-size = 16;
|
icon-size = config.stylix.fonts.sizes.desktop;
|
||||||
show-passive-items = true;
|
show-passive-items = true;
|
||||||
spacing = 5;
|
spacing = 5;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue