sway/wofi/README.md
2024-08-18 21:15:23 +00:00

3.4 KiB

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