@@ 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