diff --git a/.local/bin/chromium-wayland b/.local/bin/chromium-wayland new file mode 100755 index 0000000..4ed7436 --- /dev/null +++ b/.local/bin/chromium-wayland @@ -0,0 +1,3 @@ +#!/bin/sh +#chromium --enable-features=UseOzonePlatform --ozone-platform=wayland "$@" +chromium --ozone-platform-hint=auto "$@" diff --git a/.local/scripts/update-weather.sh b/.local/scripts/update-weather.sh index 73af7b0..3302007 100755 --- a/.local/scripts/update-weather.sh +++ b/.local/scripts/update-weather.sh @@ -2,7 +2,6 @@ [ "$1" = "-i" ] && sleep 10 -#UPDATE="$(curl --connect-timeout 30 "wttr.in/Huntsville+Alabama?format=1")" # > ~/.cache/wttr UPDATE="$(curl --connect-timeout 30 "wttr.in/?format=1")" # > ~/.cache/wttr echo $UPDATE | wc -m