<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archsetup/dotfiles/common/.config/dunst, 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=b10cba594db836c0747066addad48bda4d30cd02'/>
<id>urn:sha1:b10cba594db836c0747066addad48bda4d30cd02</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(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=9f1481623d360ec189906ee0d806ec30914f7f24'/>
<id>urn:sha1:9f1481623d360ec189906ee0d806ec30914f7f24</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=13a1c60d410967498406f02454d1c63a1b0bc4aa'/>
<id>urn:sha1:13a1c60d410967498406f02454d1c63a1b0bc4aa</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=b0b896936e24d382370ff949f49e7be50075e023'/>
<id>urn:sha1:b0b896936e24d382370ff949f49e7be50075e023</id>
<content type='text'>
Theme configs updated by set-theme: dunst, foot, fuzzel, hyprlock, waybar CSS.
</content>
</entry>
<entry>
<title>feat(theme): improve notification visibility with bg+1 background</title>
<updated>2026-01-30T14:22:20+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-30T14:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=e266978fd3e29792f1c99e24135a5e626132dc13'/>
<id>urn:sha1:e266978fd3e29792f1c99e24135a5e626132dc13</id>
<content type='text'>
- Change dunst notification background from bg to bg+1 (#252321)
- Remove shortwave keybinding ($mod+Shift+R)
- Move addmaster to $mod+U, keep term2 scratchpad on $mod+I
- Update btop box order
</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=367aee9f2720b440209da934036a44efe31aba9b'/>
<id>urn:sha1:367aee9f2720b440209da934036a44efe31aba9b</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>feat(dunst): remove border and set font to 10pt to match waybar</title>
<updated>2026-01-27T23:49:27+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-27T23:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=c6c667dd5073faed5ba25e6b26541da5dd3ea487'/>
<id>urn:sha1:c6c667dd5073faed5ba25e6b26541da5dd3ea487</id>
<content type='text'>
Set frame_width to 0 and font size to 10pt (≈13.3px) across all three
dunstrc files (common, dupre theme, hudson theme) to visually match
waybar's 14px CSS font size.

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=c838e2f5c702d1528f9f21b12e27fa391fa5b856'/>
<id>urn:sha1:c838e2f5c702d1528f9f21b12e27fa391fa5b856</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>refactor(dotfiles): rename system/ to common/ and remove unused configs</title>
<updated>2026-01-26T23:36:38+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-26T23:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=8728aef98ffd78a9a0d78918e4b781d08f5bf846'/>
<id>urn:sha1:8728aef98ffd78a9a0d78918e4b781d08f5bf846</id>
<content type='text'>
Rename dotfiles/system to dotfiles/common for clarity - indicates
shared dotfiles used across all desktop environments (DWM, Hyprland).

Removed config directories for uninstalled applications:
- ghostty (using different terminal)
- lf (using ranger instead)
- mopidy (using mpd instead)
- nitrogen (X11-only, obsolete for Wayland)
- pychess (not installed)
- JetBrains (not installed via archsetup)
- youtube-dl (using yt-dlp with different config location)

Kept audacious config for potential future use.

Updated all references in archsetup, CLAUDE.md, todo.org, and
validation.sh.

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
