← back to Japan Enrich
auto-data-snapshot: 2026-09-16T16:47:48 (11 data files) — AbramsEgo Designer-Wallcoverings dot-palette/.gitignore dot-palette/package.json dot-palette/start.command
0790bc7232f7cdb6302bc40605a692d369fcdc39 · 2026-09-16 16:50:11 -0700 · auto-commit-fleet
Files touched
M AbramsEgoM Designer-WallcoveringsA dot-palette/.gitignoreA dot-palette/package.jsonA dot-palette/start.commandM dw-cadence-next2M exo-cluster-watchdogM re-flyer-aggregatorM rentvM shopify-order-bellM ticket-system
Diff
commit 0790bc7232f7cdb6302bc40605a692d369fcdc39
Author: auto-commit-fleet <steve@designerwallcoverings.com>
Date: Wed Sep 16 16:50:11 2026 -0700
auto-data-snapshot: 2026-09-16T16:47:48 (11 data files) — AbramsEgo Designer-Wallcoverings dot-palette/.gitignore dot-palette/package.json dot-palette/start.command
---
AbramsEgo | 2 +-
Designer-Wallcoverings | 2 +-
dot-palette/.gitignore | 10 ++++++++++
dot-palette/package.json | 7 +++++++
dot-palette/start.command | 15 +++++++++++++++
dw-cadence-next2 | 2 +-
exo-cluster-watchdog | 2 +-
re-flyer-aggregator | 2 +-
rentv | 2 +-
shopify-order-bell | 2 +-
ticket-system | 2 +-
11 files changed, 40 insertions(+), 8 deletions(-)
diff --git a/AbramsEgo b/AbramsEgo
index 7a2ea22..6892b9e 160000
--- a/AbramsEgo
+++ b/AbramsEgo
@@ -1 +1 @@
-Subproject commit 7a2ea22fd070b12a65e1fe1f674d84225c6431a0
+Subproject commit 6892b9e424d804cea937641943293d743b46f75f
diff --git a/Designer-Wallcoverings b/Designer-Wallcoverings
index 670181b..8efc951 160000
--- a/Designer-Wallcoverings
+++ b/Designer-Wallcoverings
@@ -1 +1 @@
-Subproject commit 670181b41e1ba1b5472b6f21bcd41e52562c6581
+Subproject commit 8efc9519f9ef0e142e7759f672ee70ed09a2585f
diff --git a/dot-palette/.gitignore b/dot-palette/.gitignore
new file mode 100644
index 0000000..c4be4df
--- /dev/null
+++ b/dot-palette/.gitignore
@@ -0,0 +1,10 @@
+node_modules/
+.env*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/
+.port
+.pos
diff --git a/dot-palette/package.json b/dot-palette/package.json
new file mode 100644
index 0000000..feec484
--- /dev/null
+++ b/dot-palette/package.json
@@ -0,0 +1,7 @@
+{
+ "name": "dot-palette",
+ "version": "1.0.0",
+ "private": true,
+ "description": "Always-on-top clickable palette to set the CURRENT iTerm2 tab's status dot.",
+ "main": "electron-main.js"
+}
diff --git a/dot-palette/start.command b/dot-palette/start.command
new file mode 100755
index 0000000..4654ff6
--- /dev/null
+++ b/dot-palette/start.command
@@ -0,0 +1,15 @@
+#!/bin/zsh
+# Launch the always-on-top dot palette. Reuses desktop-dotbar's Electron runtime
+# so there is nothing to npm-install. Double-click this file, or run it from a shell.
+cd "$(dirname "$0")"
+ELECTRON="$HOME/Projects/desktop-dotbar/node_modules/.bin/electron"
+if [[ ! -x "$ELECTRON" ]]; then
+ echo "Electron not found at $ELECTRON — run 'npm i' in ~/Projects/desktop-dotbar first." >&2
+ exit 1
+fi
+# Single instance: if a palette is already up, don't stack another.
+if pgrep -f "dot-palette/electron-main.js" >/dev/null 2>&1; then
+ echo "dot-palette already running."
+ exit 0
+fi
+exec "$ELECTRON" . >/tmp/dot-palette.log 2>&1
diff --git a/dw-cadence-next2 b/dw-cadence-next2
index 1796b6e..de986b2 160000
--- a/dw-cadence-next2
+++ b/dw-cadence-next2
@@ -1 +1 @@
-Subproject commit 1796b6ed78017a65b807f79dade4332f9adad5af
+Subproject commit de986b226150031b36f71086ab84260140f6123f
diff --git a/exo-cluster-watchdog b/exo-cluster-watchdog
index 6e60f59..3ff8802 160000
--- a/exo-cluster-watchdog
+++ b/exo-cluster-watchdog
@@ -1 +1 @@
-Subproject commit 6e60f59b058ca346b6ffd121bf1c805c8df1ffbf
+Subproject commit 3ff8802076a3b89d40cfabea75b27d64c19c36cc
diff --git a/re-flyer-aggregator b/re-flyer-aggregator
index 30e3ab9..18ab7b1 160000
--- a/re-flyer-aggregator
+++ b/re-flyer-aggregator
@@ -1 +1 @@
-Subproject commit 30e3ab9123fd6ffc87167a9c03c9c8c3f597eca7
+Subproject commit 18ab7b13dee5ae2fb7ef9c43670c7205aec2760b
diff --git a/rentv b/rentv
index af4fa93..dd5b28e 160000
--- a/rentv
+++ b/rentv
@@ -1 +1 @@
-Subproject commit af4fa939dbfa686a769a165dab20784cd2242500
+Subproject commit dd5b28e1964f0ea359037ef8f763298f1d8726b1
diff --git a/shopify-order-bell b/shopify-order-bell
index b434fac..bc8f571 160000
--- a/shopify-order-bell
+++ b/shopify-order-bell
@@ -1 +1 @@
-Subproject commit b434fac7d4e88c16d27e49274751c03cd1d61d2d
+Subproject commit bc8f5710606777cbc1529625871743eafb479537
diff --git a/ticket-system b/ticket-system
index e53b391..b8bb073 160000
--- a/ticket-system
+++ b/ticket-system
@@ -1 +1 @@
-Subproject commit e53b39183f8a304206da6c58d13f5b007650458d
+Subproject commit b8bb073133666fd64f8d1b6b7d287e10fdc2e4bc
← 541207d auto-data-snapshot: 2026-09-16T16:15:38 (10 data files) — Ab
·
back to Japan Enrich
·
auto-data-snapshot: 2026-09-16T17:20:14 (8 data files) — Abr 1674a9e →