summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:54:18 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:54:18 +0100
commitba10d9b4d716a76c9a51feb8ed4934aacb5156ed (patch)
tree4881b63011d445651f1f1b70df76cba648651545 /examples
parentFix typoes (diff)
downloadblueshift-master.tar.gz
blueshift-master.tar.bz2
blueshift-master.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'examples')
-rw-r--r--examples/battery2
-rw-r--r--examples/comprehensive4
-rw-r--r--examples/lisp-esque.conf6
3 files changed, 6 insertions, 6 deletions
diff --git a/examples/battery b/examples/battery
index 99e7e0f..2981adb 100644
--- a/examples/battery
+++ b/examples/battery
@@ -58,7 +58,7 @@ def get_capacity():
return (discharging, capacity)
-# Lets wait only 30 seconds, instead of a minute before running again.
+# Let's wait only 30 seconds, instead of a minute before running again.
wait_period = 30
# Do not fade in or out.
diff --git a/examples/comprehensive b/examples/comprehensive
index 24393bc..57d5b45 100644
--- a/examples/comprehensive
+++ b/examples/comprehensive
@@ -239,7 +239,7 @@ gamma_blue_day, gamma_blue_night, gamma_blue_default = [1], [1], [1]
# is exactly 2,2 and the colours look correct in relation
# too each other. It is supported to have different settings
# at day and night because there are no technical limitings
-# and it can presumable increase readability on text when
+# and it can presumably increase readability on text when
# the colour temperature is low.
@@ -536,7 +536,7 @@ def periodically(year, month, day, hour, minute, second, weekday, fade):
else:
apply_curves(monitors[m % len(monitors)])
- # Lets wait only 5 seconds, instead of a minute before running again.
+ # Let's wait only 5 seconds, instead of a minute before running again.
wait_period = 5
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf
index 62774ec..c2ac953 100644
--- a/examples/lisp-esque.conf
+++ b/examples/lisp-esque.conf
@@ -54,7 +54,7 @@
; You can also store the text "(coordinates 59.3472 18.0728)" in
; file named ~/.location:
; :include "~/.location"
- ; A more advance alternative is to have a Python file named "~/.location.py"
+ ; A more advanced alternative is to have a Python file named "~/.location.py"
; that is parsed and have its function `location` invoked with not arguments:
; (source "~/.location.py")
; (coordinates :eval "location()")
@@ -152,7 +152,7 @@
; what you are looking for.
### --- EXPERT LEVEL ---
- ; If you want a more advance calculation of the correlated colour
+ ; If you want a more advanced calculation of the correlated colour
; temperature you can replace (temperature) in the step about with
; (temperature') and add the following *before* it:
; (compose temperature' temperature as-is (divide_by_maximum cmf_10deg))
@@ -275,7 +275,7 @@
;; is exactly 2,2 and the colours look correct in relation
;; too each other. It is supported to have different settings
;; at day and night because there are no technical limitings
- ;; and it can presumable increase readability on text when
+ ;; and it can presumably increase readability on text when
;; the colour temperature is low.