waybar network

This commit is contained in:
xqtc 2024-09-12 12:15:22 +02:00
parent 00e7e4a0fe
commit c7de31b690

View file

@ -32,10 +32,10 @@
"tray" = {"icon-size" = 21;};
"network" = {
"interval" = 3;
"format-wifi" = "NET: {essid} ({signalStrength}%) {bandwidthUpBits} {bandwidthDownBits} ";
"format-wifi" = "NET: {essid} {ipaddr}/{cidr} ({signalStrength}%) {bandwidthUpBits} {bandwidthDownBits} ";
"format-ethernet" = "NET: {ipaddr}/{cidr} {bandwidthUpBits} {bandwidthDownBits} ";
"format-disconnected" = "";
"max-length" = 50;
"max-length" = 100;
};
"keyboard-state" = {
"numlock" = true;