From f772fa9ee074eebf9b35ee5534282707c9d3b04f Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 11 Apr 2024 14:18:01 -0400 Subject: [PATCH] waybar: removed text from bluetooth icon --- homeManagerModules/guiApps/waybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/guiApps/waybar/default.nix b/homeManagerModules/guiApps/waybar/default.nix index 75a814a4..7d968d20 100644 --- a/homeManagerModules/guiApps/waybar/default.nix +++ b/homeManagerModules/guiApps/waybar/default.nix @@ -85,7 +85,7 @@ }; }; "bluetooth" = { - "format" = "󰂯 {status}"; + "format" = "󰂯"; "format-disabled" = ""; # an empty format will hide the module "format-connected" = "󰂯 {num_connections} connected"; "tooltip-format" = "{controller_alias} {controller_address}";