mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
7 lines
246 B
Bash
7 lines
246 B
Bash
echo "Link new theme picker config"
|
|
|
|
mkdir -p ~/.config/elephant/menus
|
|
ln -snf $OMARCHY_PATH/default/elephant/omarchy_themes.lua ~/.config/elephant/menus/omarchy_themes.lua
|
|
sed -i '/"menus",/d' ~/.config/walker/config.toml
|
|
omarchy-restart-walker
|