Add network bandwidth tracker into wifinetworks centermodule

This commit is contained in:
jvc84
2025-02-11 20:42:47 +03:00
parent 3efcaa4cae
commit 9fd665469c
3 changed files with 6 additions and 4 deletions
@@ -105,7 +105,7 @@ const CurrentNetwork = () => {
]
});
const networkBandwidth = Box({
vertical: true,
vertical: true,
hexpand: true,
hpack: 'center',
className: 'sidebar-wifinetworks-bandwidth',
@@ -1,4 +1,6 @@
#!/usr/bin/env -S\_/bin/sh\_-xc\_"source\_\$(eval\_echo\_\$ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate&&exec\_python\_-E\_"\$0"\_"\$@""
#!/usr/bin/python3
# /usr/bin/env -S\_/bin/sh\_-xc\_"source\_\$(eval\_echo\_\$ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate&&exec\_python\_-E\_"\$0"\_"\$@""
from time import sleep
import sys
+2 -2
View File
@@ -977,8 +977,8 @@ $waifu_image_overlay_transparency: 0.7;
}
.sidebar-wifinetworks-bandwidth {
min-width: 6.300rem;
padding-left: 1.000rem;
min-width: 6.3rem;
padding-left: 1rem;
}
.sidebar-centermodules-bottombar-button {