diff options
Diffstat (limited to '.config/eww/scripts')
| -rwxr-xr-x | .config/eww/scripts/calendar | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
