mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
10 lines
242 B
Bash
10 lines
242 B
Bash
echo "Adding SwayOSD theming"
|
|
|
|
if [[ ! -d ~/.config/swayosd ]]; then
|
|
mkdir -p ~/.config/swayosd
|
|
cp -r ~/.local/share/omarchy/config/swayosd/* ~/.config/swayosd/
|
|
|
|
pkill swayosd-server
|
|
setsid uwsm-app -- swayosd-server &>/dev/null &
|
|
fi
|