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