Files
winfetch/lib/config.ps1
T

21 lines
357 B
PowerShell

# ===== 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 ','