Skip to content

Commit

Permalink
Update fireworks dates
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Dec 28, 2023
1 parent d277a9b commit 2295769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ holidays.schedule = {
easter = date_range_predicate({month=3, day=27}, {month=4, day=1}), -- 2024 date
fireworks = or_(
date_range_predicate({month=7, day=2}, {month=7, day=5}), -- july 4th
date_range_predicate({month=12, day=31}, {month=1, day=1}) -- new years
date_range_predicate({month=12, day=27}, {month=1, day=10}) -- new years
),
winter = date_range_predicate({month=12, day=21}, {month=1, day=1}),
presents = date_range_predicate({month=11, day=6}, {month=1, day=15}),
Expand Down

0 comments on commit 2295769

Please sign in to comment.