aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2022-09-24 12:02:43 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2022-09-24 12:04:09 +0200
commit22268ab73d24c9e6f9c2a158378095d5676bc01f (patch)
tree6a13783cf2cf06d59ef8700c12fda36ad1d4d5cb
parent24e40c12d2dded4e4a94d28b0b3cfc1e228fb9e5 (diff)
tailor.lisp: Fix timeout
-rw-r--r--tailor.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tailor.lisp b/tailor.lisp
index 11bc51a..acd7512 100644
--- a/tailor.lisp
+++ b/tailor.lisp
@@ -177,7 +177,7 @@ of `GTK_THEME', or if a matching theme name, it will always choose that theme on
(local-time:timestamp-to-universal light-theme-threshold)
:absolute-p t
:repeat-interval (* 24 60 60)))
- (sleep 0.001)
+ (sleep 0.01)
(unless *dark-theme-timer*
(sb-ext:schedule-timer (setf *dark-theme-timer*
(sb-ext:make-timer (lambda ()