From 9551cdac86f03b0b4cb1000819e1c95362763de7 Mon Sep 17 00:00:00 2001 From: opal Date: Mon, 19 May 2025 13:07:27 -0700 Subject: [PATCH] stuff --- .bashrc | 4 ++-- .config/waybar/scripts/weather.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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": "🌫️",