summary refs log tree commit diff
path: root/.config/waybar/modules/covid.sh
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-05-31 16:40:10 +0200
committerRobert Günzler <r@gnzler.io>2021-05-31 16:43:35 +0200
commitf9a2f1f9b6bb223dd1f52cf78392c2dd640730f3 (patch)
tree3faf261fe5ae95e5dead6ee01936b201291319ba /.config/waybar/modules/covid.sh
parentae795bd39751b6c385193c1fc99a0f88e399e2d6 (diff)
waybar: various updates
* add extension to config file
* covid: use tail vs head for historical data
* remove network.vpn
* gamma: change name from gammastep
Diffstat (limited to '.config/waybar/modules/covid.sh')
-rwxr-xr-x.config/waybar/modules/covid.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/modules/covid.sh b/.config/waybar/modules/covid.sh
index 558c2c5..9f1860c 100755
--- a/.config/waybar/modules/covid.sh
+++ b/.config/waybar/modules/covid.sh
@@ -71,7 +71,7 @@ tooltip="
 last update: ${last_update}
 
 history (${trend_arrow}):
-$(awk -F, '{print $1 " " $2}' ${HISTFILE} | head -n10)
+$(awk -F, '{print $1 " " $2}' ${HISTFILE} | tail -n10)
 "
 
 jq -nr \