diff --git a/index.html b/index.html index 89c876a..d4f8798 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,15 @@ color: #fff; } + #status { + text-align: left; + } + + #description { + font-size: small; + text-align: left; + } + #sleep { margin-top: 2em; } @@ -107,8 +116,21 @@
Scroll down for more
- Currently: - ... + + + + + + + + + + + +
Currently: + ... +
+
@@ -185,6 +207,7 @@ currentStatus = data; setText("status", data.title); + setText("description", data.description); if (data.title.toLowerCase() === "sleeping") { const remainingText = formatRemainingTime(data.remainingDuration);