aboutsummaryrefslogtreecommitdiffstats
path: root/docs/superpowers/plans
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-11 09:44:05 +0200
committerDanilo M. <danix@danix.xyz>2026-09-11 09:44:05 +0200
commitaf926ea2f588190c59a5436ed9c467b2f85d07aa (patch)
tree60d2b061b63fe5c2f494bb347a6c7f9b6322ebe3 /docs/superpowers/plans
parent51712ec3c966bea7865b83747a84c2c9f0a4829b (diff)
downloadunified-desktop-theme-af926ea2f588190c59a5436ed9c467b2f85d07aa.tar.gz
unified-desktop-theme-af926ea2f588190c59a5436ed9c467b2f85d07aa.zip
docs: record phase 1 migration of rofi call sites
Twelve call sites repointed, backups in /data/udt-backup. Also records three things found during the migration: rofipass was passing a -width flag that rofi 2.0.0 no longer has, the type-4 power menu reuses one directory variable for two different themes, and ddgr_search.py is a rofi script-mode plugin rather than a call site. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq
Diffstat (limited to 'docs/superpowers/plans')
-rw-r--r--docs/superpowers/plans/2026-09-11-rofi-unified-theme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/superpowers/plans/2026-09-11-rofi-unified-theme.md b/docs/superpowers/plans/2026-09-11-rofi-unified-theme.md
index 6ae386c..4b5ed8c 100644
--- a/docs/superpowers/plans/2026-09-11-rofi-unified-theme.md
+++ b/docs/superpowers/plans/2026-09-11-rofi-unified-theme.md
@@ -895,6 +895,11 @@ diff ~/.cache/wal/colors.json /tmp/udt-check/before-wallp.json && echo "ISOLATIO
Expected: the accent file reflects the restored wallpaper, and `ISOLATION OK` confirms the terminal palette did not move. **If the diff is non-empty, stop and investigate before continuing.**
+Note: `wallp` starts `swaybg` in the background, and it inherits the shell's
+stdout. A command substitution or a pipe will therefore appear to hang after
+`wallp` itself has finished. Redirect its output (`wallp --restore >/dev/null
+2>&1`) when calling it from a script or a captured shell.
+
- [ ] **Step 6: Commit**
```bash