catppuccin.waybar
Options for the catppuccin.waybar
module.
catppuccin.waybar.enable
Section titled “catppuccin.waybar.enable”Whether to enable Catppuccin theme for waybar.
Type: boolean
Default: "catppuccin.enable"
Declared in: modules/home-manager/waybar.nix
catppuccin.waybar.flavor
Section titled “catppuccin.waybar.flavor”Catppuccin flavor for waybar
Type: one of "latte", "frappe", "macchiato", "mocha"
Default: "catppuccin.flavor"
Declared in: modules/home-manager/waybar.nix
catppuccin.waybar.mode
Section titled “catppuccin.waybar.mode”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