diff options
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} |