Catppuccin for SwayNC
- Download your preferred flavor from the latest release.
- Rename the downloaded theme to
style.css
and put it into~/.config/swaync/
. - If you're using a custom font, you will need to change the line
font-family: 'Ubuntu Nerd Font'
to your font of choice. - Run
swaync-client -rs
to reload swaync css.
- You can let sway manage your swaync theme:
set $flavor macchiato
set $version v0.2.0
exec_always if [ ! -f ~/.config/swaync/style.css ]; then $(mkdir -p ~/.config/swaync && curl -L https://github.com/catppuccin/swaync/releases/download/$version/$flavor.css -o ~/.config/swaync/style.css); fi
ย
Copyright ยฉ 2021-present Catppuccin Org