From 98a32736d66f4d7e3661a247e4e57a1f1668a4c2 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sat, 9 Aug 2025 14:13:27 -0600 Subject: [PATCH] remove tooltip from waybar clock --- home/modules/gui/waybar.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/gui/waybar.nix b/home/modules/gui/waybar.nix index 03a5b05..0b1d2c6 100644 --- a/home/modules/gui/waybar.nix +++ b/home/modules/gui/waybar.nix @@ -45,6 +45,7 @@ in { "clock" = { interval = 60; format = "{:%A %B %d %Y %H:%M}"; + tooltip = false; }; "cpu" = { format = "cpu {usage}%";