procs icon indicating copy to clipboard operation
procs copied to clipboard

Many columns not shown and their headers as well

Open lukgreen opened this issue 3 years ago • 3 comments

As the issue title says and the screenshot shows:

Screenshot from 2022-05-17 13-49-01

Firstly I could see names of the processes, then they disappeared. I have installed procs with cargo install and also installed several other apps after it this way. Also I installed fzf. I'm not sure those installations could interfere with procs' functioning but those are the only thing that came to my mind that was different from the time procs showed all info.

Thank you.

lukgreen avatar May 17 '22 10:05 lukgreen

Your terminal seems to use light theme. procs can detect the theme of terminal by default, but it is not supported by some terminals. You can specify the theme like below:

$ procs --theme light

dalance avatar May 17 '22 23:05 dalance

If you always want to use light theme, you can specify by a config file.

[display]
theme = "Light"

More details are below: https://github.com/dalance/procs#display-section

dalance avatar May 18 '22 00:05 dalance

Thanks. Oddly, setting --theme dark helped. I'm using GNOME Terminal.

lukgreen avatar May 18 '22 12:05 lukgreen