Migrate dotfiles to Omarchy 4

Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
2026-08-19 13:46:33 -04:00
parent 007a032568
commit a0b06b12a3
35 changed files with 390 additions and 876 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const themes = createPoll<Theme[]>(
const currentThemeName = createPoll(
"",
2000,
shell("cat \"$HOME/.config/omarchy/current/theme.name\" 2>/dev/null"),
shell("cat \"$HOME/.local/state/omarchy/current/theme.name\" 2>/dev/null"),
(stdout) => stdout.trim(),
)