aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-03 00:01:11 -0400
committerCraig Jennings <c@cjennings.net>2026-07-03 00:01:11 -0400
commit1988bc89a9736642267573248cbc0c3040397f18 (patch)
tree834d9e8c3346bea9c313f129fc51833b3c4eb5be
parent7a590c1eb3988e0dfc6e3378705505aaff464c78 (diff)
downloadarchsetup-1988bc89a9736642267573248cbc0c3040397f18.tar.gz
archsetup-1988bc89a9736642267573248cbc0c3040397f18.zip
chore(todo): file two bt-panel items from the roam inbox
-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.