From dc3a934d622ad590490c126e29e47e0bc257378c Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Fri, 12 Mar 2021 09:11:13 +0000 Subject: [PATCH] Fix title and category --- org-clock-waybar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-clock-waybar.el b/org-clock-waybar.el index 3d4eda0..1139581 100644 --- a/org-clock-waybar.el +++ b/org-clock-waybar.el @@ -94,8 +94,8 @@ The output is in JSON format constructed in a way so Waybar can process it. If there is no clocked in task, alt becomes empty and text will be set to the value of `org-clock-waybar-not-clocked-in-text'." - (let* ((category (org-clock-waybar--get-task-title)) - (title (org-clock-waybar--get-task-category)) + (let* ((category (org-clock-waybar--get-task-category)) + (title (org-clock-waybar--get-task-title)) (tooltip (org-clock-waybar--get-tooltip)) (output (json-new-object))) (setq output (json-add-to-object -- 2.40.1