dotfiles/wofi
butterflyhigh 52d940491e made it better ish 2024-04-09 12:07:50 -05:00
..
assets made it better ish 2024-04-09 12:07:50 -05:00
config made it better ish 2024-04-09 12:07:50 -05:00
src made it better ish 2024-04-09 12:07:50 -05:00
.editorconfig made it better ish 2024-04-09 12:07:50 -05:00
LICENSE made it better ish 2024-04-09 12:07:50 -05:00
README.md made it better ish 2024-04-09 12:07:50 -05:00
colors.css made it better ish 2024-04-09 12:07:50 -05:00

README.md

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