aboutsummaryrefslogtreecommitdiff
path: root/.config/eww/scripts/calendar
blob: a8d56fd65c85f149bf3e0afb73f2c84a82505f87 (plain)
1
2
3
4
5
6
#!/bin/sh

month=$(date +%m)
month=$((month + 1)) # for some reason eww gives the month as a zero-based integer

echo $month