chromebook
Alex 2022-05-31 01:24:18 -05:00
commit f1712213ee
2 changed files with 3 additions and 1 deletions

3
.local/bin/chromium-wayland Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
#chromium --enable-features=UseOzonePlatform --ozone-platform=wayland "$@"
chromium --ozone-platform-hint=auto "$@"

View File

@ -2,7 +2,6 @@
[ "$1" = "-i" ] && sleep 10 [ "$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 UPDATE="$(curl --connect-timeout 30 "wttr.in/?format=1")" # > ~/.cache/wttr
echo $UPDATE | wc -m echo $UPDATE | wc -m