Correct checks

This commit is contained in:
David Heinemeier Hansson
2026-02-21 09:48:11 +01:00
parent d557c016f2
commit c6ac6de366
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
echo "Add new matte black theme"
if [[ ! -L "~/.config/omarchy/themes/matte-black" ]]; then
if [[ ! -L $HOME/.config/omarchy/themes/matte-black ]]; then
ln -snf ~/.local/share/omarchy/themes/matte-black ~/.config/omarchy/themes/
fi
+1 -1
View File
@@ -11,6 +11,6 @@ if [[ -f ~/.local/share/applications/blueberry.desktop ]]; then
omarchy-refresh-waybar
fi
if [[ ! -L "~/.config/omarchy/themes/rose-pine" ]]; then
if [[ ! -L $HOME/.config/omarchy/themes/rose-pine ]]; then
ln -snf ~/.local/share/omarchy/themes/rose-pine ~/.config/omarchy/themes/
fi
+1 -1
View File
@@ -1,5 +1,5 @@
echo "Add Catppuccin Latte light theme"
if [[ ! -L "~/.config/omarchy/themes/catppuccin-latte" ]]; then
if [[ ! -L $HOME/.config/omarchy/themes/catppuccin-latte ]]; then
ln -snf ~/.local/share/omarchy/themes/catppuccin-latte ~/.config/omarchy/themes/
fi