mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-25 22:22:31 +01:00
Added async docker segment to display number of running, paused and exited containers.
This commit is contained in:
parent
3920940ea8
commit
1878d67bfa
7 changed files with 142 additions and 0 deletions
|
|
@ -144,6 +144,9 @@ function _p9k_init_icons() {
|
|||
PACKAGE_ICON 'pkg'
|
||||
JULIA_ICON 'jl'
|
||||
SCALA_ICON 'scala'
|
||||
DOCKER_ICON '\UE7B0'
|
||||
ONLINE_ICON '\UF111'
|
||||
PAUSE_ICON '\UF04C' #
|
||||
)
|
||||
;;
|
||||
'awesome-fontconfig')
|
||||
|
|
@ -272,6 +275,9 @@ function _p9k_init_icons() {
|
|||
PACKAGE_ICON 'pkg'
|
||||
JULIA_ICON 'jl'
|
||||
SCALA_ICON 'scala'
|
||||
DOCKER_ICON '\UE7B0'
|
||||
ONLINE_ICON '\UF111'
|
||||
PAUSE_ICON '\UF04C' #
|
||||
)
|
||||
;;
|
||||
'awesome-mapped-fontconfig')
|
||||
|
|
@ -403,6 +409,9 @@ function _p9k_init_icons() {
|
|||
PACKAGE_ICON 'pkg'
|
||||
JULIA_ICON 'jl'
|
||||
SCALA_ICON 'scala'
|
||||
DOCKER_ICON '\UE7B0'
|
||||
ONLINE_ICON '\UF111'
|
||||
PAUSE_ICON '\UF04C' #
|
||||
)
|
||||
;;
|
||||
'nerdfont-complete'|'nerdfont-fontconfig')
|
||||
|
|
@ -532,6 +541,9 @@ function _p9k_init_icons() {
|
|||
PACKAGE_ICON '\uF8D6' #
|
||||
JULIA_ICON '\uE624' #
|
||||
SCALA_ICON '\uE737' #
|
||||
DOCKER_ICON '\UE7B0' #
|
||||
ONLINE_ICON '\UF111' #
|
||||
PAUSE_ICON '\UF04C' #
|
||||
)
|
||||
;;
|
||||
ascii)
|
||||
|
|
@ -658,6 +670,9 @@ function _p9k_init_icons() {
|
|||
PACKAGE_ICON 'pkg'
|
||||
JULIA_ICON 'jl'
|
||||
SCALA_ICON 'scala'
|
||||
DOCKER_ICON 'docker'
|
||||
ONLINE_ICON 'o'
|
||||
PAUSE_ICON '"'
|
||||
)
|
||||
;;
|
||||
*)
|
||||
|
|
@ -786,6 +801,9 @@ function _p9k_init_icons() {
|
|||
PACKAGE_ICON 'pkg'
|
||||
JULIA_ICON 'jl'
|
||||
SCALA_ICON 'scala'
|
||||
DOCKER_ICON '\UE7B0'
|
||||
ONLINE_ICON '\UF111'
|
||||
PAUSE_ICON '\UF04C' #
|
||||
)
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue