mirror of
https://github.com/lptstr/winfetch.git
synced 2026-08-29 18:54:10 -05:00
21 lines
628 B
PowerShell
21 lines
628 B
PowerShell
# ===== WINFETCH CONFIGURATION =====
|
|
|
|
# Add a '#' to any of the lines in
|
|
# this file to **enable** their output.
|
|
|
|
# $show_title = $true
|
|
# $show_dashes = $true
|
|
# $show_os = $false
|
|
# $show_computer = $false
|
|
# $show_uptime = $false
|
|
# $show_terminal = $false
|
|
# $show_cpu = $false
|
|
# $show_gpu = $false
|
|
# $show_memory = $false
|
|
# $show_disk = $false
|
|
# $show_temperature = $false
|
|
# $show_pkgs = $false
|
|
|
|
$show_pwsh = $false
|
|
$show_pkgmngr = $false
|