Command Line Interface
To get a full list of CLI options, use niji help or niji help <command>.
Setting the theme and accent color
Get a list of available themes using:
niji theme list
To preview a theme from the list, use:
niji theme preview <theme> --accent <accent>
<accent> can be one of pink, red, orange, yellow, green, teal,
blue, purple, black or white.
To set a theme with a certain accent color use:
niji theme set <theme> --accent <accent>
To set the theme individually and keep the current accent color, simply omit the accent argument:
niji theme set <theme>
To change the accent color and keep the current theme, use:
niji accent set <accent>
Applying re-applying modules
If you want to manually re-apply the current theme and accent color, use:
niji apply
To (re-)apply a specific module, use:
niji apply --module <name>