From af926ea2f588190c59a5436ed9c467b2f85d07aa Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 09:44:05 +0200 Subject: 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 Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq --- docs/superpowers/plans/2026-09-11-rofi-unified-theme.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/superpowers/plans') 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 -- cgit v1.2.3