<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archsetup/dotfiles/hyprland/.config/hypr/hyprlock.conf, branch main</title>
<subtitle>Builds a full dev workstation from a bare Arch Linux install.
</subtitle>
<id>https://git.cjennings.net/archsetup/atom?h=main</id>
<link rel='self' href='https://git.cjennings.net/archsetup/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/'/>
<updated>2026-06-02T17:16:38+00:00</updated>
<entry>
<title>refactor: drop in-repo dotfiles/, move stow tooling to the dotfiles repo</title>
<updated>2026-06-02T17:16:38+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-06-02T17:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=a816122f49d2c7e43e41308e251e133197a486bc'/>
<id>urn:sha1:a816122f49d2c7e43e41308e251e133197a486bc</id>
<content type='text'>
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 &amp;&amp; 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.
</content>
</entry>
<entry>
<title>feat: add bind package for DNS utilities, update dotfile state</title>
<updated>2026-04-10T02:29:41+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-04-10T02:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=5d5996fca6b193d025c27df39dd1a312dcfe4e5a'/>
<id>urn:sha1:5d5996fca6b193d025c27df39dd1a312dcfe4e5a</id>
<content type='text'>
Add bind (dig, host, nslookup) to supplemental packages and
systemd-resolvconf for wireguard DNS integration. Update calibre,
hyprland, hyprlock, qalculate, mimeapps, and waypaper state.
</content>
</entry>
<entry>
<title>feat(archsetup): add rustup, log-cleanup cron, update configs</title>
<updated>2026-02-27T16:51:03+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-02-27T16:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=fc9291e883a49da0e8e97221223576fa640fe42c'/>
<id>urn:sha1:fc9291e883a49da0e8e97221223576fa640fe42c</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>feat(waybar): SVG workspace circles, improved arch logo, remove mod+0</title>
<updated>2026-02-10T16:47:49+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-02-10T16:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=8da655b62e43512cf81560e91c97a517d1e0ea13'/>
<id>urn:sha1:8da655b62e43512cf81560e91c97a517d1e0ea13</id>
<content type='text'>
Replace per-workspace SVG mapping with hybrid approach: two circle SVGs
(active gold, inactive dark) as background-image with text overlay for
workspace numbers. Update arch-logo.svg with padded/crisp variant.
Remove sysmonitor margin to fix bar height inflation. Remove mod+0
binding to restrict workspaces to 1-9. Sync dupre theme files.

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat(themes): apply hudson theme across configs</title>
<updated>2026-02-06T16:14:18+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-02-06T16:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=bfd25b28b62fad9faa5e09a9f81e84d0d8097dbd'/>
<id>urn:sha1:bfd25b28b62fad9faa5e09a9f81e84d0d8097dbd</id>
<content type='text'>
Theme configs updated by set-theme: dunst, foot, fuzzel, hyprlock, waybar CSS.
</content>
</entry>
<entry>
<title>feat(theme): apply Dupre palette to all configs</title>
<updated>2026-01-30T03:49:31+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-30T03:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=b9db8a7e9c1e5e55090785e37a7498f97ab83032'/>
<id>urn:sha1:b9db8a7e9c1e5e55090785e37a7498f97ab83032</id>
<content type='text'>
Update theme colors from Hudson to Dupre across:
- dunstrc (notifications)
- foot.ini (terminal)
- fuzzel.ini (launcher)
- hyprlock.conf (lock screen)
- waybar/style.css (status bar)

Colors now match dupre-palette.org specification.

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix(archsetup): add gammastep geoclue config, remove RDSEED workaround</title>
<updated>2026-01-27T03:48:35+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-27T03:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=aeb63ac2c1c2ad3bae3f52bc01518fccf399eced'/>
<id>urn:sha1:aeb63ac2c1c2ad3bae3f52bc01518fccf399eced</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>feat(themes): apply Dupre theme to Hyprland dotfiles</title>
<updated>2026-01-26T07:14:32+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-26T07:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=1343dd39e48809222f1bf509c7bee823a994bea8'/>
<id>urn:sha1:1343dd39e48809222f1bf509c7bee823a994bea8</id>
<content type='text'>
Update foot, hyprlock, waybar, Xresources, and dunst configs with
warm earthy colors from dupre-theme.el. Standardize on BerkeleyMono
font across terminal configs.
</content>
</entry>
<entry>
<title>feat(hyprlock): add profile image and proportional layout</title>
<updated>2026-01-26T00:56:18+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-26T00:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=147eccf52168d20eba263acc0dec60baea5a7b0e'/>
<id>urn:sha1:147eccf52168d20eba263acc0dec60baea5a7b0e</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>fix(testing): remove obsolete --skip-slow-packages option</title>
<updated>2026-01-25T00:52:34+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-25T00:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=f01e96d000a195a59a7f25cb133caa72a486007e'/>
<id>urn:sha1:f01e96d000a195a59a7f25cb133caa72a486007e</id>
<content type='text'>
This flag was removed from archsetup but remained in test scripts.
</content>
</entry>
</feed>
