Merge branch 'master' of https://git.ahubbard.xyz/alex/dotfiles
commit
f1712213ee
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
#chromium --enable-features=UseOzonePlatform --ozone-platform=wayland "$@"
|
||||
chromium --ozone-platform-hint=auto "$@"
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue