summary refs log tree commit diff
path: root/.config/waybar/modules/covid.sh
diff options
context:
space:
mode:
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 \