summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorbrent-moffit <72231013+brent-moffit@users.noreply.github.com>2022-02-03 04:47:46 +0300
committerbrent-moffit <72231013+brent-moffit@users.noreply.github.com>2022-02-03 04:47:46 +0300
commitc5203a3da2a8814992c91b20f8246b19ea88401c (patch)
tree9eadfe6e85977546d9e673d22600b5011c3a34fa /config
parent8a676a9157d2b0e00e88d06456ac7317f11c0317 (diff)
Add `arch` prompt for displaying CPU architecture
Adds the `arch` prompt to `p10k.zsh`, `ARCH_ICON` to `icons.zsh`, and commented entries in the default configs
Diffstat (limited to 'config')
-rw-r--r--config/p10k-classic.zsh5
-rw-r--r--config/p10k-lean-8colors.zsh5
-rw-r--r--config/p10k-lean.zsh5
-rw-r--r--config/p10k-rainbow.zsh5
4 files changed, 20 insertions, 0 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index 21ca0155..010459b4 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.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
@@ -1549,6 +1550,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 dc96d4df..a0e3e5bb 100644
--- a/config/p10k-lean-8colors.zsh
+++ b/config/p10k-lean-8colors.zsh
@@ -93,6 +93,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
@@ -1530,6 +1531,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 fc3f20d7..4b6519d7 100644
--- a/config/p10k-lean.zsh
+++ b/config/p10k-lean.zsh
@@ -93,6 +93,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
@@ -1526,6 +1527,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 ef5b444e..ed850ba4 100644
--- a/config/p10k-rainbow.zsh
+++ b/config/p10k-rainbow.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
@@ -1634,6 +1635,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