diff --git a/config.ps1 b/config.ps1 index d170f6f..41cae09 100644 --- a/config.ps1 +++ b/config.ps1 @@ -1,14 +1,11 @@ # ===== WINFETCH CONFIGURATION ===== - -$noimage = $false $image = "~/.winconfig/image.jpg" - - $ascii = $false $memorystyle = 'bartext' $diskstyle = 'bartext' -#$cpustyle = 'bartext' +#$noimage = $false +#$cpustyle = 'bartext' # Specify width for image/logo # $imgwidth = 40 @@ -72,7 +69,7 @@ $diskstyle = 'bartext' # "custom_time" # use custom info line "uptime" # "ps_pkgs" # takes some time - "pkgs" + #"pkgs" "pwsh" "resolution" "terminal" diff --git a/img.jpg b/image.jpg similarity index 100% rename from img.jpg rename to image.jpg