forked from Shinonome/dots-hyprland
Update network_bandwidth.py
This commit is contained in:
@@ -28,7 +28,7 @@ match direction:
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
i = 0
|
i = 0
|
||||||
divider = 1024
|
divider = 1000
|
||||||
bandwidth = int((final_bytes - init_bytes))
|
bandwidth = int((final_bytes - init_bytes))
|
||||||
units = ["B", "KB", "MB", "GB", "TB", "PB", "EB"]
|
units = ["B", "KB", "MB", "GB", "TB", "PB", "EB"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user