Update config.ps1

This commit is contained in:
Josh Willox
2020-12-19 01:55:37 +11:00
parent 7a50691ba0
commit 5ec703568f
+28 -15
View File
@@ -1,20 +1,33 @@
# ===== WINFETCH CONFIGURATION =====
# $image = "~/winfetch.png"
# $noimage = $true
# Add a custom info line
# function info_custom_time {
# return @{
# title = "Time"
# content = (Get-Date)
# }
# }
# Remove the '#' from any of the lines in
# this file to **enable** their output.
# the following 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 ','
"title"
"dashes"
"os"
"computer"
# "custom_time" # use custom info line
"uptime"
"pkgs"
"pwsh"
"terminal"
"cpu"
"gpu"
"memory"
# "disk"
"blank"
"colorbar"
)