From c359983858a141b5483f9509237e344f96dbd0c1 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 30 May 2022 23:42:48 -0500 Subject: [PATCH 1/2] added chromium-wayland --- .local/bin/chromium-wayland | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .local/bin/chromium-wayland 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 "$@" From 7d4dbe8ffaa7d8ad729d1ce23cb57357107221a0 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 31 May 2022 00:37:01 -0500 Subject: [PATCH 2/2] small change --- .local/scripts/update-weather.sh | 1 - 1 file changed, 1 deletion(-) 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