
Catppuccin for Limine
- Open the flavor and accent combination of your choice from
themes/ - Paste the contents of that file to the start of your Limine configuration file, which is typically located at
/boot/limine.confor/boot/efi/limine.conf.
-
Q: "How can I hide the Limine title text like in the screenshot?"
A: Addinterface_branding:to your configuration file to set it to an empty string and hide it. -
Q: "What other configuration options exist?"
A: See Limine CONFIG.md. -
Q: "How can I have separate colors for each text element?"
A: You can use overrides when generating the theme files:whiskers limine.tera --overrides '{JSON object}'.
You will need to install Whiskers to generate these.
Afterward, new themes will be generated in thethemes/directory.
Valid keys areinterface_branding_color,interface_help_color,interface_help_color_bright.
Valid values are the Catppuccin colors.
See Limine interface control options for info on these options.
For example, you can runwhiskers limine.tera --overrides '{"interface_help_color":"pink"}'to override the color of the help text to pink.
Copyright © 2021-present Catppuccin Org