From df7ccccce8612dd666bcf3ba0093cc0c3f9e6ae3 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 9 Dec 2022 22:55:46 +0100 Subject: [PATCH] Winfetch optimiert. --- config.ps1 | 9 +++------ img.jpg => image.jpg | Bin 2 files changed, 3 insertions(+), 6 deletions(-) rename img.jpg => image.jpg (100%) 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