mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Correct checks
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
echo "Add new matte black theme"
|
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/
|
ln -snf ~/.local/share/omarchy/themes/matte-black ~/.config/omarchy/themes/
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ if [[ -f ~/.local/share/applications/blueberry.desktop ]]; then
|
|||||||
omarchy-refresh-waybar
|
omarchy-refresh-waybar
|
||||||
fi
|
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/
|
ln -snf ~/.local/share/omarchy/themes/rose-pine ~/.config/omarchy/themes/
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
echo "Add Catppuccin Latte light theme"
|
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/
|
ln -snf ~/.local/share/omarchy/themes/catppuccin-latte ~/.config/omarchy/themes/
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user