Install my own org-clock-waybar package

This commit is contained in:
Gergely Polonkai 2021-03-18 06:24:40 +01:00
parent 67111d7888
commit a2164f7972
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -143,6 +143,7 @@
org-autolist
org-bullets
org-caldav
org-clock-waybar
org-msg
org-projectile
org-random-todo