mirror of
https://github.com/lptstr/winfetch.git
synced 2026-09-26 09:00:21 -04:00
Update config.ps1
This commit is contained in:
+28
-15
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user