From 509a975ad2a253e95bd6af3983bbe04af3a0144f Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas Date: Tue, 19 Aug 2025 22:08:48 +0530 Subject: [PATCH] enable tooltip for battery module --- .config/waybar/config.jsonc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index c50fdc9..f72d2a1 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -115,6 +115,8 @@ "format-full": "{icon}", "format-charging": "󰂄", "format-plugged": "", + "tooltip": true, + "tooltip-format": "{capacity}%", // "format-alt": "{icon}", // "format-good": "", // An empty format will hide the module // "format-full": "",