From 3c4803cacab7d09c7527091f0bfe5bf688236fa2 Mon Sep 17 00:00:00 2001 From: Jason Michalski Date: Wed, 18 Dec 2024 08:48:03 -0800 Subject: [PATCH] show offline wifi in the bar --- users/armooo/home/sway.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/armooo/home/sway.nix b/users/armooo/home/sway.nix index 2c6fb6f..0985d7e 100644 --- a/users/armooo/home/sway.nix +++ b/users/armooo/home/sway.nix @@ -292,6 +292,9 @@ network = { format-wifi = "{icon} {essid} {signalStrength}%"; + tooltip-format = "{ipaddr}"; + tooltip-format-wifi = "{frequency}hz {signaldBm}dBm {ipaddr}"; + format-disconnected = "󰤮 "; format-icons = [ "󰤯 " "󰤟 " @@ -300,7 +303,6 @@ "󰤨 " ]; on-click = "${pkgs.iwgtk}/bin/iwgtk"; - tooltip-format = "{frequency}hz {signaldBm}dBm {ipaddr}"; }; battery = {