aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-18 20:03:16 -0500
committerCraig Jennings <c@cjennings.net>2026-07-18 20:03:16 -0500
commit788b19b377625478a8cea5b8cc8f68d56f11f1dc (patch)
tree576f898b67923e6e11c742f141a595a28c3d86f5 /README.md
parent0d345e5896815572dc7a8cab65e6494c6def9ad1 (diff)
downloadarchsetup-788b19b377625478a8cea5b8cc8f68d56f11f1dc.tar.gz
archsetup-788b19b377625478a8cea5b8cc8f68d56f11f1dc.zip
docs: document single Dupre theme
Remove retired theme-switching guidance and Hudson references from active documentation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b55906d..e80abc4 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ The provisioning step is resumable: it records progress as marker files, so an i
- Builds suckless tools (dwm, dmenu, st, slock) and an Emacs config from configurable Git repos, compiled on a tmpfs RAM disk
- Stow-managed dotfiles in a separate repo, split into `common/`, `dwm/`, `hyprland/`, and `minimal/` trees
- That repo's `Makefile` carries the stow / restow / reset / unstow / import targets; the installer clones and stows it automatically
-- Two-theme system (`dupre`, `hudson`) switchable with the `set-theme` script
+- Dupre theme managed by the `set-theme` script
- VM-based integration test harness (QEMU/KVM) that installs into a throwaway VM and validates the result
- Logs everything to `/var/log/archsetup-*.log`
@@ -132,7 +132,7 @@ This `archsetup` repo no longer carries the dotfiles itself — the in-repo `dot
### Theme system
-Two themes ship in the dotfiles repo, `dupre` (default) and `hudson`. Switch with the `set-theme` script (installed via the `common` dotfiles). Theme files live under `~/.dotfiles/hyprland/.config/themes/<theme>/` and cover foot, fuzzel, waybar, dunst, hyprlock, and Xresources.
+The Dupre theme ships in the dotfiles repo and is applied with the `set-theme` script (installed via the `hyprland` dotfiles). Its files live under `~/.dotfiles/hyprland/.config/themes/dupre/` and cover foot, fuzzel, waybar, dunst, hyprlock, and Xresources.
## Desktop Environments