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" = {