From 718a34514b2ceaa2b8aa81855e49cdeeaa049f58 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 28 Jul 2024 19:21:26 +0200 Subject: [PATCH] no tooltip on clock --- modules/niri/waybar.conf.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/niri/waybar.conf.nix b/modules/niri/waybar.conf.nix index ae086ae..fe43c88 100644 --- a/modules/niri/waybar.conf.nix +++ b/modules/niri/waybar.conf.nix @@ -1,4 +1,4 @@ -{ config, ... }: { +{ ... }: { mainBar = { layer = "top"; position = "top"; @@ -31,6 +31,7 @@ "clock" = { format = "{:%H:%M}"; format-alt = "{:%a, %Y-%m-%d}"; + tooltip = false; }; "network" = {