diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-11 10:25:26 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-11 10:25:26 +0200 |
| commit | 09c49e55c655746c9a1dfdcccfad09cee488a887 (patch) | |
| tree | efecb585555cfca575269ef6ad1acecbf0c3db39 /docs | |
| parent | 2eb4cb6183c1dfde8b36475422c5005a42cbc64c (diff) | |
| download | unified-desktop-theme-09c49e55c655746c9a1dfdcccfad09cee488a887.tar.gz unified-desktop-theme-09c49e55c655746c9a1dfdcccfad09cee488a887.zip | |
docs: record the confirm dialog migration and glyph change
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/MIGRATION.md | 16 |
1 files changed, 11 insertions, 5 deletions
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 |
