diff --git a/README.md b/README.md index 24441dc..ca22fb3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Winconfig +![Terminal](Terminal.png) + 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 diff --git a/Terminal.png b/Terminal.png new file mode 100644 index 0000000..9ed9de3 Binary files /dev/null and b/Terminal.png differ diff --git a/config.ps1 b/config.ps1 index 41cae09..ce33337 100644 --- a/config.ps1 +++ b/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" )