From 09c49e55c655746c9a1dfdcccfad09cee488a887 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 10:25:26 +0200 Subject: docs: record the confirm dialog migration and glyph change Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq --- docs/MIGRATION.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 9f1c48d..bea6d9d 100644 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -32,9 +32,14 @@ listed here, taken immediately before the edits, are in `/data/udt-backup/`. and was left alone. - `~/.config/rofi/powermenu/type-4/powermenu.sh`: this script uses `$dir` for - two different themes, its main menu and its confirmation dialog. Repointing - `$dir` at `udt/` would have broken the confirm dialog, so that one line now - carries the absolute path to the theme it always used. + two different themes, its main menu and its confirmation dialog. Both now + point into `udt/`, the menu at `powermenu.rasi` and the dialog at + `confirm.rasi`. + + The script's `yes` and `no` variables also changed. They held Private Use + Area codepoints that only the `feather` font carries, so they could not be + drawn in the theme's own Nerd Font. They are now the Material circled check + and close, U+F05E0 and U+F0159, which Inconsolata Nerd Font Mono contains. ## Not a call site @@ -54,8 +59,9 @@ Two of those directories are still genuinely in use and are not candidates for deletion yet: - `~/.config/rofi/applets/` is referenced from waybar (`applets/bin/mpd.sh`). -- `~/.config/rofi/powermenu/type-4/shared/confirm.rasi` is still the power - menu's confirmation dialog. +- `~/.config/rofi/powermenu/type-4/shared/confirm.rasi` is no longer used; the + dialog is now `udt/confirm.rasi`. The old file is left in place along with + the rest of its directory. ## Out of scope -- cgit v1.2.3