⚫ Dark
⚪ Light
- Download the corresponding theme into
~/.config/swaync/style.css
curl https://raw.githubusercontent.com/iruzo/gruvbox-swaync/main/gruvbox-dark.css > ~/.config/swaync/style.css
curl https://raw.githubusercontent.com/iruzo/gruvbox-swaync/main/gruvbox-light.css > ~/.config/swaync/style.css
- You can let sway manage your swaync theme
exec_always if [ ! -f ~/.config/swaync/style.css ]; then $(mkdir -p ~/.config/swaync && curl -L https://raw.githubusercontent.com/iruzo/gruvbox-swaync/main/gruvbox-dark.css -o ~/.config/swaync/style.css); fi
exec_always if [ ! -f ~/.config/swaync/style.css ]; then $(mkdir -p ~/.config/swaync && curl -L https://raw.githubusercontent.com/iruzo/gruvbox-swaync/main/gruvbox-light.css -o ~/.config/swaync/style.css); fi
- Restart swaync