diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-09-01 12:01:24 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-09-01 12:03:55 +0300 |
commit | cababbeee2f28c0c557522ef82fad44ac1952ba8 (patch) | |
tree | 80ecfe8a592340caac7a3cc38cd41886dc9803c3 /config/p10k-classic.zsh | |
parent | dd5948e5e32da92c608f880eb6f8ceccdf6ec909 (diff) |
wifi on linux: fix bugs and speed things up
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index d17791c4..354db384 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -1475,15 +1475,11 @@ # Parameter | Meaning # ----------------------+--------------- # P9K_WIFI_SSID | service set identifier, a.k.a. network name - # P9K_WIFI_LINK_AUTH | authentication protocol such as "wpa2-psk" or "none" + # P9K_WIFI_LINK_AUTH | authentication protocol such as "wpa2-psk" or "none"; empty if unknown # P9K_WIFI_LAST_TX_RATE | wireless transmit rate in megabits per second # P9K_WIFI_RSSI | signal strength in dBm, from -120 to 0 # 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) - # - # All parameters except P9K_WIFI_BARS are extracted from the output of the following command: - # - # /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I ####################################[ time: current time ]#################################### # Current time color. |