Terminal Screenshot
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Winconfig
|
||||
|
||||

|
||||
|
||||
Aktuelle Windows config. Analog zu meiner [zshconfig](https://git.susa.pw/Tim/zshconfig).
|
||||
Die Idee hinter diesem Script ist eine Windows 11 installation
|
||||
so zu konfingurieren wie ich es mag. Es werden Einstellungen
|
||||
|
||||
BIN
Terminal.png
Normal file
BIN
Terminal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
33
config.ps1
33
config.ps1
@@ -1,11 +1,8 @@
|
||||
# ===== WINFETCH CONFIGURATION =====
|
||||
$image = "~/.winconfig/image.jpg"
|
||||
$ascii = $false
|
||||
$memorystyle = 'bartext'
|
||||
$diskstyle = 'bartext'
|
||||
|
||||
#$noimage = $false
|
||||
#$cpustyle = 'bartext'
|
||||
|
||||
# Specify width for image/logo
|
||||
# $imgwidth = 40
|
||||
@@ -50,9 +47,9 @@ $diskstyle = 'bartext'
|
||||
# 'bar' is for bar only.
|
||||
# 'textbar' is for text + bar.
|
||||
# 'bartext' is for bar + text.
|
||||
# $cpustyle = 'bar'
|
||||
# $memorystyle = 'textbar'
|
||||
# $diskstyle = 'bartext'
|
||||
#$cpustyle = 'textbar'
|
||||
$memorystyle = 'textbar'
|
||||
$diskstyle = 'textbar'
|
||||
# $batterystyle = 'bartext'
|
||||
|
||||
|
||||
@@ -66,24 +63,24 @@ $diskstyle = 'bartext'
|
||||
"computer"
|
||||
"kernel"
|
||||
"motherboard"
|
||||
# "custom_time" # use custom info line
|
||||
# "custom_time" # use custom info line
|
||||
"uptime"
|
||||
# "ps_pkgs" # takes some time
|
||||
#"pkgs"
|
||||
# "ps_pkgs" # takes some time
|
||||
# "pkgs"
|
||||
"pwsh"
|
||||
"resolution"
|
||||
"terminal"
|
||||
# "theme"
|
||||
# "theme"
|
||||
"cpu"
|
||||
"gpu"
|
||||
# "cpu_usage" # takes some time
|
||||
# "cpu_usage" # takes some time
|
||||
"memory"
|
||||
"disk"
|
||||
# "battery"
|
||||
# "locale"
|
||||
# "weather"
|
||||
"local_ip"
|
||||
# "public_ip"
|
||||
# "blank"
|
||||
# "colorbar"
|
||||
# "battery"
|
||||
# "locale"
|
||||
# "weather"
|
||||
"local_ip"
|
||||
# "public_ip"
|
||||
# "blank"
|
||||
# "colorbar"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user