Skip to content

quantumfate/wofi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
Catppuccin for Wofi

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

  1. Clone this repository locally to your desired location. Typically something like ~/.config/
  2. Launch Wofi with your desired flavor (e.g. latte, frappe, macchiato or mocha).
wofi --conf <your-path-to-wofi>/config --style <your-path-to-wofi>/<flavor>/style.css

I'm personally using a bash script:

#!/usr/bin/env bash

CONFIG="$HOME/.config/hypr/wofi/config/config"
STYLE="$HOME/.config/hypr/wofi/src/mocha/style.css"

if [[ ! $(pidof wofi) ]]; then
    wofi --conf "${CONFIG}" --style "${STYLE}"
else
    pkill wofi
fi
  • Q: "Which flavor of CSS is supported."
    A: GTK CSS. Note that hsl-colors are not supported.

  • Q: "Where can I find CSS targets for theme customization."
    A: On the Wofi page and on the man page.

  • Q: "My CSS imports are not working."
    A: Please read the Wofi configuration options. Especially in regards to style and stylesheet. We avoid import statements for simplicity.

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

About

🐱 Soothing pastel theme for Wofi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages