changed background added stuff to weather.py

This commit is contained in:
opal
2024-06-04 12:44:25 -07:00
parent c8d671eaff
commit 758b1dca78
6 changed files with 4 additions and 3 deletions

View File

@@ -245,7 +245,7 @@ bindswitch --reload --locked lid:off output $laptop enable
# Monitors
# You can get the names of your outputs by running: swaymsg -t get_outputs
output HDMI-A-1 scale 2.0
output * bg /home/opal/.config/wallpapers/tropical-mountains.jpg fill
output * bg ~/.config/wallpapers/exterminator.png fill
bindsym $mod+Shift+m output "HDMI-A-1" enable
bindsym $mod+Shift+n output "HDMI-A-1" disable

View File

@@ -1,5 +1,5 @@
# Image
image=~/.config/wallpapers/tropical-mountains.jpg
image=~/.config/wallpapers/exterminator.png
scaling=fill
# Indicator

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@@ -26,6 +26,7 @@ def get_weather_icon(description):
"thunderstorm": "",
"snow": "",
"mist": "󰖑",
"haze": "󰖑"
}
return icons.get(description, "")