[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 01/01: Updated README file

noreply at xfce.org noreply at xfce.org
Tue Apr 14 03:51:18 CEST 2020


This is an automated email from the git hooks/post-receive script.

T   o   Z       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-genmon-plugin.

commit fce4b0fe065ce3ecd53427d7c6125b0d38e0a4b0
Author: ToZ <tony.paulic at gmail.com>
Date:   Mon Apr 13 21:51:01 2020 -0400

    Updated README file
---
 README | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/README b/README
index aa79cc7..fa89c32 100644
--- a/README
+++ b/README
@@ -66,9 +66,11 @@ XML string.
 The XML tags which can be used are :
 <txt>Text to display</txt>
 <img>Path to the image to display</img>
+<click>The command to be executed when clicking on the image</click>
 <tool>Tooltip text</tool>
 <bar>Pourcentage to display in the bar</bar>
-<click>The command to be executed when clicking on the image</click>
+<icon>Name of an icon from your current icon theme to display</icon>
+<iconclick>The command to be executed when clicking on the icon</iconclick>
 
 If None of the tags are detected in the result of the command, the plugin
 returns to its original behaviour (displaying the result of the command).
@@ -78,7 +80,7 @@ No tag is mandatory: for instance, you can display a tooltip without and image..
 The text between the <txt> and </txt>, and the <tool> and </tool> tags can use pango markup for style and color.
 
 Here's a simple example of a plugin displaying the Temp of the CPU in the panel
-(with an icon) and the Freq in a Tooltip:
+(with an image) and the Freq in a Tooltip:
 
 #!/bin/bash
 echo "<img>/usr/share/icons/Bluecurve/16x16/apps/gnome-monitor.png</img>"
@@ -112,6 +114,14 @@ properties screen and on the Items tab, hover your mouse over the genmon plugin
 
 GTK3 CSS styling capabilites have been enhanced. Please refer to the 'CSS Styling.txt' document for more information.
 
+To close the configuration dialog without saving any changes (and not firing off the timer) click on the X in the titlebar window
+
+The <icon></icon> and <iconclick></iconclick> elements are useful for displaying an icon from the current icon theme.
+In addition, it supports the following functionality:
+   - the icon image will change with icon theme changes
+   - it supports xfce4-panel's new Adjust Icon Size Automatically functionality
+   - it supports light/dark symbolic icon auto-colour changes
+
 
 6 -	Bugs
 	----

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list