aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/MIGRATION.md16
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