Skip to content

Configuration

Kiëd Llaentenn edited this page Apr 11, 2019 · 12 revisions

Basic configuration

As of version v1.0.0, WinFetch supports custom configuration. Configuration is stored at $env:XDG_CONFIG_HOME/winfetch/config (or ~/.config/winfetch/config).

To generate a default configuration that you can build on, just run:

winfetch -genconf

The default configuration looks like this:

# ===== WINFETCH CONFIGURATION =====

# Remove the '#' from any of the lines in
# this file to **enable** their output.

@(
    'None'
    'Show_Title'
    'Show_Dashes'
    'Show_OS'
    'Show_Computer'
    'Show_Uptime'
    'Show_CPU'
    'Show_GPU'
    'Show_Memory'
    'Show_Pkgs'    
#    'Show_Terminal'
#    'Show_Disk'
#    'Show_Pwsh'
) -join ','

To disable an information field, just add the # from that line:

  'Show_Pkgs'           # ENABLED!
# 'Show_Terminal'		# DISABLED

Clone this wiki locally