Skip to content

catppuccin/swaync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

68 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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