Gogh-Co / Gogh

Gogh is a collection of color schemes for various terminal emulators, including Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal also compatible with iTerm on macOS.
https://gogh-co.github.io/Gogh/
MIT License
9.38k stars 603 forks source link

Install (non-interactive mode) is interactive with xfce4-terminal #440

Closed stablestud closed 6 months ago

stablestud commented 6 months ago

Unfortunately when installing a theme for the xfce4-terminal in non-interactive way, the script still asks if the theme should be applied now.

All done - apply new theme? [y/N] 

I was trying to set the XFCE4_APPLY_CURR_THEME flag to Y but it still is asking me, waiting for user input.

Can we instead set a global flag like APPLY_CURR_THEME which would apply automatically the theme based on its value, if supported by the terminal.

Also can we reduce the output of the script to only show errors, when in interactive mode - possibly also via another flag SILENT_INSTALL?

Thank you