diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-10-08 17:13:40 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-10-08 17:13:40 +0300 |
commit | 02290d1eb9fa4537144b1d81dfb279175543468c (patch) | |
tree | e9853ca95520b66677d94ef02d8b86fd0e9701c2 /config | |
parent | 5ee784787fe3c1855ee6f365cbf045712843989e (diff) | |
parent | 59e90bd8b0bee6b00bc9153f13336f6cafeae08a (diff) |
Merge branch 'master' of github.com:brent-moffit/powerlevel10k into brent-moffit-master
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-classic.zsh | 5 | ||||
-rw-r--r-- | config/p10k-lean-8colors.zsh | 5 | ||||
-rw-r--r-- | config/p10k-lean.zsh | 5 | ||||
-rw-r--r-- | config/p10k-rainbow.zsh | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 459c243b..15242372 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -95,6 +95,7 @@ todo # todo items (https://github.com/todotxt/todo.txt-cli) timewarrior # timewarrior tracking status (https://timewarrior.net/) taskwarrior # taskwarrior task count (https://taskwarrior.org/) + # arch # current CPU Architecture # time # current time # =========================[ Line #2 ]========================= newline # \n @@ -1560,6 +1561,10 @@ # P9K_WIFI_NOISE | noise in dBm, from -120 to 0 # P9K_WIFI_BARS | signal strength in bars, from 0 to 4 (derived from P9K_WIFI_RSSI and P9K_WIFI_NOISE) + ##############################[ arch: current cup architecture ]############################## + # Default CPU Aricheture (section is hidden when current architecture matches default) + # typeset -g POWERLEVEL9K_ARCH_DEFAULT='i386' + ####################################[ time: current time ]#################################### # Current time color. typeset -g POWERLEVEL9K_TIME_FOREGROUND=66 diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 8157875a..4137f0e2 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -94,6 +94,7 @@ todo # todo items (https://github.com/todotxt/todo.txt-cli) timewarrior # timewarrior tracking status (https://timewarrior.net/) taskwarrior # taskwarrior task count (https://taskwarrior.org/) + # arch # current CPU Architecture # time # current time # =========================[ Line #2 ]========================= newline # \n @@ -1541,6 +1542,10 @@ # P9K_WIFI_NOISE | noise in dBm, from -120 to 0 # P9K_WIFI_BARS | signal strength in bars, from 0 to 4 (derived from P9K_WIFI_RSSI and P9K_WIFI_NOISE) + ##############################[ arch: current cup architecture ]############################## + # Default CPU Aricheture (section is hidden when current architecture matches default) + # typeset -g POWERLEVEL9K_ARCH_DEFAULT='i386' + ####################################[ time: current time ]#################################### # Current time color. typeset -g POWERLEVEL9K_TIME_FOREGROUND=6 diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 90953751..55f9bdd0 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -94,6 +94,7 @@ todo # todo items (https://github.com/todotxt/todo.txt-cli) timewarrior # timewarrior tracking status (https://timewarrior.net/) taskwarrior # taskwarrior task count (https://taskwarrior.org/) + # arch # current CPU Architecture # time # current time # =========================[ Line #2 ]========================= newline @@ -1537,6 +1538,10 @@ # P9K_WIFI_NOISE | noise in dBm, from -120 to 0 # P9K_WIFI_BARS | signal strength in bars, from 0 to 4 (derived from P9K_WIFI_RSSI and P9K_WIFI_NOISE) + ##############################[ arch: current cup architecture ]############################## + # Default CPU Aricheture (section is hidden when current architecture matches default) + # typeset -g POWERLEVEL9K_ARCH_DEFAULT='i386' + ####################################[ time: current time ]#################################### # Current time color. typeset -g POWERLEVEL9K_TIME_FOREGROUND=66 diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 2f13370b..a8d2946b 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -95,6 +95,7 @@ todo # todo items (https://github.com/todotxt/todo.txt-cli) timewarrior # timewarrior tracking status (https://timewarrior.net/) taskwarrior # taskwarrior task count (https://taskwarrior.org/) + # arch # current CPU Architecture # time # current time # =========================[ Line #2 ]========================= newline @@ -1645,6 +1646,10 @@ # P9K_WIFI_NOISE | noise in dBm, from -120 to 0 # P9K_WIFI_BARS | signal strength in bars, from 0 to 4 (derived from P9K_WIFI_RSSI and P9K_WIFI_NOISE) + ##############################[ arch: current cup architecture ]############################## + # Default CPU Aricheture (section is hidden when current architecture matches default) + # typeset -g POWERLEVEL9K_ARCH_DEFAULT='i386' + ####################################[ time: current time ]#################################### # Current time color. typeset -g POWERLEVEL9K_TIME_FOREGROUND=0 |