Generischer Bildname für Winfetch

This commit is contained in:
2022-12-09 22:52:17 +01:00
parent 137205b772
commit 2503615a63
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB