From a2164f79720be447afcc3891bfa9ec784279ec22 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 18 Mar 2021 06:24:40 +0100 Subject: [PATCH] Install my own org-clock-waybar package --- configuration.org | 12 ++++++++++++ customizations.el | 1 + 2 files changed, 13 insertions(+) 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