You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's quite complicated to see background highlight on dark theme terminal, so I'm starting glances with -disable-bg command line option.
But I would like to have that as a permanent setting, so instead of echo "alias glances='glances --disable-bg'" >> ~/.bashrc I would rather do mkdir -p ~/.config && echo -e "[global]\ndisable-bg=true" > ~/.config/glances.conf.
And thank you for a wonderful software!
The text was updated successfully, but these errors were encountered:
Ok to implement the configuration tag in [outputs] / disable-bg=true in the Glances configuration file.
Nevertheless, can you copy/paste a screenshot of your system with the background option enable to identify the possible improvment regarding the color. On my side, the TUI is not complicated to see:
It's quite complicated to see background highlight on dark theme terminal, so I'm starting
glances
with-disable-bg
command line option.But I would like to have that as a permanent setting, so instead of
echo "alias glances='glances --disable-bg'" >> ~/.bashrc
I would rather domkdir -p ~/.config && echo -e "[global]\ndisable-bg=true" > ~/.config/glances.conf
.And thank you for a wonderful software!
The text was updated successfully, but these errors were encountered: