mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
edited readme
This commit is contained in:
parent
12d506a16d
commit
62dd94a294
12
README.md
12
README.md
@ -65,28 +65,40 @@ Advanced settings
|
|||||||
* label `$m` - minutes without zero
|
* label `$m` - minutes without zero
|
||||||
* label `$ss` - seconds
|
* label `$ss` - seconds
|
||||||
* label `$s` - seconds without zero
|
* label `$s` - seconds without zero
|
||||||
|
|
||||||
**Custom uptime**
|
**Custom uptime**
|
||||||
* label `$ds` - uptime days
|
* label `$ds` - uptime days
|
||||||
* label `$hs` - uptime hours
|
* label `$hs` - uptime hours
|
||||||
* label `$ms` - uptime minutes
|
* label `$ms` - uptime minutes
|
||||||
|
|
||||||
**Temperature devices**
|
**Temperature devices**
|
||||||
List of devices, which will be observed in temp label (combo box items come from `sensors`). List widget is editable, delete key will remove current item.
|
List of devices, which will be observed in temp label (combo box items come from `sensors`). List widget is editable, delete key will remove current item.
|
||||||
|
|
||||||
**Mount points**
|
**Mount points**
|
||||||
List of mount points, which will be observed in hdd label (combo box items come from `mount`). List widget is editable, delete key will remove current item.
|
List of mount points, which will be observed in hdd label (combo box items come from `mount`). List widget is editable, delete key will remove current item.
|
||||||
|
|
||||||
**HDD**
|
**HDD**
|
||||||
List of hard disk devices, which will be observed in hddtem label (combo box items come from `find`). List widget is editable, delete key will remove current item.
|
List of hard disk devices, which will be observed in hddtem label (combo box items come from `find`). List widget is editable, delete key will remove current item.
|
||||||
|
|
||||||
**Network directory**
|
**Network directory**
|
||||||
Path to directory, which contains network devices information. Default is `/sys/class/net`. Required for auto select network device.
|
Path to directory, which contains network devices information. Default is `/sys/class/net`. Required for auto select network device.
|
||||||
|
|
||||||
**Network device**
|
**Network device**
|
||||||
Use specified device as active. Combo box items come from **network directory**. Will disable auto select network device.
|
Use specified device as active. Combo box items come from **network directory**. Will disable auto select network device.
|
||||||
|
|
||||||
**Battery device**
|
**Battery device**
|
||||||
File with battery information. File (`/sys/class/power_supply/BAT0/capacity` by default) should contain only battery charge in percent.
|
File with battery information. File (`/sys/class/power_supply/BAT0/capacity` by default) should contain only battery charge in percent.
|
||||||
|
|
||||||
**AC device**
|
**AC device**
|
||||||
File with AC information. File (`/sys/class/power_supply/AC/online` by default) must contain `1` if AC is online.
|
File with AC information. File (`/sys/class/power_supply/AC/online` by default) must contain `1` if AC is online.
|
||||||
|
|
||||||
**Music player**
|
**Music player**
|
||||||
Select one of supported music playes for player label.
|
Select one of supported music playes for player label.
|
||||||
|
|
||||||
**Custom command**
|
**Custom command**
|
||||||
|
|
||||||
**NOTE** This can cause the computer freeze.
|
**NOTE** This can cause the computer freeze.
|
||||||
|
|
||||||
A command, which will be run for custom label.
|
A command, which will be run for custom label.
|
||||||
|
|
||||||
DataEngine configuration
|
DataEngine configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user