aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-06-08 20:55:45 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-06-08 20:55:45 +0900
commit743cd93adb07de8f07dc7c1fc3e5f747432b9061 (patch)
tree0168ebd94c44ec381994dab83137c0b725d24e2f /config
parent6de45efe63e34c037cea4b295edebbee7d4c0def (diff)
updated waybar network speed module
Diffstat (limited to 'config')
-rw-r--r--config/waybar/modules9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/waybar/modules b/config/waybar/modules
index e1fe5b06..7c85bf7b 100644
--- a/config/waybar/modules
+++ b/config/waybar/modules
@@ -477,7 +477,7 @@
"tooltip-format-wifi": "{essid} {icon} {signalStrength}%",
"tooltip-format-ethernet": "{ifname} 󰌘",
"tooltip-format-disconnected": "󰌙 Disconnected",
- "max-length": 50,
+ "max-length": 30,
"format-icons": [
"󰤯", "󰤟", "󰤢", "󰤥", "󰤨"
],
@@ -486,15 +486,16 @@
"network#speed": {
"interval": 1,
"format": "{ifname}",
- "format-wifi": " {bandwidthUpBits}  {bandwidthDownBits} {icon}",
- "format-ethernet": " {bandwidthUpBits}  {bandwidthDownBits} 󰌘 ",
+ "format-wifi": "{icon}  {bandwidthUpBits}  {bandwidthDownBits}",
+ "format-ethernet": "󰌘  {bandwidthUpBits}  {bandwidthDownBits}",
"format-disconnected": "󰌙",
"tooltip-format": "{ipaddr}",
"format-linked": "󰈁 {ifname} (No IP)",
"tooltip-format-wifi": "{essid} {icon} {signalStrength}%",
"tooltip-format-ethernet": "{ifname} 󰌘",
"tooltip-format-disconnected": "󰌙 Disconnected",
- "max-length": 20,
+ "min-length": 24,
+ "max-length": 24,
"format-icons": [
"󰤯", "󰤟", "󰤢", "󰤥", "󰤨"
]
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage