mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:00:32 +01:00
waybar network
This commit is contained in:
parent
00e7e4a0fe
commit
c7de31b690
|
@ -32,10 +32,10 @@
|
||||||
"tray" = {"icon-size" = 21;};
|
"tray" = {"icon-size" = 21;};
|
||||||
"network" = {
|
"network" = {
|
||||||
"interval" = 3;
|
"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-ethernet" = "NET: {ipaddr}/{cidr} {bandwidthUpBits} {bandwidthDownBits} ";
|
||||||
"format-disconnected" = "";
|
"format-disconnected" = "";
|
||||||
"max-length" = 50;
|
"max-length" = 100;
|
||||||
};
|
};
|
||||||
"keyboard-state" = {
|
"keyboard-state" = {
|
||||||
"numlock" = true;
|
"numlock" = true;
|
||||||
|
|
Loading…
Reference in a new issue