mirror of
				https://github.com/arcan1s/arcanis.me.git
				synced 2025-10-31 05:43:42 +00:00 
			
		
		
		
	fix some runglish
This commit is contained in:
		| @ -29,9 +29,9 @@ links: | |||||||
| --- | --- | ||||||
| <!-- info block --> | <!-- info block --> | ||||||
|  |  | ||||||
| A collection of minimalistic easily configurable Plasmoids written on `C++/Qt`. | A collection of minimalistic easily configurable Plasmoids written on `C++/Qt`, | ||||||
| They look like widgets in [Awesome WM](//awesome.naquadah.org/ "Awesome Homepage"). | which look like widgets in [Awesome WM](//awesome.naquadah.org/ "Awesome Homepage"). | ||||||
| Also this packages has an additional system [DataEngine] | Also it provides additional system [DataEngine] | ||||||
| (//techbase.kde.org/Development/Tutorials/Plasma/DataEngines "Developers tutorial"). | (//techbase.kde.org/Development/Tutorials/Plasma/DataEngines "Developers tutorial"). | ||||||
|  |  | ||||||
| <!--more--> | <!--more--> | ||||||
| @ -114,7 +114,7 @@ You may use different colours inside. Just put label text into html code. See | |||||||
| ### <a href="#deconf" class="anchor" id="deconf"><span class="octicon octicon-link"></span></a>DataEngine configuration | ### <a href="#deconf" class="anchor" id="deconf"><span class="octicon octicon-link"></span></a>DataEngine configuration | ||||||
|  |  | ||||||
| You may edit DataEngine configuration. It is `/etc/xdg/plasma-dataengine-extsysmon.conf` | You may edit DataEngine configuration. It is `/etc/xdg/plasma-dataengine-extsysmon.conf` | ||||||
| and `$HOME/.config/plasma-dataengine-extsysmon.conf`. Uncomment needed line and | and `$HOME/.config/plasma-dataengine-extsysmon.conf`. Uncomment required line and | ||||||
| edit it. | edit it. | ||||||
|  |  | ||||||
| ### <a href="#deoptions" class="anchor" id="deoptions"><span class="octicon octicon-link"></span></a>DataEngine options | ### <a href="#deoptions" class="anchor" id="deoptions"><span class="octicon octicon-link"></span></a>DataEngine options | ||||||
| @ -132,7 +132,7 @@ edit it. | |||||||
|  |  | ||||||
| ### <a href="#widconf" class="anchor" id="widconf"><span class="octicon octicon-link"></span></a>Widget configuration | ### <a href="#widconf" class="anchor" id="widconf"><span class="octicon octicon-link"></span></a>Widget configuration | ||||||
|  |  | ||||||
| For edited output you must open Settings window and setup output format. HTML | To edit output you need open Settings window and specify output format. HTML | ||||||
| tags work normally. | tags work normally. | ||||||
|  |  | ||||||
| Available flags are in the table below. | Available flags are in the table below. | ||||||
| @ -246,7 +246,7 @@ Available flags are in the table below. | |||||||
|  |  | ||||||
| ### <a href="#lambda" class="anchor" id="lambda"><span class="octicon octicon-link"></span></a>Lambda and template functions | ### <a href="#lambda" class="anchor" id="lambda"><span class="octicon octicon-link"></span></a>Lambda and template functions | ||||||
|  |  | ||||||
| Since version 3.0.0 the main widgets supports lambda functions, which are | Since version 3.0.0 the main widget supports lambda functions, which are | ||||||
| calculated at runtime. It may be declared by using `{% raw %}${{{% endraw %} | calculated at runtime. It may be declared by using `{% raw %}${{{% endraw %} | ||||||
| {% raw %}}}{% endraw %}` construction: | {% raw %}}}{% endraw %}` construction: | ||||||
|  |  | ||||||
| @ -260,7 +260,7 @@ three() | |||||||
| {% raw %}}}{% endraw %} | {% raw %}}}{% endraw %} | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| A functions inside will be interpret as JavaScript ones, any variables from main | A functions inside will be interpreted as JavaScript ones, any variables from main | ||||||
| body is supported, thus the following function: | body is supported, thus the following function: | ||||||
|  |  | ||||||
| ```javascript | ```javascript | ||||||
| @ -310,7 +310,7 @@ conditions. But please keep in mind that such runtime calculation may increase | |||||||
| CPU load. | CPU load. | ||||||
|  |  | ||||||
| Another feature which has been introduced with 3.1.0 is templates. It works in | Another feature which has been introduced with 3.1.0 is templates. It works in | ||||||
| the same way as lambda functions, but are calculated only once (at the start), | the same way as lambda functions, but they are calculated only once (at the start), | ||||||
| e.g.: | e.g.: | ||||||
|  |  | ||||||
| ```javascript | ```javascript | ||||||
| @ -327,8 +327,8 @@ will always show `3` and will not be calculated each time. | |||||||
|  |  | ||||||
| ### <a href="#functions" class="anchor" id="functions"><span class="octicon octicon-link"></span></a>Special functions | ### <a href="#functions" class="anchor" id="functions"><span class="octicon octicon-link"></span></a>Special functions | ||||||
|  |  | ||||||
| To allow some features with lambdas and templates with 3.1.0 has been introduced | To allow some features with lambdas and templates several internal functions | ||||||
| several internal functions. They have the same syntax: | have been introduced with 3.1.0. They have the same syntax: | ||||||
| `$aw_function<args>{% raw %}{{{% endraw %}body{% raw %}}}{% endraw %}`. | `$aw_function<args>{% raw %}{{{% endraw %}body{% raw %}}}{% endraw %}`. | ||||||
| where args may be optional. If there are several args they should be comma | where args may be optional. If there are several args they should be comma | ||||||
| separated. If you want to pass comma as arg use `$,`. If you want to use double | separated. If you want to pass comma as arg use `$,`. If you want to use double | ||||||
| @ -458,7 +458,7 @@ is `auto`. | |||||||
|  |  | ||||||
| ### <a href="#desktoppanel" class="anchor" id="desktoppanel"><span class="octicon octicon-link"></span></a>Desktop Panel | ### <a href="#desktoppanel" class="anchor" id="desktoppanel"><span class="octicon octicon-link"></span></a>Desktop Panel | ||||||
|  |  | ||||||
| Since version 1.11.0 it provides a minimalistic panel for monitoring on desktops. | Since version 1.11.0 it provides a minimalistic panel to control destops. | ||||||
| And yes, it looks like the same panel in Awesome. | And yes, it looks like the same panel in Awesome. | ||||||
|  |  | ||||||
| ### <a href="#dpconf" class="anchor" id="dpconf"><span class="octicon octicon-link"></span></a>Desktop panel configuration | ### <a href="#dpconf" class="anchor" id="dpconf"><span class="octicon octicon-link"></span></a>Desktop panel configuration | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user