summaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-25 17:41:41 -0600
committerCraig Jennings <c@cjennings.net>2026-01-25 17:41:41 -0600
commit06c8397e5112fc4568dfa356935c503019aa5a68 (patch)
treecbea92bc187f4e9035631d931a01fc4a00f2e027 /todo.org
parent25cabbbc93820f62354664ca7c170b3a513d4290 (diff)
docs(todo): add nerd font patching and archsetup test tasks
Add task for patching Berkeley Mono with nerd-fonts patcher. Add task for testing archsetup username/password prompts. Add idea for show desktop toggle via empty special workspace.
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org20
1 files changed, 20 insertions, 0 deletions
diff --git a/todo.org b/todo.org
index 40d4af4..a496364 100644
--- a/todo.org
+++ b/todo.org
@@ -965,6 +965,18 @@ Package: =yay -S lexend-fonts-git=
Captured On: [2025-11-12 Tue 13:52]
RESOLVED: Added aur_install lexend-fonts-git to archsetup (fonts section)
+** TODO [#C] Patch Berkeley Mono to nerd font
+Use nerd-fonts patcher to add glyphs to Berkeley Mono for icon support in waybar/terminal.
+Options:
+- Full repo: https://github.com/ryanoasis/nerd-fonts (includes font-patcher script)
+- Lightweight: https://github.com/betaboon/nerd-fonts-patcher (just patcher + glyphs)
+- Docker: =docker run --rm -v /path/to/fonts:/in:Z -v /path/for/output:/out:Z nerdfonts/patcher=
+Output will be "BerkeleyMono Nerd Font" with all icon glyphs.
+
+** TODO [#B] Test archsetup username/password prompts
+Test the username and password prompt functionality added to archsetup.
+Verify prompts work correctly on fresh install simulation.
+
** TODO [#A] Fix Hyprland configuration issues
Issues discovered during live testing on ratio. Add sub-items as "hyprland config issue".
@@ -1005,6 +1017,14 @@ Clock module is configured correctly but not showing on bar.
- Other modules (tray, disk, workspaces) appear to work
- Reference config in reference-repos/hyprland-dotfiles/waybar/
+*** TODO [#D] Consider "show desktop" toggle via empty special workspace
+Toggle to an empty special workspace to temporarily hide all windows (shows desktop).
+Toggle again to return to windows.
+Implementation:
+#+begin_src conf
+bind = $mod, Z, togglespecialworkspace, desktop
+#+end_src
+
** Favorite Reference Repos (Hyprland/Waybar)
These repos stood out for clean code, aesthetics, or useful features. Return to these for inspiration.