Skip to content

Commit

Permalink
fix(waybar): update description for mode option
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed Apr 25, 2024
1 parent 3d21355 commit 901e33e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/home-manager/waybar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ in
"createLink"
];
default = "prependImport";
description = "Whether to prepend an `@import` (requires that `programs.waybar.style` is set to a string) or to create a symlink `~/.config/waybar/catppuccin.css` (requires you to import manually).";
description = ''
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.
'';
};
};

Expand Down

0 comments on commit 901e33e

Please sign in to comment.