Skip to content

Commit 0d3f792

Browse files
block time alert
1 parent 362465d commit 0d3f792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GeekTool/network.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<script>
5858

59-
const BLOCK_TIME_ALERT = 120;
59+
const BLOCK_TIME_ALERT = 180;
6060

6161
var solutionCount = __SolutionCount__;
6262
var blockOverdue = false;

Rainmeter/Skins/MVis/@Resources/MVis.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ end
66

77
function Update()
88

9-
local BLOCK_TIME_ALERT = 120
9+
local BLOCK_TIME_ALERT = 180
1010

1111
if SELF:GetName() == "Measure_BlockTimeCounter" then
1212
-- read the value of Measure_BlockTime and display it as minutes:seconds. after 120 seconds, turn the

0 commit comments

Comments
 (0)