|
|
|
@ -116,7 +116,7 @@ tooltip_text = str.format( |
|
|
|
|
|
|
|
|
|
|
|
# print waybar module data |
|
|
|
# print waybar module data |
|
|
|
out_data = { |
|
|
|
out_data = { |
|
|
|
"text": f"{icon} {temp}", |
|
|
|
"text": f"{icon} {temp}", |
|
|
|
"alt": status, |
|
|
|
"alt": status, |
|
|
|
"tooltip": tooltip_text, |
|
|
|
"tooltip": tooltip_text, |
|
|
|
"class": status_code, |
|
|
|
"class": status_code, |
|
|
|
|