make kitty background more opaque and fix weather python script
This commit is contained in:
parent
c4c0e98cfa
commit
5c2dff0b0e
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
foreground #f8f8f2
|
foreground #f8f8f2
|
||||||
background #282a36
|
background #282a36
|
||||||
background_opacity 0.5
|
background_opacity 0.2
|
||||||
selection_foreground #ffffff
|
selection_foreground #ffffff
|
||||||
selection_background #44475a
|
selection_background #44475a
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ temp_min_max = f" {temp_min}\t\t {temp_max}"
|
||||||
# print(temp_min_max)
|
# print(temp_min_max)
|
||||||
|
|
||||||
# wind speed
|
# wind speed
|
||||||
wind_speed = html_data("span[data-testid='Wind']").text().split("\n")[1]
|
wind_speed = str(html_data("span[data-testid='Wind']").text())
|
||||||
wind_text = f" {wind_speed}"
|
wind_text = f" {wind_speed}"
|
||||||
# print(wind_text)
|
# print(wind_text)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue