Install my own org-clock-waybar package
This commit is contained in:
parent
67111d7888
commit
a2164f7972
@ -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
|
||||
|
@ -143,6 +143,7 @@
|
||||
org-autolist
|
||||
org-bullets
|
||||
org-caldav
|
||||
org-clock-waybar
|
||||
org-msg
|
||||
org-projectile
|
||||
org-random-todo
|
||||
|
Loading…
Reference in New Issue
Block a user