• Joined on 2021-03-10
Cadair closed pull request gergely/org-clock-waybar#9 2024-01-15 09:04:05 +00:00
Some sanitisation
Cadair pushed to main at Cadair/org-clock-waybar 2024-01-15 09:04:02 +00:00
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
Compare 4 commits »
Cadair created pull request gergely/org-clock-waybar#9 2024-01-15 09:03:57 +00:00
Some sanitisation
Cadair pushed to main at Cadair/org-clock-waybar 2021-12-27 19:52:52 +00:00
201135cc21 sanitisation
Cadair created pull request gergely/org-clock-waybar#7 2021-03-29 09:21:51 +00:00
Do not use org-clock-goto to get tags
Cadair pushed to main at Cadair/org-clock-waybar 2021-03-29 09:20:15 +00:00
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
Compare 4 commits »
Cadair created pull request gergely/org-clock-waybar#4 2021-03-12 09:12:19 +00:00
Fix title and category
Cadair pushed to main at Cadair/org-clock-waybar 2021-03-12 09:11:48 +00:00
dc3a934d62 Fix title and category
Cadair pushed to main at Cadair/org-clock-waybar 2021-03-12 09:03:35 +00:00
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
Compare 4 commits »
Cadair opened issue gergely/org-clock-waybar#3 2021-03-11 16:46:00 +00:00
Add support for using tags
Cadair opened issue gergely/org-clock-waybar#2 2021-03-11 16:36:39 +00:00
Provide an easy way to customize the formatting of parameters
Cadair pushed to main at Cadair/org-clock-waybar 2021-03-11 15:51:36 +00:00
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
Compare 5 commits »
Cadair commented on pull request gergely/org-clock-waybar#1 2021-03-11 14:55:08 +00:00
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?

Cadair commented on pull request gergely/org-clock-waybar#1 2021-03-11 14:54:27 +00:00
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?

Cadair commented on pull request gergely/org-clock-waybar#1 2021-03-11 11:27:41 +00:00
Add more config options and a tooltip

A file will still be written?

Cadair pushed to main at Cadair/org-clock-waybar 2021-03-11 11:22:58 +00:00
5342814803 A bash script for catching when the server is offline
Cadair commented on pull request gergely/org-clock-waybar#1 2021-03-11 11:11:42 +00:00
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?

Cadair created pull request gergely/org-clock-waybar#1 2021-03-11 11:11:09 +00:00
Add more config options and a tooltip
Cadair pushed to main at Cadair/org-clock-waybar 2021-03-11 11:10:41 +00:00
6d3d209396 Add more config options and a tooltip