Commit fb8f7c8930e7

Vincent Demeester <vincent@sbr.pm>
2026-01-29 09:35:36
feat(waybar): filter Focus time from nextmeeting agenda
Exclude "Focus time" calendar entries from the waybar agenda widget to reduce noise from blocked calendar time. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a02fdc9
Changed files (1)
home
common
desktop
home/common/desktop/niri/waybar.nix
@@ -32,8 +32,9 @@
         "custom/agenda" = {
           "format" = "{}";
           "exec" =
-            "${lib.getExe pkgs.nextmeeting} --calendar=vdemeest@redhat.com --max-title-length 30 --waybar --notify-min-before-events 5";
-          "on-click" = "${lib.getExe pkgs.nextmeeting} --calendar=vdemeest@redhat.com --open-meet-url";
+            "${lib.getExe pkgs.nextmeeting} --calendar=vdemeest@redhat.com --max-title-length 30 --waybar --notify-min-before-events 5 --exclude-title 'Focus time'";
+          "on-click" =
+            "${lib.getExe pkgs.nextmeeting} --calendar=vdemeest@redhat.com --open-meet-url --exclude-title 'Focus time'";
           "interval" = 59;
           "return-type" = "json";
           "tooltip" = true;