diff --git a/home/modules/default.nix b/home/modules/default.nix index cb36459..7e3d75c 100644 --- a/home/modules/default.nix +++ b/home/modules/default.nix @@ -231,6 +231,7 @@ toplevel@{ moduleWithSystem, ... }: { format-time = " {H} h {M} m"; format-icons = [ "" "" "" "" "" ]; states = { warning = 30; critical = 15; }; + tooltip = false; }; cpu = { format = " {usage}%"; }; @@ -243,6 +244,7 @@ toplevel@{ moduleWithSystem, ... }: { format-source = "{volume}% "; format-source-muted = "{volume}% "; format-icons = { headphone = ""; default = [ "" "" "" ]; }; + tooltip = false; }; network = { @@ -251,6 +253,7 @@ toplevel@{ moduleWithSystem, ... }: { format-disconnected = "󰈂 no connection"; format-icons = [ "󰤟" "󰤢" "󰤥" "󰤨" ]; interval = 5; + tooltip = false; }; "sway/workspaces" = { disable-scroll = true; all-outputs = true; };