aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/hypr/hyprlock.conf
Commit message (Collapse)AuthorAgeFilesLines
* fix(archsetup): add gammastep geoclue config, remove RDSEED workaroundCraig Jennings2026-01-261-11/+11
| | | | | | | | | | - Add gammastep to geoclue whitelist (fixes "unable to obtain geoclue client path" error on Hyprland launch) - Remove is_amd_zen5() detection and Hardware Workarounds section (clearcpuid=rdseed doesn't suppress the kernel warning) - Add dismissnotify after hyprpm reload to suppress plugin notifications - Update theme configs from Dupre to Hudson - Update todo.org with RDSEED task resolution
* feat(themes): apply Dupre theme to Hyprland dotfilesCraig Jennings2026-01-261-13/+12
| | | | | | Update foot, hyprlock, waybar, Xresources, and dunst configs with warm earthy colors from dupre-theme.el. Standardize on BerkeleyMono font across terminal configs.
* feat(hyprlock): add profile image and proportional layoutCraig Jennings2026-01-251-29/+49
| | | | | | | | - Add profile image widget with goldenrod border - Use 12hr time format ($TIME12) - Use percentage-based positioning for multi-monitor support - Remove input field outline, add rounded corners - Update fonts to BerkeleyMono Nerd Font
* fix(testing): remove obsolete --skip-slow-packages optionCraig Jennings2026-01-241-0/+75
This flag was removed from archsetup but remained in test scripts.