mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 09:30:32 +01:00
waybar network
This commit is contained in:
parent
00e7e4a0fe
commit
c7de31b690
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue