mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
6 lines
176 B
Bash
6 lines
176 B
Bash
echo "Add new matte black theme"
|
|
|
|
if [[ ! -L $HOME/.config/omarchy/themes/matte-black ]]; then
|
|
ln -snf ~/.local/share/omarchy/themes/matte-black ~/.config/omarchy/themes/
|
|
fi
|