You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-32Lines changed: 30 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -8,30 +8,30 @@ PyTextMonitor is a minimalistic Plasmoid script written on Python2. It looks lik
8
8
Configuration
9
9
-------------
10
10
For edited output you must open Settings window and setup output format in lines:
11
-
* label "$uptime" means uptime, ---d--h--m
12
-
* label "$cpu" means total load cpu, %
13
-
* label "$ccpu" means load CPU for each core, %
14
-
* label "$cpucl" - average cpu clock, MHz
15
-
* label "$ccpucl" - cpu clock for each core, MHz
16
-
* label "$temp" - average temperature in system
17
-
* label "$gpu" - GPU usage, %. `aticonfig` or `nvidia-smi` must be installed
18
-
* label "$gputemp" - GPU temperature. `aticonfig` or `nvidia-smi` must be installed
19
-
* label "$mem" - usage memory, %
20
-
* label "$memmb" - usage memory, MB
21
-
* label "$swap" - swap, %
22
-
* label "$swapmb" - swap, MB
23
-
* label "@@/@@" (in hdd label) - mount point ('/' in example) usage, %. Separator for mount points list is ';', for example "@@/;/home;/mnt/global@@". `hddtemp` must be installed
24
-
* label "@@/dev/sda@@" (in hddtemp label) - HDD ('/dev/sda' in example) temperature
25
-
* label "$net" - download and upload speed, KB/s. You may specify network device: something like @@eth0@@
26
-
* label "$netdev" - current network device
27
-
* label "$bat" - battery charge, %. Battery device may be set below. File ("/sys/class/power_supply/BAT0/capacity" by default) must contain only battery charge in percent
28
-
* label "$ac" - status AC device. Return (*) if AC device is online or ( ) if offline. AC device may be set below. FIle ("/sys/class/power_supply/AC/online" by default) must contain '1' if AC is online
29
-
* label "$artist" - current song artist. One of supported music players must be installed
30
-
* label "$title" - current song title. One of supported music players must be installed
11
+
* label `$uptime` means uptime, <i>---d--h--m</i>
12
+
* label `$cpu` means total load cpu, <i>%</i>
13
+
* label `$ccpu` means load CPU for each core, <i>%</i>
14
+
* label `$cpucl` - average cpu clock, <i>MHz</i>
15
+
* label `$ccpucl` - cpu clock for each core, <i>MHz</i>
16
+
* label `$temp` - average temperature in system
17
+
* label `$gpu` - GPU usage, <i>%</i>. `aticonfig` or `nvidia-smi` must be installed
18
+
* label `$gputemp` - GPU temperature. `aticonfig` or `nvidia-smi` must be installed
19
+
* label `$mem` - usage memory, <i>%</i>
20
+
* label `$memmb` - usage memory, <i>MB</i>
21
+
* label `$swap` - swap, <i>%</i>
22
+
* label `$swapmb` - swap, <i>MB</i>
23
+
* label `@@/@@` (in hdd label) - mount point (`/` in example) usage, <i>%</i>. Separator for mount points list is `;`, for example `@@/;/home;/mnt/global@@`
24
+
* label `@@/dev/sda@@` (in hddtemp label) - HDD (`/dev/sda` in example) temperature. `hddtemp` must be installed
25
+
* label `$net` - download and upload speed, <i>KB/s</i>. You may specify network device: something like `@@eth0@@`
26
+
* label `$netdev` - current network device
27
+
* label `$bat` - battery charge, <i>%</i>. Battery device may be set below. File (`/sys/class/power_supply/BAT0/capacity` by default) must contain only battery charge in percent
28
+
* label `$ac` - status AC device. Return <i>(*)</i> if AC device is online or <i>( )</i> if offline. AC device may be set below. FIle (`/sys/class/power_supply/AC/online` by default) must contain `1` if AC is online
29
+
* label `$artist` - current song artist. One of supported music players must be installed
30
+
* label `$title` - current song title. One of supported music players must be installed
31
31
32
32
Label order will changed if you change slider position. HTML tags in label work normally.
33
33
34
-
**NOTE** you don't may set to show $cpu in swap label for example. $cpu will work only in cpu label.
34
+
**NOTE** you don't may set to show $cpu in swap label for example. <b>$cpu will work only in cpu label</b>.
0 commit comments