mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-25 07:57:19 +00:00
yae
This commit is contained in:
parent
62dd94a294
commit
b11b4d2462
12
README.md
12
README.md
@ -49,6 +49,7 @@ Label order will changed if you change slider position. HTML tags in label work
|
|||||||
Advanced settings
|
Advanced settings
|
||||||
-----------------
|
-----------------
|
||||||
**Custom time**
|
**Custom time**
|
||||||
|
|
||||||
* label `$dddd` - weekday in long format
|
* label `$dddd` - weekday in long format
|
||||||
* label `$ddd` - weekday in short format
|
* label `$ddd` - weekday in short format
|
||||||
* label `$dd` - day
|
* label `$dd` - day
|
||||||
@ -67,37 +68,46 @@ Advanced settings
|
|||||||
* 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user