Skip to content

Commit

Permalink
show offline wifi in the bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Michalski committed Dec 18, 2024
1 parent 0d64c05 commit 3c4803c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion users/armooo/home/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
"󰤯 "
"󰤟 "
Expand All @@ -300,7 +303,6 @@
"󰤨 "
];
on-click = "${pkgs.iwgtk}/bin/iwgtk";
tooltip-format = "{frequency}hz {signaldBm}dBm {ipaddr}";
};

battery = {
Expand Down

0 comments on commit 3c4803c

Please sign in to comment.