diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 07:29:20 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 07:29:20 -0600 |
| commit | 6b09e4a12d07d196e96f70643b296edd45b54bf8 (patch) | |
| tree | 1e5582bb903c766dfbcc0b1f5c39a361de376dd0 /todo.org | |
| parent | d6aab0bbfeba306226e58baeaa1f8960bb8b3b0b (diff) | |
fix(waybar): show red network icon when disconnected
Added themed disconnected color to netspeed module CSS across base,
dupre, and hudson styles. Changed disconnected label to "Offline".
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 48 |
1 files changed, 28 insertions, 20 deletions
@@ -121,11 +121,15 @@ The script handles edge cases gracefully, provides detailed error messages with *** TODO [#A] Make Hyprland Bulletproof and Comfy -**** DONE [#B] hyprland: new windows should open in master area in tile layout +**** TODO [#B] new master windows do not have focus +When opening a new window, it now takes the main position in the tile mode. This is good. However, it doesn't have focus. This is not good. When opening a new window, it should both open in the first position and also have focus. + +**** TODO [#B] screenshot functionality should leave path of last image in the clipboard ready to paste. +**** TODO [#B] screenshot functionality should also bind shift printscreen to select region. +**** DONE [#B] waybar's network monitor should change color when there's no network available. CLOSED: [2026-01-27 Tue] -Changed master layout new_status from slave to master in hyprland.conf. -**** TODO [#B] waybar's network monitor should change color when there's no network available. -If the network is down, the user will need some kind of indication to help them debug. The network icon change to a red color when there are no network connections available. we should also ensure we're using themed colors from the dupre theme. +Added #custom-netspeed.disconnected CSS rule with themed red color across +base, dupre, and hudson waybar CSS. Changed label from "Disconnected" to "Offline". **** TODO [#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. @@ -133,11 +137,6 @@ Consider the temperature at which the CPU is getting "too hot". define two tempe **** TODO [#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 [#B] waybar's volume module should not change color when muted. -CLOSED: [2026-01-27 Tue] -Removed #wireplumber.muted color overrides from all waybar CSS files. -Icon and "Muted" text provide sufficient visual cue without darkening. - **** TODO [#D] Consider Customizing Hyprland Animations Current: windows pop in, scratchpads slide from bottom. @@ -161,9 +160,6 @@ animation = fade, 1, 2, default animation = layers, 1, 2, default, fade #+end_src -**** VERIFY [#C] Verify gammastep and geoclue fix -Ensure after reboot there is no error. -Ensure gamma changes at night **** VERIFY [#D] Test wlogout menu on laptop Test wlogout exit menu on laptop to verify sizing works on different display. Current config uses fixed pixel margins - may need adjustment for laptop screen. @@ -172,14 +168,6 @@ Current config uses fixed pixel margins - may need adjustment for laptop screen. Test the monocle/tab group mode to verify hy3 tab bar colors look correct with dupre and hudson themes. Run =set-theme dupre= and =set-theme hudson= while in tab group mode ($mod SHIFT M). -**** DONE [#B] Review scripts and configs in dotfiles -CLOSED: [2026-01-27 Tue 05:34] -112 scripts across system and hyprland dotfiles. Many are from DWM/X11 era. -- Identify scripts still in use vs obsolete -- Migrate useful dmenu scripts to fuzzel for Wayland -- Remove or archive unused scripts -- Remove config files for apps no longer installed - **** CANCELLED [#C] Consider Pywal for Dynamic Theming CLOSED: [2026-01-26 Mon] Use pywal to generate color schemes from wallpaper. Reference: reference-repos/kastrbl4nik-dots/ @@ -248,6 +236,26 @@ Implementation: bind = $mod, Z, togglespecialworkspace, desktop #+end_src +**** DONE [#C] Verify gammastep and geoclue fix +CLOSED: [2026-01-27 Tue 07:18] +Ensure after reboot there is no error. +Ensure gamma changes at night +**** DONE [#B] hyprland: new windows should open in master area in tile layout +CLOSED: [2026-01-27 Tue] +Changed master layout new_status from slave to master in hyprland.conf. +**** DONE [#B] waybar's volume module should not change color when muted. +CLOSED: [2026-01-27 Tue] +Removed #wireplumber.muted color overrides from all waybar CSS files. +Icon and "Muted" text provide sufficient visual cue without darkening. + +**** DONE [#B] Review scripts and configs in dotfiles +CLOSED: [2026-01-27 Tue 05:34] +112 scripts across system and hyprland dotfiles. Many are from DWM/X11 era. +- Identify scripts still in use vs obsolete +- Migrate useful dmenu scripts to fuzzel for Wayland +- Remove or archive unused scripts +- Remove config files for apps no longer installed + **** DONE [#B] Consider Hyprland Plugins CLOSED: [2026-01-25 Sun] Official plugins: https://github.com/hyprwm/hyprland-plugins |
