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
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 =====# Add a '#' to any of the lines in # this file to enable their output.# $show_os = $false# $show_computer = $false# $show_uptime = $false# $show_cpu = $false# $show_gpu = $false# $show_memory = $false# $show_disk = $false# $show_pkgs = $false$show_pwsh=$false$show_pkgmngr=$false
To disable an information field, just remove the # from that line: