diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-02 12:16:38 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-02 12:16:38 -0500 |
| commit | a816122f49d2c7e43e41308e251e133197a486bc (patch) | |
| tree | 246b46b53c956cfea07bc9d1c2b81f9f8de53d65 /dotfiles/hyprland/.config/hypr/hyprlock.conf | |
| parent | c8ac4d0040309c9b4226a331bafdfa0bd3f4bb73 (diff) | |
| download | archsetup-a816122f49d2c7e43e41308e251e133197a486bc.tar.gz archsetup-a816122f49d2c7e43e41308e251e133197a486bc.zip | |
refactor: drop in-repo dotfiles/, move stow tooling to the dotfiles repo
Since the installer clones DOTFILES_REPO into ~/.dotfiles and stows from there, the in-repo dotfiles/ tree was dead weight. Nothing reads it at install time. I removed it (831 files) now that both machines are migrated.
The Makefile's stow / restow / reset / unstow / import targets and the dotfile-script unit suites moved to the dotfiles repo. They sit alongside the scripts they manage and run standalone (cd ~/.dotfiles && make ...). This Makefile keeps the VM-integration targets and the installer-helper suite (safe-rm-rf).
I updated CLAUDE.md and README.md so stow operations run from ~/.dotfiles, and the dotfile-management, theme, and unit-test sections point at the standalone repo. The README was already describing the old in-repo model from before the installer switched to cloning. This brings it in line.
Diffstat (limited to 'dotfiles/hyprland/.config/hypr/hyprlock.conf')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprlock.conf | 100 |
1 files changed, 0 insertions, 100 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprlock.conf b/dotfiles/hyprland/.config/hypr/hyprlock.conf deleted file mode 100644 index 3751045..0000000 --- a/dotfiles/hyprland/.config/hypr/hyprlock.conf +++ /dev/null @@ -1,100 +0,0 @@ -# Hyprlock configuration - Dupre theme -# Warm, earthy colors from dupre-theme.el - -general { - hide_cursor = true -} - -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 { - monitor = - path = screenshot - blur_passes = 3 - blur_size = 8 - noise = 0.0117 - contrast = 0.8916 - brightness = 0.8172 - vibrancy = 0.1696 - vibrancy_darkness = 0.0 -} - -# Clock (top) -label { - monitor = - text = $TIME12 - text_align = center - color = rgb(969385) - font_size = 64 - font_family = BerkeleyMono Nerd Font - position = 0, 15% - halign = center - valign = center -} - -# Profile image -image { - monitor = - path = ~/pictures/devilman.jpg - size = 120 - rounding = -1 - border_size = 3 - border_color = rgb(d7af5f) - position = 0, 0% - halign = center - valign = center - shadow_passes = 2 - shadow_size = 3 - shadow_color = rgba(0, 0, 0, 0.5) -} - -# Username -label { - monitor = - text = $USER - text_align = center - color = rgb(d7af5f) - font_size = 36 - font_family = BerkeleyMono Nerd Font - position = 0, -7% - halign = center - valign = center -} - -# Password input -input-field { - monitor = - size = 20%, 4% - outline_thickness = 0 - dots_size = 0.33 - dots_spacing = 0.15 - dots_center = true - dots_rounding = -1 - outer_color = rgb(151311) - inner_color = rgb(151311) - font_color = rgb(969385) - fade_on_empty = true - fade_timeout = 1000 - placeholder_text = <i>Password...</i> - hide_input = false - rounding = 8 - check_color = rgb(d7af5f) - fail_color = rgb(d47c59) - fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> - - capslock_color = rgb(ccc768) - numlock_color = -1 - bothlock_color = -1 - invert_numlock = false - swap_font_color = false - position = 0, -12% - halign = center - valign = center -} |
