diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 09:15:53 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 09:15:53 -0600 |
| commit | 0c6175bfc98f2c5ff2debc665fd8bf91f9171f4e (patch) | |
| tree | 5cbd089dac9fe923d64ee792334dc0e9d67f2323 | |
| parent | ea569d1a0279674863661c7f6694c0ba6fc5cb7d (diff) | |
Mark done: temperature/storage waybar thresholds, dotfiles cleanup,
dotfiles reorganization. Cancel rofi-wayland (chose fuzzel). Add new
tasks for dunst border removal and fuzzel border visibility.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
| -rw-r--r-- | todo.org | 53 |
1 files changed, 23 insertions, 30 deletions
@@ -121,11 +121,13 @@ The script handles edge cases gracefully, provides detailed error messages with *** TODO [#A] Make Hyprland Bulletproof and Comfy -**** DONE [#B] waybar's temperature monitor should change color when hot. -Consider the temperature at which the CPU is getting "too hot". define two temperature thresholds that are "approaching too hot" (when the user should begin paying attention) and "nearly too hot" (when it's approaching a temperature where the user should take action). have the color change to yellow when it's approaching the first threshold, and red when it approaches the second. we'll be using themed colors from the dupre theme. +**** TODO [#C] Remove border color from dunst notifications +Dunst notification popups have a visible border that looks out of place. +Remove or disable the border color to match the clean aesthetic. -**** DONE [#B] waybar's storage monitor should change color when approaching full. -waybar's storage monitor should change color when it approaches full, to allow the user to take action. note that since this system could be running on zfs, btrfs, and ext4 file systems, this should work no matter which of these filesystems we are running on. When storage is at or over 80% full, the color of the storage icon on the waybar panel should turn yellow. When the storage is at or over 90$ full, it should be red. we'll be using themed colors form the dupre theme. +**** TODO [#C] Change fuzzel border color for visibility +Fuzzel menu border blends in too much. Change border color to blue or red +to make the menu more visible when it appears. **** TODO [#D] Consider Customizing Hyprland Animations Current: windows pop in, scratchpads slide from bottom. @@ -226,6 +228,12 @@ Implementation: bind = $mod, Z, togglespecialworkspace, desktop #+end_src +**** DONE [#B] waybar's temperature monitor should change color when hot. +Consider the temperature at which the CPU is getting "too hot". define two temperature thresholds that are "approaching too hot" (when the user should begin paying attention) and "nearly too hot" (when it's approaching a temperature where the user should take action). have the color change to yellow when it's approaching the first threshold, and red when it approaches the second. we'll be using themed colors from the dupre theme. + +**** DONE [#B] waybar's storage monitor should change color when approaching full. +waybar's storage monitor should change color when it approaches full, to allow the user to take action. note that since this system could be running on zfs, btrfs, and ext4 file systems, this should work no matter which of these filesystems we are running on. When storage is at or over 80% full, the color of the storage icon on the waybar panel should turn yellow. When the storage is at or over 90$ full, it should be red. we'll be using themed colors form the dupre theme. + **** DONE [#A] Change cursor theme (curren theme's cross too small for screenshots) CLOSED: [2026-01-27 Tue] Switched to Bibata-Modern-Ice across all configs (hyprland, Xresources, GTK, archsetup). @@ -600,8 +608,9 @@ RESOLVED: Standardized rofi configuration in commit 590aa02: **** DONE [#B] Match Rofi CSS style to notification CSS and move into proper place CLOSED: [2025-12-01 Sun] Rofi theme now matches dunst notifications (colors, border-radius, font) -**** TODO [#C] Consider rofi-wayland for future Wayland migration -~rofi~ doesn't support Wayland - evaluate ~rofi-wayland~, ~wofi~, or ~fuzzel~ for future +**** CANCELLED [#C] Consider rofi-wayland for future Wayland migration +CLOSED: [2026-01-27 Tue] +Chose fuzzel for Wayland launcher and wlogout for exit menu. No need for rofi-wayland. *** DONE [#B] Complete Warpinator setup for file transfers CLOSED: [2026-01-21 Wed] @@ -787,34 +796,18 @@ Parse shell history files for ~/.local/bin script names to identify last usage d *** TODO [#B] Automate dotfile validation Parse config files for binary/command references and verify those binaries exist - catch orphaned references -*** TODO [#C] Review and reorganize dotfiles for unused applications -Review all dotfiles by application and remove unused application configurations. - -Options: -1. Move to new =dotfiles/unused/= directory (next to =dotfiles/common/=) -2. Design better restowing mechanism (perhaps with Makefile) - - Selective stowing of only active applications - - Track which configs are actually in use - - Make it easy to enable/disable application dotfiles - -Benefits: -- Cleaner dotfiles directory with only actively used configs -- Faster stow operations (fewer files to process) -- Clear separation between active and archived configurations -- Easier to maintain and understand what's actually being used - -Current state: -- Many application configs for apps removed from archsetup (mpd, ncmpcpp, mopidy, obs-studio, obsidian) -- Unclear which dotfiles correspond to currently installed applications -- No easy way to selectively stow/unstow configs - -Reference: Identified on 2025-11-15 during package cleanup session +*** DONE [#C] Review and reorganize dotfiles for unused applications +CLOSED: [2026-01-27 Tue] +Completed through multiple cleanup sessions: deleted configs for uninstalled apps (ghostty, lf, +mopidy, nitrogen, pychess, JetBrains, youtube-dl, sublime-merge), reduced scripts from 112 to 48. +Dotfiles now contain only active configs. Archive directory and selective stow tooling not needed. *** TODO [#C] Set up alerts for deprecated packages Proactive monitoring integrated with Method 2 testing -*** TODO [#C] Cleanup dotfiles repository -The .dotfiles repo has configuration for applications no longer used - remove stale configs +*** DONE [#C] Cleanup dotfiles repository +CLOSED: [2026-01-27 Tue] +Stale configs removed during January 2026 cleanup sessions. *** DONE [#B] Replace deprecated ntp with chrony CLOSED: [2026-01-21 Wed] |
