From eed6d9ec53c226885d3ff34f382d8b721d40d9b7 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 21 Dec 2020 09:07:14 +0100 Subject: [PATCH] fixed octal interpretation of hours (roughly) --- .local/bin/statusbar/appointments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/statusbar/appointments b/.local/bin/statusbar/appointments index f56530c..bcf5d7f 100755 --- a/.local/bin/statusbar/appointments +++ b/.local/bin/statusbar/appointments @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/zsh #Print the next appointment for the day for statusbar #or generate notification for upcoming appointment diff=$(calcurse --next | tail -n1 | sed 's/^\s*//; s/\[//;s/\]//' | cut -f1 -d ' ')