From 484591ddc6ad538a9c9069380849c260994eed31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kintzi?= Date: Sun, 12 Nov 2023 12:45:57 +0100 Subject: [PATCH] Add information about default values for settings --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c0349b..d1ddc16 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,9 @@ following settings: - `notificationIcon`: This option allows to set notification icon. +- `ueventFile`: Specifies the file that keeps infomation about the battery + status (the default file is "/sys/class/power_supply/BAT0/uevent") + ### DateTime The DateTime widget displays the current date and time. It has one @@ -161,8 +164,12 @@ the following settings: - `format`: Determines how the widget is displayed. The default format is `{temp:%d} {fan:%d}`. -- `tempInput`: Specifies the file that keeps the current temperature. -- `fanInput`: Specifies the file that keeps the current fan speed. + +- `tempInput`: Specifies the file that keeps the current temperature (the + default file is "/sys/class/hwmon/hwmon3/temp1_input") + +- `fanInput`: Specifies the file that keeps the current fan speed (the default + file is "/sys/class/hwmon/hwmon3/fan1_input") ### Volume -- 2.45.2