Browse Source

updated waybar network speed module

pull/336/head
JaKooLit 2 years ago
parent
commit
743cd93adb
  1. 9
      config/waybar/modules

9
config/waybar/modules

@ -477,7 +477,7 @@
"tooltip-format-wifi": "{essid} {icon} {signalStrength}%", "tooltip-format-wifi": "{essid} {icon} {signalStrength}%",
"tooltip-format-ethernet": "{ifname} 󰌘", "tooltip-format-ethernet": "{ifname} 󰌘",
"tooltip-format-disconnected": "󰌙 Disconnected", "tooltip-format-disconnected": "󰌙 Disconnected",
"max-length": 50, "max-length": 30,
"format-icons": [ "format-icons": [
"󰤯", "󰤟", "󰤢", "󰤥", "󰤨" "󰤯", "󰤟", "󰤢", "󰤥", "󰤨"
], ],
@ -486,15 +486,16 @@
"network#speed": { "network#speed": {
"interval": 1, "interval": 1,
"format": "{ifname}", "format": "{ifname}",
"format-wifi": " {bandwidthUpBits} {bandwidthDownBits} {icon}", "format-wifi": "{icon} {bandwidthUpBits} {bandwidthDownBits}",
"format-ethernet": " {bandwidthUpBits} {bandwidthDownBits} 󰌘 ", "format-ethernet": "󰌘 {bandwidthUpBits} {bandwidthDownBits}",
"format-disconnected": "󰌙", "format-disconnected": "󰌙",
"tooltip-format": "{ipaddr}", "tooltip-format": "{ipaddr}",
"format-linked": "󰈁 {ifname} (No IP)", "format-linked": "󰈁 {ifname} (No IP)",
"tooltip-format-wifi": "{essid} {icon} {signalStrength}%", "tooltip-format-wifi": "{essid} {icon} {signalStrength}%",
"tooltip-format-ethernet": "{ifname} 󰌘", "tooltip-format-ethernet": "{ifname} 󰌘",
"tooltip-format-disconnected": "󰌙 Disconnected", "tooltip-format-disconnected": "󰌙 Disconnected",
"max-length": 20, "min-length": 24,
"max-length": 24,
"format-icons": [ "format-icons": [
"󰤯", "󰤟", "󰤢", "󰤥", "󰤨" "󰤯", "󰤟", "󰤢", "󰤥", "󰤨"
] ]

Loading…
Cancel
Save