diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-22 15:15:02 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-22 15:15:02 -0500 |
| commit | f1c661f50d6af2a115fc1430ae0478f2acef2dec (patch) | |
| tree | b894ea2e14327794bb75671b962f37185cff22ea /docs/prototypes/2026-07-02-desktop-settings-panel-prototype-2.html | |
| parent | f594068bed75302aba50793ccf5e6ce9cf53c7f8 (diff) | |
| download | archsetup-f1c661f50d6af2a115fc1430ae0478f2acef2dec.tar.gz archsetup-f1c661f50d6af2a115fc1430ae0478f2acef2dec.zip | |
docs(settings-panel): seal the prototype arc and open the build
Prototypes P12-P37 land, along with the night-watch and levels-compare pages plus the shared-engine updates and the kit-candidate file. The spec flips from DRAFT through READY to DOING with rewritten implementation phases and seven recorded build findings. The build tasks are filed in todo.org, and phase 1 is closed against the dotfiles commits.
Diffstat (limited to 'docs/prototypes/2026-07-02-desktop-settings-panel-prototype-2.html')
| -rw-r--r-- | docs/prototypes/2026-07-02-desktop-settings-panel-prototype-2.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-2.html b/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-2.html index af2160c..c215f85 100644 --- a/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-2.html +++ b/docs/prototypes/2026-07-02-desktop-settings-panel-prototype-2.html @@ -72,6 +72,7 @@ function render() { ])); const powerNodes = []; + powerNodes.push(DS.toggleKey("caffeine")); if (DS.state.laptop) powerNodes.push(DS.toggleKey("airplane")); powerNodes.push(DS.profileSeg()); const acts = DS.h("div", "ds-grid2"); @@ -82,6 +83,8 @@ function render() { col.appendChild(section("Notifications", [DS.toggleKey("dnd")])); + col.appendChild(section("Weather", [DS.toggleKey("weathergeo")])); + const scenes = DS.h("div", "ds-grid4"); Object.keys(DS.SCENES).forEach((n) => scenes.appendChild(DS.sceneKey(n))); col.appendChild(section("Scenes", [scenes])); |
