Files
winfetch/lib/config.ps1
T
2019-04-04 23:09:56 -04:00

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