aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
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 49b8c88..9259ec7 100644
--- a/todo.org
+++ b/todo.org
@@ -74,6 +74,12 @@ Shipped (dotfiles =38171e8=). =run_speedtest_stream= runs speedtest-go's plain m
Craig's ask (roam inbox, 2026-07-02): the speedtest only shows results at the end; typical speedtest UIs report the numbers as they come in. Stream the CLI's progress into the results box as it arrives, then the final numbers at the end. Screenshot: ~/pictures/screenshots/2026-07-02_225441.png.
+** TODO [#C] Bluetooth bar icon: gray instead of the bar's white :bug:waybar:bluetooth:solo:
+Craig's report (roam inbox, 2026-07-03): the bluetooth waybar icon renders gray, not the same white as the other bar module icons. Likely the idle/dim styling on the =custom/bluetooth= glyph (the indicator ships a "plain dim idle" state) or a missing color rule in the waybar css. Cosmetic × every glance → P3.
+
+** TODO [#B] Bluetooth panel: close button like the net panel :feature:waybar:bluetooth:solo:
+Craig's ask (roam inbox, 2026-07-03): the bt panel needs a close button matching the network panel's. Mirror the net panel's affordance (Blueprint UI + handler).
+
** TODO [#B] Bluetooth panel: switch placement + panel title :feature:waybar:bluetooth:solo:
Craig's ask (roam inbox, 2026-07-02): move the bluetooth on/off switch above all the buttons. "Bluetooth" becomes the panel's title, with the on/off switch right-justified on that title row. Panel code in ~/.dotfiles =bluetooth/= (GTK4 + Blueprint, phase-2 PanelModel/presenter — see the shipped panel task in Resolved). Presenter tests + the AT-SPI smoke likely need their layout assertions updated.