From 2503615a635603a6ae04a2d6a192bf87fba13bb6 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 9 Dec 2022 22:52:17 +0100 Subject: [PATCH] =?UTF-8?q?Generischer=20Bildname=20f=C3=BCr=20Winfetch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.ps1 | 6 +++--- morgana.jpg => img.jpg | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename morgana.jpg => img.jpg (100%) diff --git a/config.ps1 b/config.ps1 index 4587b72..d170f6f 100644 --- a/config.ps1 +++ b/config.ps1 @@ -1,13 +1,13 @@ # ===== WINFETCH CONFIGURATION ===== $noimage = $false -$image = "~/.winconfig/morgana.jpg" +$image = "~/.winconfig/image.jpg" $ascii = $false $memorystyle = 'bartext' $diskstyle = 'bartext' -$cpustyle = 'bartext' +#$cpustyle = 'bartext' # Specify width for image/logo @@ -35,7 +35,7 @@ $cpustyle = 'bartext' # Configure which package managers are shown # disabling unused ones will improve speed # $ShowPkgs = @("winget", "scoop", "choco") -$ShowPkgs = @("winget") +#$ShowPkgs = @("winget") # Use the following option to specify custom package managers. # Create a function with that name as suffix, and which returns diff --git a/morgana.jpg b/img.jpg similarity index 100% rename from morgana.jpg rename to img.jpg