diff options
author | listout <listout@protonmail.com> | 2022-06-18 05:33:23 +0000 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-06-18 05:33:23 +0000 |
commit | 95082b11c851d1e732daa8d801f9a3d49daafe3d (patch) | |
tree | 3feb11d6b2d5697633261861fda9eb5eb4bab19c /.config/polybar | |
parent | 44e9ac6fee76125beec6bc6b15c3847b298469b1 (diff) | |
parent | 66467a4bf483eaab6bb1d8224c4929f2826aa0c7 (diff) |
Merge branch 'nord' into 'master'
shell: prompt: update pure prompt
See merge request listout/dots!1
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index e6b536c..d61be7f 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -106,7 +106,7 @@ base-temperature=38 warn-temperature=70 format=<label> format-warn=<label-warn> -label=TEMP: %temperature-c% +label=Temp: %temperature-c% label-warn=TEMP: %temperature-c% label-foreground = ${colors.foreground} @@ -173,7 +173,7 @@ label-empty-background = ${colors.background} type=internal/network interface=wlan0 interval=1.0 -label-connected=%local_ip% +label-connected=%essid% %local_ip% label-disconnected="" label-connected-foreground = ${colors.foreground} |