Explicitly store the name of the current theme

This commit is contained in:
David Heinemeier Hansson
2026-01-01 16:22:17 -07:00
parent a308000390
commit 4ead763559
3 changed files with 31 additions and 36 deletions

View File

@@ -35,6 +35,9 @@ omarchy-theme-set-templates
rm -rf "$CURRENT_THEME_PATH"
mv "$NEXT_THEME_PATH" "$CURRENT_THEME_PATH"
# Store theme name for reference
echo "$THEME_NAME" > "$HOME/.config/omarchy/current/theme.name"
# Change background with theme
omarchy-theme-bg-next