From decd78c834e30e5165668af21ceb7c49ed7c6231 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 11 May 2024 22:22:58 -0400 Subject: [PATCH] waybar: remove bluetooth icon --- homeManagerModules/apps/waybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/apps/waybar/default.nix b/homeManagerModules/apps/waybar/default.nix index 2e9ceb2a..91296d21 100644 --- a/homeManagerModules/apps/waybar/default.nix +++ b/homeManagerModules/apps/waybar/default.nix @@ -247,7 +247,7 @@ }; "group/hardware" = { "orientation" = "horizontal"; - modules = ["bluetooth" "pulseaudio" "power-profiles-daemon" "battery" "custom/logout"]; + modules = ["pulseaudio" "power-profiles-daemon" "battery" "custom/logout"]; }; }; };