Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 2.71 KB

README.md

File metadata and controls

66 lines (54 loc) · 2.71 KB

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