From 3aac72de3bd4017a2fbd057972fddfc39f23c17e Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 25 Aug 2024 10:32:13 -0400 Subject: [PATCH] update: memory 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 3b6bf76..2a8fb05 100644 --- a/waybar/themes/meow-blur/modules.json +++ b/waybar/themes/meow-blur/modules.json @@ -265,6 +265,7 @@ // Memory "memory": { "format": " {used:0.1f}G", + "tooltip-format": "{total:0.1f}G total\n{swapTotal:0.1f}G swap\n{used:0.1f}G used\n{avail:0.1f}G free\n{percentage}% used", "on-click": "alacritty -e htop", "interval": 10, "states": {