Jump to content

Removing an item from screenfetch

Hello all

I'm looking to remove a line in the system info in the screenfetch output. I want to get rid of the GPU line, as i don't need it there, and the line of text is unnecessarily long.
I know that there should be a config file somewhere on the system, but im not sure where it is located, or if i can remove the GPU line from within it. I installed screenfetch on my machine using apt-get, and not by cloning from git, not sure if this has any effect of not

 

Cheers

 

screenfetch_ah_styx.png

Link to comment
Share on other sites

Link to post
Share on other sites

Github describes how to do it https://github.com/KittyKatt/screenFetch

Quote

-d '+var;-var;var' Allows for setting what information is displayed
                     on the command line. You can add displays with +var,var. You
                     can delete displays with -var,var. Setting without + or - will
                     set display to that explicit combination. Add and delete statements
                     may be used in conjunction by placing a ; between them as so:
                     +var,var,var;-var,var.

i don't use that program but I'm guessing you can run something like

Quote

screenfetch -d '-GPU'

 

 

 

 

 

             ☼

ψ ︿_____︿_ψ_   

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×