/swaync

πŸ”” Soothing pastel theme for SwayNC

Primary LanguageSCSSMIT LicenseMIT

Logo
Catppuccin for SwayNC

Previews

🌻 Latte
πŸͺ΄ FrappΓ©
🌺 Macchiato
🌿 Mocha

Usage

  1. Download your preferred flavor from the latest release.
  2. Rename the downloaded theme to style.css and put it into ~/.config/swaync/.
  3. If you're using a custom font, you will need to change the line font-family: 'Ubuntu Nerd Font' to your font of choice.
  4. 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

πŸ’ Thanks to

 

Copyright Β© 2021-present Catppuccin Org