From b64046fd5ef20085c452bac9fcd405e40d7de94f Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Wed, 22 Oct 2025 00:10:58 -0400 Subject: [PATCH] Update theme dir --- install/config/theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/theme.sh b/install/config/theme.sh index a4ed8b3e..bd5c6b8d 100644 --- a/install/config/theme.sh +++ b/install/config/theme.sh @@ -4,7 +4,7 @@ sudo ln -snf /usr/share/icons/Adwaita/symbolic/actions/go-next-symbolic.svg /usr # Setup theme links mkdir -p ~/.config/omarchy/themes -for f in ~/.local/share/omarchy/themes/*; do ln -nfs "$f" ~/.config/omarchy/themes/; done +for f in /usr/share/omarchy/themes/*; do ln -nfs "$f" ~/.config/omarchy/themes/; done # Set initial theme mkdir -p ~/.config/omarchy/current