• Joined on 2021-03-10
Cadair pushed to typo at Cadair/org-clock-waybar 2025-02-27 13:03:53 +01:00
1c922fd4b4 Some more tweaks
Cadair created pull request gergely/org-clock-waybar#10 2025-02-27 12:53:22 +01:00
fix typo
Cadair pushed to typo at Cadair/org-clock-waybar 2025-02-27 12:53:14 +01:00
d5a776c761 fix typo
Cadair created branch typo in Cadair/org-clock-waybar 2025-02-27 12:52:41 +01:00
Cadair pushed to typo at Cadair/org-clock-waybar 2025-02-27 12:52:41 +01:00
7d3efd9306 fix typo
Cadair closed pull request gergely/org-clock-waybar#9 2024-01-15 10:04:05 +01:00
Some sanitisation
Cadair pushed to main at Cadair/org-clock-waybar 2024-01-15 10:04:02 +01: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 10:03:57 +01:00
Some sanitisation
Cadair pushed to main at Cadair/org-clock-waybar 2021-12-27 20:52:52 +01:00
201135cc21 sanitisation
Cadair created pull request gergely/org-clock-waybar#7 2021-03-29 11:21:51 +02:00
Do not use org-clock-goto to get tags
Cadair pushed to main at Cadair/org-clock-waybar 2021-03-29 11:20:15 +02: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 10:12:19 +01:00
Fix title and category
Cadair pushed to main at Cadair/org-clock-waybar 2021-03-12 10:11:48 +01:00
dc3a934d62 Fix title and category
Cadair pushed to main at Cadair/org-clock-waybar 2021-03-12 10:03:35 +01: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 17:46:00 +01:00
Add support for using tags
Cadair opened issue gergely/org-clock-waybar#2 2021-03-11 17:36:39 +01:00
Provide an easy way to customize the formatting of parameters
Cadair pushed to main at Cadair/org-clock-waybar 2021-03-11 16:51:36 +01: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 15:55:08 +01: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 15:54:27 +01: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?