diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-11 10:30:47 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-11 10:30:47 +0200 |
| commit | c9f097f0f5c8f69fed9a8d1e39a596cbc09d75de (patch) | |
| tree | 092a1e131b99a0e4706f26bb2648416bb200d0c3 | |
| parent | 67fe682635eccd9c7da108cf5f85227b3f8dae49 (diff) | |
| download | unified-desktop-theme-c9f097f0f5c8f69fed9a8d1e39a596cbc09d75de.tar.gz unified-desktop-theme-c9f097f0f5c8f69fed9a8d1e39a596cbc09d75de.zip | |
docs: record archiving of the superseded rofi theme directories
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq
| -rw-r--r-- | docs/MIGRATION.md | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index bea6d9d..32d36ac 100644 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -48,20 +48,28 @@ It is a rofi script-mode plugin, invoked *by* rofi rather than invoking it, so its appearance comes from whatever command runs it. No keybinding or waybar button currently does. -## Not removed +## Removed -The old theme directories are still on disk and untouched: -`~/.config/rofi/darknix/`, `elegantVagrant/`, `launchers/`, `applets/`, -`powermenu/`. Deleting them is a separate decision, deferred until the new -themes have been lived with. +All five superseded theme directories were moved to +`/data/udt-backup/old-rofi-themes/`: `darknix/`, `elegantVagrant/`, +`launchers/`, `applets/`, `powermenu/`. -Two of those directories are still genuinely in use and are not candidates for -deletion yet: +Two of them held scripts that are bound to keys, so those moved to `~/bin/` +first and were repointed at `udt/`: -- `~/.config/rofi/applets/` is referenced from waybar (`applets/bin/mpd.sh`). -- `~/.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. +| Was | Now | Bound to | +| --- | --- | --- | +| `rofi/powermenu/type-4/powermenu.sh` | `~/bin/udt-powermenu.sh` | Mod+x | +| `rofi/launchers/type-1/launcher.sh` | `~/bin/udt-launcher.sh` | ALT+F2 | + +`~/.config/hypr/sections/keybindings.lua` now calls them by name. + +`applets/` turned out not to be in use after all: its only reference is +`~/.config/waybar/modules/mpd.jsonc`, which is not in waybar's include list. + +`~/.config/rofi/` now holds `udt/` plus `config.rasi`, `images/` and +`rofi-symbols/`. The `colors/` directory (the adi1090x palettes) has no +remaining references and could go too. ## Out of scope |
