aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-01 10:48:12 -0400
committerCraig Jennings <c@cjennings.net>2026-07-01 10:48:12 -0400
commit926d58ce21533c841dc7863c4e9e6bcf2368085c (patch)
tree617b18c1da551434190ff2511242a50fe424d12f /todo.org
parentd5588320f95293682ee64faa50b03d85b29e15d5 (diff)
downloadarchsetup-926d58ce21533c841dc7863c4e9e6bcf2368085c.tar.gz
archsetup-926d58ce21533c841dc7863c4e9e6bcf2368085c.zip
docs(todo): file wtimer-label and meeting-in-browser tasks from roam inbox
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/todo.org b/todo.org
index 8a2893c..a37f02a 100644
--- a/todo.org
+++ b/todo.org
@@ -55,6 +55,12 @@ Every module's hover tooltip should list its keyboard shortcut(s), for discovera
** TODO [#C] Smooth waybar expansion animation :waybar:
The cluster expansion jumps instead of animating, and a few systray icons pop in one-by-one afterward, which reads as glitchy. Animate the expansion smoothly if waybar allows it — width transitions are limited, so feasibility is uncertain (hence [#C]). Origin: roam inbox capture.
+** TODO [#C] Optional label on timer/alarm/stopwatch items :feature:waybar:
+Let each wtimer item carry an optional short text label. The data model already supports it (=add_timer/add_alarm/add_stopwatch/add_pomodoro= all take =label=""=, and =_describe= shows =label or type=); the gap is the fuzzel-driven creation flow, which doesn't prompt for a label. Add the optional label prompt on create. Origin: roam inbox capture.
+
+** TODO [#C] Open meeting links in the browser instead of the Zoom app :feature:
+Route Zoom (and similar) meeting links to the browser web client rather than launching the native Zoom app — e.g. firefox/chrome extensions, or a =zoommtg://= URL handler / desktop-file override that rewrites to the web-client URL. Decide the mechanism (extension vs handler) before building. Origin: roam inbox capture.
+
** DONE [#C] Alarm tooltip shows time remaining, not alarm time :bug:waybar:quick:
CLOSED: [2026-07-01 Wed]
The =wtimer= alarm tooltip displays the countdown (time remaining) instead of the alarm's wall-clock fire time. For an alarm set to 2:00pm, the tooltip should name the target time, not "1h 23m left". Fix the tooltip rendering in =wtimer= (dotfiles repo). Origin: roam inbox capture.