<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archsetup, branch v0.5</title>
<subtitle>Builds a full dev workstation from a bare Arch Linux install.
</subtitle>
<id>https://git.cjennings.net/archsetup/atom?h=v0.5</id>
<link rel='self' href='https://git.cjennings.net/archsetup/atom?h=v0.5'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/'/>
<updated>2026-01-30T04:07:19+00:00</updated>
<entry>
<title>fix(hyprland): simplify monitor scratchpad to btop only</title>
<updated>2026-01-30T04:07:19+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-30T04:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=0da19ea3454ec54b47c31f921c5c9697c10648f9'/>
<id>urn:sha1:0da19ea3454ec54b47c31f921c5c9697c10648f9</id>
<content type='text'>
Remove tmux session and other monitoring tools (s-tui, nvtop,
duf, bandwhich, wavemon, powertop). Just run btop directly.

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>chore(dotfiles): update authinfo credentials</title>
<updated>2026-01-30T03:52:30+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-30T03:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=7621fca4d8fae29c429c339d1d6730cc93235317'/>
<id>urn:sha1:7621fca4d8fae29c429c339d1d6730cc93235317</id>
<content type='text'>
Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</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=ee28fe22c5b601f7c83d1e888581415de6c10d10'/>
<id>urn:sha1:ee28fe22c5b601f7c83d1e888581415de6c10d10</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(hyprland): only reload hyprpm if plugins are installed</title>
<updated>2026-01-29T23:38:57+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-29T23:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=d0de212279486af0602b8c13d7f83cec32084f98'/>
<id>urn:sha1:d0de212279486af0602b8c13d7f83cec32084f98</id>
<content type='text'>
Check if hyprpm list has output before running reload.
Prevents "headers are not up-to-date" error on fresh installs.

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix(hyprland): remove easyeffects auto-launch</title>
<updated>2026-01-29T21:41:02+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-29T21:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=101d47fc3f5b3142ba39d69f3e0a5536e5a9f6ce'/>
<id>urn:sha1:101d47fc3f5b3142ba39d69f3e0a5536e5a9f6ce</id>
<content type='text'>
Remove easyeffects from exec-once - user can configure
autostart themselves via easyeffects settings.

Also remove easyeffects config from dotfiles as it gets
overwritten by the app when user changes settings.

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat(dotfiles): add mimeapps.list with default associations</title>
<updated>2026-01-29T20:09:02+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-29T20:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=e4717734b2d5644237795c483d227cc18ee25aae'/>
<id>urn:sha1:e4717734b2d5644237795c483d227cc18ee25aae</id>
<content type='text'>
Move mimeapps.list to ~/.config/ location (takes precedence)
and set default applications:
- Browser: google-chrome
- Documents: zathura (pdf, epub, mobi, cbz, cbr)
- Images: feh
- Video/Audio: mpv

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix(keyring,hyprpm): use template keyring, fix hyprpm warning</title>
<updated>2026-01-29T18:17:28+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-29T18:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=dd2f7a242408cc86c7646c9595c3e9467c6bdd67'/>
<id>urn:sha1:dd2f7a242408cc86c7646c9595c3e9467c6bdd67</id>
<content type='text'>
Keyring:
- Add empty-password login.keyring template to dotfiles
- Remove init-keyring script (secretstorage API requires prompting)
- Remove python-secretstorage dependency
- Remove PAM gnome-keyring config (not needed with template approach)

Hyprpm:
- Only run hyprpm reload if plugins are installed
- Prevents "Failed to load plugins" warning on fresh installs

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix(hyprland): resolve autologin startup issues</title>
<updated>2026-01-29T16:23:52+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-29T16:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=82e2fcfd0915047033599290109b4fb055fa3cf6'/>
<id>urn:sha1:82e2fcfd0915047033599290109b4fb055fa3cf6</id>
<content type='text'>
- Use start-hyprland wrapper instead of Hyprland directly
  (fixes "started without start-hyprland" warning)
- Add init-keyring script to create empty-password keyring
  (fixes keyring password prompt with autologin)
- Add easyeffects config with noWindowAfterStarting=true
  (starts minimized instead of fullscreen)
- Install python-secretstorage for init-keyring script

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix(test): use local repo for archsetup instead of remote</title>
<updated>2026-01-29T14:48:09+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-29T14:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=eb120910415d40dd76bff7efe59927248d9125d1'/>
<id>urn:sha1:eb120910415d40dd76bff7efe59927248d9125d1</id>
<content type='text'>
Set ARCHSETUP_REPO=/tmp/archsetup-test in VM config so archsetup
uses the bundled test repo instead of cloning from remote server.
This ensures tests use the current local changes.

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix(test): use PROJECT_ROOT for git bundle creation</title>
<updated>2026-01-29T14:15:14+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-29T14:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=a2ab1f87f78ae9dfcd433587105ce9388a154d2b'/>
<id>urn:sha1:a2ab1f87f78ae9dfcd433587105ce9388a154d2b</id>
<content type='text'>
The git bundle command was running from current directory
instead of PROJECT_ROOT, causing it to bundle from wrong repo.

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