From b1a5549678fd5f504c096ab589eeaa375c5ad91d Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 23 Jan 2024 23:58:21 +0200 Subject: Removed calendar script --- .config/eww/scripts/calendar | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 .config/eww/scripts/calendar (limited to '.config/eww') diff --git a/.config/eww/scripts/calendar b/.config/eww/scripts/calendar deleted file mode 100755 index a8d56fd..0000000 --- a/.config/eww/scripts/calendar +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -month=$(date +%m) -month=$((month + 1)) # for some reason eww gives the month as a zero-based integer - -echo $month -- cgit v1.2.3