diff --git a/configuration.org b/configuration.org index be33e45..4cddb76 100644 --- a/configuration.org +++ b/configuration.org @@ -3063,6 +3063,18 @@ This is a big one; I use a lot of customisation here. :after org) #+END_SRC +** Export currently clocked in task for Waybar + +#+begin_src emacs-lisp +(use-package org-clock-waybar + :ensure nil + :quelpa (org-clock-waybar + :fetcher git + :url "https://gitea.polonkai.eu/gergely/org-clock-waybar.git") + :config + (org-clock-waybar-setup)) +#+end_src + * Git & Co. ** Git status on the fringe diff --git a/customizations.el b/customizations.el index 4d3594a..2b70614 100644 --- a/customizations.el +++ b/customizations.el @@ -143,6 +143,7 @@ org-autolist org-bullets org-caldav + org-clock-waybar org-msg org-projectile org-random-todo