Skip to content

Commit

Permalink
fix: πŸ› timeout reduced to 1 mins
Browse files Browse the repository at this point in the history
this commit reduces the timer duration for fadeout

BREAKING CHANGE: 🧨 NA

βœ… Closes: NA
  • Loading branch information
mikr13 committed Apr 4, 2021
1 parent ace33ad commit 8a61e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relax-a-little",
"version": "0.2.2",
"version": "0.2.3",
"description": "this extension provides tools to relax like giving reminders to look somewhere else, drink water, walk or do some lunges. comes with lot of configurations to control time of reminder, interval, water drinking intervals and more",
"displayName": "relax a little",
"publisher": "open-devs",
Expand Down Expand Up @@ -122,7 +122,7 @@
"description": "time in minutes until theme colors start fading out."
},
"relax.winddownDurationMinutes": {
"minimum": 3,
"minimum": 1,
"type": "number",
"default": 3,
"description": "time in minutes until theme colors have fully faded out."
Expand Down

0 comments on commit 8a61e8a

Please sign in to comment.