From b9baf4536d28344c9ab35be94491a5bdf342fd1a Mon Sep 17 00:00:00 2001 From: Richard Ziegler Date: Mon, 8 Mar 2021 00:53:13 -0500 Subject: [PATCH] added a better icon for the running containers in the config files --- config/p10k-classic.zsh | 2 +- config/p10k-lean-8colors.zsh | 2 +- config/p10k-lean.zsh | 2 +- config/p10k-rainbow.zsh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 1a200686..f63b433b 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -1195,7 +1195,7 @@ #############[ docker: shows the whale when online, and the # running and exited containers (https://www.docker.io/) ]############# # typeset -g POWERLEVEL9K_DOCKER_ICON='🐳' - # typeset -g POWERLEVEL9K_DOCKER_RUNNING_ICON='' + # typeset -g POWERLEVEL9K_DOCKER_RUNNING_ICON='' # typeset -g POWERLEVEL9K_DOCKER_PAUSED_ICON='' # typeset -g POWERLEVEL9K_DOCKER_EXITED_ICON='' diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 60fff2fe..eb2fe808 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -1143,7 +1143,7 @@ #############[ docker: shows the whale when online, and the # running and exited containers (https://www.docker.io/) ]############# # typeset -g POWERLEVEL9K_DOCKER_ICON='🐳' - # typeset -g POWERLEVEL9K_DOCKER_RUNNING_ICON='' + # typeset -g POWERLEVEL9K_DOCKER_RUNNING_ICON='' # typeset -g POWERLEVEL9K_DOCKER_PAUSED_ICON='' # typeset -g POWERLEVEL9K_DOCKER_EXITED_ICON='' diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index cb5993bc..307639a9 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -1139,7 +1139,7 @@ #############[ docker: shows the whale when online, and the # running and exited containers (https://www.docker.io/) ]############# # typeset -g POWERLEVEL9K_DOCKER_ICON='🐳' - # typeset -g POWERLEVEL9K_DOCKER_RUNNING_ICON='' + # typeset -g POWERLEVEL9K_DOCKER_RUNNING_ICON='' # typeset -g POWERLEVEL9K_DOCKER_PAUSED_ICON='' # typeset -g POWERLEVEL9K_DOCKER_EXITED_ICON='' diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 84fd27d5..2684bbab 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1261,7 +1261,7 @@ #############[ docker: shows the whale when online, and the # running and exited containers (https://www.docker.io/) ]############# # typeset -g POWERLEVEL9K_DOCKER_ICON='🐳' - # typeset -g POWERLEVEL9K_DOCKER_RUNNING_ICON='' + # typeset -g POWERLEVEL9K_DOCKER_RUNNING_ICON='' # typeset -g POWERLEVEL9K_DOCKER_PAUSED_ICON='' # typeset -g POWERLEVEL9K_DOCKER_EXITED_ICON=''