diff options
author | listout <listout@protonmail.com> | 2022-04-25 14:10:44 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-04-25 14:10:44 +0530 |
commit | 97c34228938130ac68f4e23d59998472ddc7176d (patch) | |
tree | 8749fa97295d1c837d04ffaa2595e297d16edf8b /.config | |
parent | af2632c3aeacbed35bceb1722e30fd715fd14726 (diff) |
config: polybar: Minor modifications
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config')
-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} |