Skip to content

Commit

Permalink
Update config.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Dec 18, 2020
1 parent 7a50691 commit 5ec7035
Showing 1 changed file with 28 additions and 15 deletions.
43 changes: 28 additions & 15 deletions lib/config.ps1
Original file line number Diff line number Diff line change
@@ -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"
)

0 comments on commit 5ec7035

Please sign in to comment.