<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archsetup/dotfiles/hyprland/.config, 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-30T03:49:31+00:00</updated>
<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(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=3104c06f7b8e95364d8381f0e1f4144fd449186e'/>
<id>urn:sha1:3104c06f7b8e95364d8381f0e1f4144fd449186e</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=c7e41980468d2da9af8b5f5f40438b6c98d425b0'/>
<id>urn:sha1:c7e41980468d2da9af8b5f5f40438b6c98d425b0</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>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=faac951ab0f36d16b992c5d597595dc6f9017b76'/>
<id>urn:sha1:faac951ab0f36d16b992c5d597595dc6f9017b76</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=7e8d8473c9005969416aeb08cae033809fe90f98'/>
<id>urn:sha1:7e8d8473c9005969416aeb08cae033809fe90f98</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>feat(test,hyprland): improve test infrastructure and fix easyeffects</title>
<updated>2026-01-29T12:53:36+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-29T12:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=70d8b476b4435892d29f86dda83c5f22eee2cd9b'/>
<id>urn:sha1:70d8b476b4435892d29f86dda83c5f22eee2cd9b</id>
<content type='text'>
Test Infrastructure:
- Add make test-keep target to keep VM running after test
- Add make test-vm-base target for creating base VM only
- Update make test to auto-create VM if missing
- Remove manual user creation from create-base-vm.sh (archsetup handles it)
- Remove unused USERNAME/USER_PASSWORD from archsetup-test.conf

Archsetup:
- Add snapper-gui-git for btrfs snapshot GUI
- Add SYNC_ACL=yes for snapper permissions
- Add setfacl for wheel group access to /.snapshots

Hyprland:
- Remove easyeffects scratchpad (keep auto-launch)
- Remove ecosystem permissions (caused too many popups)

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat(dotfiles): add easyeffects UI config</title>
<updated>2026-01-28T19:27:11+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-28T19:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=c7b10294287e37acd2e6cc71a0ac8f4c92c408e2'/>
<id>urn:sha1:c7b10294287e37acd2e6cc71a0ac8f4c92c408e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(dotfiles): move easyeffects presets to correct location</title>
<updated>2026-01-28T19:20:08+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-28T19:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=f8f9900df698033a432f0cd1fe8c76b9c701ad1c'/>
<id>urn:sha1:f8f9900df698033a432f0cd1fe8c76b9c701ad1c</id>
<content type='text'>
EasyEffects stores presets in ~/.local/share/easyeffects/output/,
not ~/.config/easyeffects/output/. Moved presets to correct path.
</content>
</entry>
<entry>
<title>feat(dotfiles): add btop, wavemon, waypaper configs</title>
<updated>2026-01-28T19:18:41+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-28T19:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=0179db57944567374f3676fe4929dcbd08697a9b'/>
<id>urn:sha1:0179db57944567374f3676fe4929dcbd08697a9b</id>
<content type='text'>
- btop: resource monitor configuration
- wavemon: wifi signal monitor configuration
- waypaper: wallpaper picker configuration (Hyprland)
</content>
</entry>
<entry>
<title>feat(hyprland): add monitor-dashboard, remove htop scratchpad</title>
<updated>2026-01-28T19:10:02+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-28T19:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=7934fe2db74ef3e849e561d86757e3f9db3dc094'/>
<id>urn:sha1:7934fe2db74ef3e849e561d86757e3f9db3dc094</id>
<content type='text'>
- Monitor scratchpad now launches monitor-dashboard (tmux session with
  btop, s-tui, nvtop, duf, bandwhich, wavemon, powertop)
- Remove htop scratchpad ($mod+Shift+H now free)
</content>
</entry>
</feed>
