From c31535db9cc9502a679765f21a916a4fa9dfe142 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 23 Sep 2022 17:41:33 -0400 Subject: [PATCH] Add tooltips to applets where they are missing --- waybar/config.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waybar/config.template b/waybar/config.template index 24d7805dd..1f0aa5281 100644 --- a/waybar/config.template +++ b/waybar/config.template @@ -168,9 +168,9 @@ "on-click": "${HOME}/scripts/sway/rotate-wallpaper.sh" }, "custom/todo": { - "format": "🗈", + "interval": 86400, + "exec": "echo '\u200a🗈\nTo-do list\n'", "on-click": "${HOME}/scripts/waybar/waybar-todo.sh", - "tooltip": false }, "custom/osk": { "interval": 1,