diff options
Diffstat (limited to 'rsblocks.yml')
-rw-r--r-- | rsblocks.yml | 9 |
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 |