diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-27 10:51:03 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-27 10:51:03 -0600 |
| commit | fc9291e883a49da0e8e97221223576fa640fe42c (patch) | |
| tree | 702a1eb9e3ccaf7f785818dc31f9df1fedbed8af /dotfiles/hyprland/.config/hypr/hyprlock.conf | |
| parent | 76d98bdf5f4c151b666aac8a66e842b53fbdde24 (diff) | |
| download | archsetup-fc9291e883a49da0e8e97221223576fa640fe42c.tar.gz archsetup-fc9291e883a49da0e8e97221223576fa640fe42c.zip | |
feat(archsetup): add rustup, log-cleanup cron, update configs
Add rustup toolchain manager to developer_workstation (before AUR
packages that need rust to compile). Add log-cleanup cron job with
test validation. Update ISO glob for archangel naming. Add dunst
icon theme, hyprlock animations, waybar log filtering.
Diffstat (limited to 'dotfiles/hyprland/.config/hypr/hyprlock.conf')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprlock.conf | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprlock.conf b/dotfiles/hyprland/.config/hypr/hyprlock.conf index fd85651..a4ce90e 100644 --- a/dotfiles/hyprland/.config/hypr/hyprlock.conf +++ b/dotfiles/hyprland/.config/hypr/hyprlock.conf @@ -4,8 +4,15 @@ general { disable_loading_bar = false hide_cursor = true - grace = 0 - no_fade_in = false +} + +animations { + enabled = true + bezier = linear, 1, 1, 0, 0 + animation = fadeIn, 1, 5, linear + animation = fadeOut, 1, 5, linear + animation = inputFieldDots, 1, 2, linear + animation = inputFieldColors, 1, 3, linear } background { @@ -82,7 +89,7 @@ input-field { check_color = rgb(d7af5f) fail_color = rgb(d47c59) fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> - fail_transition = 300 + capslock_color = rgb(ccc768) numlock_color = -1 bothlock_color = -1 |
