From efef17fa501890fbcae13e526b6403c8e2e9a4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 31 Aug 2024 00:42:27 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(waybar):=20see=20tooltip=20in?= =?UTF-8?q?=20update=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/modules/custom-updates.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/waybar/modules/custom-updates.jsonc b/.config/waybar/modules/custom-updates.jsonc index 2b050850..b6c13c95 100644 --- a/.config/waybar/modules/custom-updates.jsonc +++ b/.config/waybar/modules/custom-updates.jsonc @@ -2,6 +2,7 @@ "custom/updates": { "format": "{} {icon}", "return-type": "json", + "tooltip": true, "format-icons": { "pending-updates": " ", "updated": " ",