mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
7 lines
168 B
Bash
Executable File
7 lines
168 B
Bash
Executable File
echo "Adding SwayOSD theming"
|
|
|
|
if [[ ! -d ~/.config/swayosd ]]; then
|
|
mkdir -p ~/.config/swayosd
|
|
cp -r ~/.local/share/omarchy/config/swayosd/* ~/.config/swayosd/
|
|
fi
|