~rkintzi/statusbar

484591ddc6ad538a9c9069380849c260994eed31 — RadosÅ‚aw Kintzi 10 months ago ee80320
Add information about default values for settings
1 files changed, 9 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +9 -2
@@ 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