aboutsummaryrefslogtreecommitdiff
path: root/rsblocks.yml
diff options
context:
space:
mode:
authorMustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com>2021-09-05 17:22:33 +0300
committerGitHub <noreply@github.com>2021-09-05 17:22:33 +0300
commitae533f1fe7675efb8b63f0a176e1fafa23dd94f9 (patch)
tree7614b39133d62132720e523ab51c6f6e032bde17 /rsblocks.yml
parenta66c94a1f836b56897a3b5151f93aaa327efc6bd (diff)
Dev (#63)
* Closes #62 added brightness block
Diffstat (limited to 'rsblocks.yml')
-rw-r--r--rsblocks.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/rsblocks.yml b/rsblocks.yml
index f0d6bcf..b9e13ba 100644
--- a/rsblocks.yml
+++ b/rsblocks.yml
@@ -11,6 +11,15 @@ time:
icon: ''
+# Display brightness percentage
+brightness:
+ icon: ''
+ delay: 60.0
+ enabled: false
+ # read the output of the command "ls /sys/class/backlight" to match with the path below
+ path: '/sys/class/backlight/intel_backlight'
+
+
# Time of the system has been running
uptime:
delay: 15.0