fix(image): add terminal width to export

This commit is contained in:
Jan De Dobbeleer 2024-02-15 11:55:28 +01:00 committed by Jan De Dobbeleer
parent 502558efa5
commit 59be189233

View file

@ -88,6 +88,7 @@ themeConfigOverrrides.set('catppuccin_mocha.omp.json', newThemeConfig(40, 40, 'I
poshCommand += ` --rprompt-offset=${config.rpromptOffset}`;
poshCommand += ` --cursor-padding=${config.cursorPadding}`;
poshCommand += ` --background-color=${config.bgColor}`;
poshCommand += ` --terminal-width=200`;
if (config.author !== '') {
poshCommand += ` --author="${config.author}"`;
}