My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: changed bandwidth format

+3 -3
+3 -3
waybar/.config/waybar/config.jsonc
··· 100 100 }, 101 101 102 102 "network#name": { 103 - "interval": 60, 103 + "interval": 2, 104 104 "tooltip": false, 105 - "format-wifi": "{bandwidthDownBytes} {signalStrength}% {essid}", 106 - "format-ethernet": "{bandwidthDownBytes} {ifname}" 105 + "format-wifi": "{bandwidthTotalBytes} {signalStrength}% {essid}", 106 + "format-ethernet": "{bandwidthTotalBytes} {ifname}" 107 107 }, 108 108 109 109 "battery": {