mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 14:40:32 +01:00
waybar wifi
This commit is contained in:
parent
16c8b38669
commit
00e7e4a0fe
|
@ -32,7 +32,7 @@
|
||||||
"tray" = {"icon-size" = 21;};
|
"tray" = {"icon-size" = 21;};
|
||||||
"network" = {
|
"network" = {
|
||||||
"interval" = 3;
|
"interval" = 3;
|
||||||
"format-wifi" = "NET: {essid} ({signalStrength}%) ";
|
"format-wifi" = "NET: {essid} ({signalStrength}%) {bandwidthUpBits} {bandwidthDownBits} ";
|
||||||
"format-ethernet" = "NET: {ipaddr}/{cidr} {bandwidthUpBits} {bandwidthDownBits} ";
|
"format-ethernet" = "NET: {ipaddr}/{cidr} {bandwidthUpBits} {bandwidthDownBits} ";
|
||||||
"format-disconnected" = "";
|
"format-disconnected" = "";
|
||||||
"max-length" = 50;
|
"max-length" = 50;
|
||||||
|
|
Loading…
Reference in a new issue