From 30b94d192bddbc6b20e118390e1826684faa5287 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 21 Aug 2024 23:28:45 -0400 Subject: [PATCH] update: network speed tooltip --- waybar/themes/meow-blur/modules.json | 1 + 1 file changed, 1 insertion(+) diff --git a/waybar/themes/meow-blur/modules.json b/waybar/themes/meow-blur/modules.json index a5ecd8e..3b6bf76 100644 --- a/waybar/themes/meow-blur/modules.json +++ b/waybar/themes/meow-blur/modules.json @@ -369,6 +369,7 @@ }, "network#speed": { "format": "ī‚Ÿ {bandwidthTotalBits}", + "tooltip-format": "īƒ˜ {bandwidthUpBits}\nīƒ— {bandwidthDownBits}", "interval": 5 },