mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
87 lines
3.4 KiB
Diff
87 lines
3.4 KiB
Diff
--- README.md.orig 2014-05-28 20:30:26.685205144 +0400
|
|
+++ README.md 2014-05-28 20:30:26.678538478 +0400
|
|
@@ -10,6 +10,7 @@
|
|
Configuration
|
|
-------------
|
|
For edited output you must open Settings window and setup output format in lines:
|
|
+
|
|
* tag `$time` - time in default format. For example, *fri Nov 6 04:48:01 2013*
|
|
* tag `$isotime` - time in iso format
|
|
* tag `$shorttime` - time in short locale format
|
|
@@ -27,9 +28,13 @@
|
|
* tag `$mem` - usage memory, *%*
|
|
* tag `$memmb` - usage memory, *MB*
|
|
* tag `$memgb` - usage memory, *GB*
|
|
+* tag `$memtotmb` - total RAM, *MB*
|
|
+* tag `$memtotgb` - total RAM, *GB*
|
|
* tag `$swap` - swap, *%*
|
|
* tag `$swapmb` - swap, *MB*
|
|
* tag `$swapgb` - swap, *GB*
|
|
+* tag `$swaptotmb` - total swap, *MB*
|
|
+* tag `$swaptotgb` - total swap, *GB*
|
|
* tag `$hddN` - usage for mount point N, *%*. For example, `$hdd0`
|
|
* tag `$hddmbN` - usage for mount point N, *MB*. For example, `$hddmb0`
|
|
* tag `$hddgbN` - usage for mount point N, *GB*. For example, `$hddgb0`
|
|
@@ -56,6 +61,13 @@
|
|
|
|
**NOTE** you don't may set to show `$cpu` tag in swap label for example. **`$cpu` will work only in cpu label**.
|
|
|
|
+Tips & tricks
|
|
+-------------
|
|
+
|
|
+You may use different colors for labels. Just put label text into html code. See [issue](https://github.com/arcan1s/pytextmonitor/issues/9) for more details.
|
|
+
|
|
+Numbering of elements of temperature, HDD usage, HDD speed, HDD temperature refers to elements order from second tab (*Advanced settings*). You should add item to the required listWidget first. And the first element in the listWidget will be `$tag0`. See [issue](https://github.com/arcan1s/pytextmonitor/issues/17) for more details.
|
|
+
|
|
Advanced settings
|
|
-----------------
|
|
**Custom time**
|
|
@@ -130,10 +142,6 @@
|
|
|
|
File with AC information. File (`/sys/class/power_supply/AC/online` by default) must contain `1` if AC is online.
|
|
|
|
-**Music player**
|
|
-
|
|
-Select one of supported music playes for player label.
|
|
-
|
|
Tooltip settings
|
|
----------------
|
|
Since version 1.7.0 CPU, CPU clock, memory, swap and network labels support graphical tooltip. To enable them just make the needed checkboxes a fully checked. The number of stored values can be set in the tab. Colors of graphs are configurable too.
|
|
@@ -148,11 +156,15 @@
|
|
|
|
**GPU device**
|
|
|
|
-Select one of supported GPU devices. `auto` will enable auto selection. Default is `auto`.
|
|
+Select one of supported GPU devices. `auto` will enable auto selection, `disable` will disable definition of GPU states. Default is `auto`.
|
|
|
|
**HDD**
|
|
|
|
-Select one of HDDs for HDD temperature monitor. `all` will enable monitor for all devices. Default is `all`.
|
|
+Select one of HDDs for HDD temperature monitor. `all` will enable monitor for all devices, `disable` will disable definition of HDD temperature. Default is `all`.
|
|
+
|
|
+**hddtemp cmd**
|
|
+
|
|
+Type a command which will be run for hddtemp DataEngine. Default is `sudo hddtemp`.
|
|
|
|
**MPD address**
|
|
|
|
@@ -172,6 +184,9 @@
|
|
* *FreeBSD*: `PKGCMD=pkg_version -I -l '<'`, `PKGNULL=0`
|
|
* *Mandriva*: `PKGCMD=urpmq --auto-select`, `PKGNULL=0`
|
|
|
|
+**Music player**
|
|
+
|
|
+Select one of supported music playes for player label.
|
|
|
|
DataEngine configuration
|
|
------------------------
|
|
@@ -191,7 +206,7 @@
|
|
---------------------
|
|
* proprietary video driver
|
|
* hddtemp (make sure that it may be run with `sudo` without password. Just add following line to `/etc/sudoers`: `$USERNAME ALL=NOPASSWD: /usr/bin/hddtemp`)
|
|
-* music player (amarok, mpd or qmmp)
|
|
+* music player (amarok, clementine, mpd or qmmp)
|
|
|
|
Make dependencies
|
|
-----------------
|