This commit is contained in:
iFargle 2024-01-07 12:05:18 +09:00
parent 3e07774e9b
commit 784175a892

View file

@ -100,11 +100,11 @@
network = { network = {
format = "{ifname}"; format = "{ifname}";
format-wifi = ""; format-wifi = "";
format-ethernet = " {ipaddr}"; format-ethernet = " ";
format-disconnected = ""; # Hides the module format-disconnected = ""; # Hides the module
tooltip-format = "{ifname} via {gwaddr} "; tooltip-format = "{ifname} via {gwaddr} ";
tooltip-format-wifi = "{essid} ({signalStrength}%) "; tooltip-format-wifi = "{essid} ({signalStrength}%) ";
tooltip-format-ethernet = "{ifname} "; tooltip-format-ethernet = "{ifname} \n{ipaddr}";
tooltip-format-disconnected = "Disconnected"; tooltip-format-disconnected = "Disconnected";
max-length = 50; max-length = 50;
on-click = "kitty --class=nmtui -e nmtui"; on-click = "kitty --class=nmtui -e nmtui";