full swayosd integration

This commit is contained in:
Alexandru Ifrim
2025-07-23 01:51:04 +03:00
parent 778a69897b
commit 1ebf88bac0
15 changed files with 108 additions and 1 deletions
+6
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