mirror of
https://github.com/lptstr/winfetch.git
synced 2026-08-28 10:16:50 -05:00
21 lines
357 B
PowerShell
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 ','
|