Skip to content

catppuccin.waybar

Options for the catppuccin.waybar module.

Whether to enable Catppuccin theme for waybar.

Type: boolean

Default: "catppuccin.enable"

Declared in: modules/home-manager/waybar.nix

Catppuccin flavor for waybar

Type: one of "latte", "frappe", "macchiato", "mocha"

Default: "mocha"

Declared in: modules/home-manager/waybar.nix

Defines how to include the catppuccin theme css file: - `prependImport`: Prepends the import statement, if `programs.waybar.style` is a string (with default override priority). - `createLink`: Creates a symbolic link `~/.config/waybar/catppuccin.css`, which needs to be included in the waybar stylesheet.

Type: one of "prependImport", "createLink"

Default: "prependImport"

Declared in: modules/home-manager/waybar.nix