waybar: remove bluetooth icon

This commit is contained in:
Aly Raffauf 2024-05-11 22:22:58 -04:00
parent cbca1731f1
commit decd78c834

View file

@ -247,7 +247,7 @@
}; };
"group/hardware" = { "group/hardware" = {
"orientation" = "horizontal"; "orientation" = "horizontal";
modules = ["bluetooth" "pulseaudio" "power-profiles-daemon" "battery" "custom/logout"]; modules = ["pulseaudio" "power-profiles-daemon" "battery" "custom/logout"];
}; };
}; };
}; };