Terminal Screenshot

This commit is contained in:
2022-12-09 23:04:34 +01:00
parent df7ccccce8
commit 6ef91214f1
3 changed files with 17 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
# Winconfig # Winconfig
![Terminal](Terminal.png)
Aktuelle Windows config. Analog zu meiner [zshconfig](https://git.susa.pw/Tim/zshconfig). Aktuelle Windows config. Analog zu meiner [zshconfig](https://git.susa.pw/Tim/zshconfig).
Die Idee hinter diesem Script ist eine Windows 11 installation Die Idee hinter diesem Script ist eine Windows 11 installation
so zu konfingurieren wie ich es mag. Es werden Einstellungen so zu konfingurieren wie ich es mag. Es werden Einstellungen

BIN
Terminal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@@ -1,11 +1,8 @@
# ===== WINFETCH CONFIGURATION ===== # ===== WINFETCH CONFIGURATION =====
$image = "~/.winconfig/image.jpg" $image = "~/.winconfig/image.jpg"
$ascii = $false $ascii = $false
$memorystyle = 'bartext'
$diskstyle = 'bartext'
#$noimage = $false #$noimage = $false
#$cpustyle = 'bartext'
# Specify width for image/logo # Specify width for image/logo
# $imgwidth = 40 # $imgwidth = 40
@@ -50,9 +47,9 @@ $diskstyle = 'bartext'
# 'bar' is for bar only. # 'bar' is for bar only.
# 'textbar' is for text + bar. # 'textbar' is for text + bar.
# 'bartext' is for bar + text. # 'bartext' is for bar + text.
# $cpustyle = 'bar' #$cpustyle = 'textbar'
# $memorystyle = 'textbar' $memorystyle = 'textbar'
# $diskstyle = 'bartext' $diskstyle = 'textbar'
# $batterystyle = 'bartext' # $batterystyle = 'bartext'
@@ -66,24 +63,24 @@ $diskstyle = 'bartext'
"computer" "computer"
"kernel" "kernel"
"motherboard" "motherboard"
# "custom_time" # use custom info line # "custom_time" # use custom info line
"uptime" "uptime"
# "ps_pkgs" # takes some time # "ps_pkgs" # takes some time
#"pkgs" # "pkgs"
"pwsh" "pwsh"
"resolution" "resolution"
"terminal" "terminal"
# "theme" # "theme"
"cpu" "cpu"
"gpu" "gpu"
# "cpu_usage" # takes some time # "cpu_usage" # takes some time
"memory" "memory"
"disk" "disk"
# "battery" # "battery"
# "locale" # "locale"
# "weather" # "weather"
"local_ip" "local_ip"
# "public_ip" # "public_ip"
# "blank" # "blank"
# "colorbar" # "colorbar"
) )