forked from gergely/org-clock-waybar
Add installation instructions for quelpa/quelpa-use-package
This commit is contained in:
parent
c92eeff06e
commit
e4987c99ad
21
README.md
21
README.md
@ -10,6 +10,27 @@ You can set the file to be written by customizing `org-clock-waybar-filename`; i
|
|||||||
`$XDG_CACHE_HOME/waybar-current-task.json` (`$XDG_CACHE_HOME` defaults to `$HOME/.cache` on XDG
|
`$XDG_CACHE_HOME/waybar-current-task.json` (`$XDG_CACHE_HOME` defaults to `$HOME/.cache` on XDG
|
||||||
compatible systems, like Linux.)
|
compatible systems, like Linux.)
|
||||||
|
|
||||||
|
### Quelpa
|
||||||
|
|
||||||
|
If you only have [`quelpa`](https://github.com/quelpa/quelpa) installed:
|
||||||
|
|
||||||
|
```elisp
|
||||||
|
(quelpa
|
||||||
|
'(org-clock-waybar
|
||||||
|
:fetcher git
|
||||||
|
:url "https://gitea.polonkai.eu/gergely/org-clock-waybar.git"))
|
||||||
|
```
|
||||||
|
|
||||||
|
or, if you have [`quelpa-use-package`](https://github.com/quelpa/quelpa-use-package) installed,
|
||||||
|
too:
|
||||||
|
|
||||||
|
```elisp
|
||||||
|
(quelpa-use-package org-clock-waybar
|
||||||
|
:quelpa (org-clock-waybar
|
||||||
|
:fetcher git
|
||||||
|
:url "https://gitea.polonkai.eu/gergely/org-clock-waybar.git"))
|
||||||
|
```
|
||||||
|
|
||||||
## Waybar configuration
|
## Waybar configuration
|
||||||
|
|
||||||
To add the current task to Waybar, add this snippet to your config:
|
To add the current task to Waybar, add this snippet to your config:
|
||||||
|
Loading…
Reference in New Issue
Block a user