mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-06 02:15:52 +00:00
update eng readme and changlelog
This commit is contained in:
@ -1,6 +1,16 @@
|
||||
--- README.md.orig 2014-06-09 16:57:03.181101600 +0400
|
||||
+++ README.md 2014-07-08 10:09:15.338228176 +0400
|
||||
@@ -75,6 +75,10 @@
|
||||
--- README.md.orig 2014-07-08 12:10:47.217925504 +0400
|
||||
+++ README.md 2014-07-09 13:30:07.324141630 +0400
|
||||
@@ -60,6 +60,9 @@
|
||||
* tag `$ps` - list of running processes
|
||||
* tag `$pkgcountN` - number of packages, which available to upgrade for command N. For example, `$pkgcount0`
|
||||
* tag `$customN` - returns output for custom command N. For example, `$custom0`
|
||||
+* tag `$name` - name of the current desktop
|
||||
+* tag `$number` - number of the current desktop
|
||||
+* tag `$total` - total number of desktops
|
||||
|
||||
Label order will changed if you change slider position. HTML tags in label work normally.
|
||||
|
||||
@@ -75,6 +78,10 @@
|
||||
Advanced settings
|
||||
-----------------
|
||||
|
||||
@ -11,3 +21,58 @@
|
||||
**Vertical layout**
|
||||
|
||||
Use vertical layout instead of horizontal one.
|
||||
@@ -173,6 +180,10 @@
|
||||
|
||||
Commands, which will be run for custom label.
|
||||
|
||||
+**Desktop cmd**
|
||||
+
|
||||
+Type a command which will be run for desktop DataEngine. Default is `qdbus org.kde.kwin /KWin currentDesktop`.
|
||||
+
|
||||
**GPU device**
|
||||
|
||||
Select one of supported GPU devices. `auto` will enable auto selection, `disable` will disable definition of GPU states. Default is `auto`.
|
||||
@@ -208,10 +219,40 @@
|
||||
|
||||
Select one of supported music playes for player label.
|
||||
|
||||
-DataEngine configuration
|
||||
-------------------------
|
||||
+PTM desktop panel
|
||||
+=================
|
||||
+
|
||||
+Since version 1.11.0 PyTextMonitor provides a minimalistic panel for monitoring on desktops written on `C++`. And yes, it looks like the same panel in Awesome.
|
||||
+
|
||||
+Desktop panel configuration
|
||||
+---------------------------
|
||||
+
|
||||
+**Enable background**
|
||||
+
|
||||
+Uncheck to disable default background and set transparent one.
|
||||
+
|
||||
+**Vertical layout**
|
||||
+
|
||||
+Use vertical layout instead of horizontal one.
|
||||
+
|
||||
+**Add stretch**
|
||||
+
|
||||
+Add stretch (spacer) to the selected side of the widget.
|
||||
+
|
||||
+**Mark**
|
||||
+
|
||||
+Type symbol (or line) which will be shown if this desktop is active now.
|
||||
+
|
||||
+**Pattern tags**
|
||||
+
|
||||
+* tag `$mark` - show mark if this desktop is active
|
||||
+* tag `$name` - name of the current desktop
|
||||
+* tag `$number` - number of the current desktop
|
||||
+* tag `$total` - total number of desktops
|
||||
+
|
||||
+**Command**
|
||||
|
||||
-You may edit DataEngine configuration. It is `/usr/share/config/extsysmon.conf` or `$HOME/share/config/extsysmon.conf` depending on the type of installation. Uncomment needed line and edit it.
|
||||
+Type command which will be run on left click on the selected desktop. Available variables are same as for pattern. Default is `dbus org.kde.kwin /KWin setCurrentDesktop $number`.
|
||||
|
||||
Instruction
|
||||
===========
|
||||
|
Reference in New Issue
Block a user