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