full swayosd integration

This commit is contained in:
Alexandru Ifrim
2025-07-23 01:38:05 +03:00
parent 778a69897b
commit 1ebf88bac0
15 changed files with 108 additions and 1 deletions

6
migrations/1753224615.sh Executable file
View File

@ -0,0 +1,6 @@
echo "Adding SwayOSD"
if [[ ! -d ~/.config/swayosd ]]; then
mkdir -p ~/.config/swayosd
cp -r ~/.local/share/omarchy/config/swayosd/* ~/.config/swayosd/
fi