make kitty background more opaque and fix weather python script

This commit is contained in:
Simon Belmont 2025-04-07 14:23:01 -04:00
parent c4c0e98cfa
commit 5c2dff0b0e
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
foreground #f8f8f2
background #282a36
background_opacity 0.5
background_opacity 0.2
selection_foreground #ffffff
selection_background #44475a

View file

@ -76,7 +76,7 @@ temp_min_max = f" {temp_min}\t\t {temp_max}"
# print(temp_min_max)
# 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}"
# print(wind_text)