commit c8f5da7dcdf2b8fadf814aee8df8c87ad0c2c83d
parent 68efdac630dec2f5afb09d57dfab45859032f937
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 10 Sep 2018 21:43:36 +0200
Use ncmpcpp instead of vimpc, drop https for dmi
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/links/bin/forecast b/links/bin/forecast
@@ -5,7 +5,7 @@ set -e
# DMI
#zipcode=7700 # Thisted
zipcode=9520 # Skoerping
-url="https://servlet.dmi.dk/byvejr/servlet/byvejr_dag1?by=${zipcode}&mode=long&eps=true"
+url="http://servlet.dmi.dk/byvejr/servlet/byvejr_dag1?by=${zipcode}&mode=long&eps=true"
# NWS: Plainsboro
#url='http://f1.weather.gov/meteograms/Plotter.php?lat=40.3308&lon=-74.5647&wfo=PHI&zcode=NJZ012&gset=20&gdiff=10&unit=0&tinfo=EY5&ahour=0&pcmd=11011111111110100000000000000000000000000000000000000000000&lg=en&indu=3!1!1!&dd=&bw=&hrspan=48&pqpfhr=6&psnwhr=6'
@@ -23,7 +23,7 @@ if [ $# -gt 0 ]; then
$open "http://www.dmi.dk/vejr/maalinger/radar-nedboer/"
exit 0
elif [ "$1" == "3-9" ]; then
- url="https://servlet.dmi.dk/byvejr/servlet/byvejr?by=${zipcode}&tabel=dag3_9&eps=true"
+ url="http://servlet.dmi.dk/byvejr/servlet/byvejr?by=${zipcode}&tabel=dag3_9&eps=true"
fi
fi
diff --git a/links/bin/tmux-utility.sh b/links/bin/tmux-utility.sh
@@ -32,7 +32,7 @@ then
tmux new-window -t $SESSION
tmux select-pane -t $SESSION:3.1
- tmux send-keys -t $SESSION "vimpc" C-m
+ tmux send-keys -t $SESSION "ncmpcpp" C-m
# optionally load additional windows
if [ "$1" = "seaice" ]; then