Block a user
857d193205
Merge branch 'main' into main
c327eb18c6
Make the xdg dependency optional
754fd9d2fa
Merge pull request '[Bugfix] Make sure we remove all text properties before outputting JSON data' (#8) from remove-text-properties into main
a144ee13c0
[Bugfix] Make sure we remove all text properties before outputting JSON data
Do not use org-clock-goto to get tags
612c0d1e31
Do not use org-clock-goto to get tags
3e71766f85
Add-hook org-clock-cancel-hook
e4987c99ad
Add installation instructions for quelpa/quelpa-use-package
c92eeff06e
Fix the file header
Fix title and category
f90fee167f
Get the tags of the currently clocked-in task and expose it in the class key
7648b9629c
Make getting task data more error prone (and actually working)
c6caa3276f
[Bugfix] Fix org-clock-waybar--get-tooltip
eb03af79d9
Factor out the title and category queries to separate functions
Add support for using tags
Provide an easy way to customize the formatting of parameters
bc61218f92
A bash script for catching when the server is offline
92f896af05
Add more config options and a tooltip
4a3c4b549e
Make sure we clear the current task when clocking out or when killing Emacs
5342814803
A bash script for catching when the server is offline
6d3d209396
Add more config options and a tooltip
Add more config options and a tooltip
But requiring this file adds the hooks no? So while calling this function doesn't write the file, the hooks are already in place?
Add more config options and a tooltip
Can you compose multiple of those things together into one line though? So you could have the tooltip be "category: [clock-in-time] title (clocked-time)"
or something?
Add more config options and a tooltip
I split these into functions so they can be overriden if people want to customise the content? Is this the best way to achieve that?
Add more config options and a tooltip