diff --git a/.bashrc b/.bashrc index 224bb44..f8e0ba4 100755 --- a/.bashrc +++ b/.bashrc @@ -149,9 +149,9 @@ alias td='todo done' alias te='todo edit' alias tj='todo jira' -alias wo='glow -p ~/sync/workout/workout.md' +alias wo='glow ~/sync/workout/workout.md' alias vwo='vim ~/sync/workout/workout.md' -alias pu='glow -p ~/sync/workout/pullup.md' +alias pu='glow ~/sync/workout/pullup.md' alias vpu='vim ~/sync/workout/pullup.md' diff --git a/.config/waybar/scripts/weather.py b/.config/waybar/scripts/weather.py index 63d1d11..e22864f 100755 --- a/.config/waybar/scripts/weather.py +++ b/.config/waybar/scripts/weather.py @@ -24,6 +24,7 @@ def get_weather_icon(description): "light intensity drizzle": "🌧️", "moderate rain": "🌧️", "rain": "🌧️", + "heavy intensity rain": "🌧️", "thunderstorm": "⛈️", "snow": "❄️", "mist": "🌫️",