feat(waybar): show network traffic speed

This commit is contained in:
Khaïs COLIN 2024-08-09 10:12:52 +02:00
parent d9864fd18c
commit e0b0c655d0

View file

@ -61,6 +61,13 @@
"mpris" = { "mpris" = {
interval = 1; interval = 1;
}; };
"network" = {
format = "disconected";
format-wifi = "{bandwidthTotalBytes}";
format-ethernet = "{bandwidthTotalBytes}";
format-disconected = "disconected";
interval = 1;
};
}; };
}; };
}; };