add visual expansion to wizard for vifm

This commit is contained in:
Faddeev-Popov 2025-06-11 00:03:40 -04:00
parent 9b3fc772e4
commit ff6f434aa9
2 changed files with 12 additions and 10 deletions

View File

@ -5384,17 +5384,17 @@ _p9k_prompt_wifi_async() {
# Output example (https://github.com/romkatv/powerlevel10k/pull/973#issuecomment-680251804): # Output example (https://github.com/romkatv/powerlevel10k/pull/973#issuecomment-680251804):
# #
# Connected to 74:83:c2:be:76:da (on wlp3s0) # Connected to 74:83:c2:be:76:da (on wlp3s0)
# SSID: DailyGrindGuest1 # SSID: DailyGrindGuest1
# freq: 5745 # freq: 5745
# RX: 35192066 bytes (27041 packets) # RX: 35192066 bytes (27041 packets)
# TX: 4090471 bytes (24287 packets) # TX: 4090471 bytes (24287 packets)
# signal: -52 dBm # signal: -52 dBm
# rx bitrate: 243.0 MBit/s VHT-MCS 6 40MHz VHT-NSS 2 # rx bitrate: 243.0 MBit/s VHT-MCS 6 40MHz VHT-NSS 2
# tx bitrate: 240.0 MBit/s VHT-MCS 5 40MHz short GI VHT-NSS 2 # tx bitrate: 240.0 MBit/s VHT-MCS 5 40MHz short GI VHT-NSS 2
# #
# bss flags: short-slot-time # bss flags: short-slot-time
# dtim period: 1 # dtim period: 1
# beacon int: 100 # beacon int: 100
lines=(${(f)"$(command iw dev $iface link)"}) || return 0 lines=(${(f)"$(command iw dev $iface link)"}) || return 0
local -a match mbegin mend local -a match mbegin mend
for line in $lines; do for line in $lines; do

View File

@ -1750,6 +1750,8 @@ function generate_config() {
sub RANGER_VISUAL_IDENTIFIER_EXPANSION "'▲'" sub RANGER_VISUAL_IDENTIFIER_EXPANSION "'▲'"
uncomment 'typeset -g POWERLEVEL9K_YAZI_VISUAL_IDENTIFIER_EXPANSION' uncomment 'typeset -g POWERLEVEL9K_YAZI_VISUAL_IDENTIFIER_EXPANSION'
sub YAZI_VISUAL_IDENTIFIER_EXPANSION "'▲'" sub YAZI_VISUAL_IDENTIFIER_EXPANSION "'▲'"
uncomment 'typeset -g POWERLEVEL9K_VIFM_VISUAL_IDENTIFIER_EXPANSION'
sub VIFM_VISUAL_IDENTIFIER_EXPANSION "'▲'"
uncomment 'typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION' uncomment 'typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION'
sub KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION "'○'" sub KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION "'○'"
uncomment 'typeset -g POWERLEVEL9K_AZURE_VISUAL_IDENTIFIER_EXPANSION' uncomment 'typeset -g POWERLEVEL9K_AZURE_VISUAL_IDENTIFIER_EXPANSION'