[Xfce4-commits] [apps/xfdashboard] 04/07: Update default theme to show an icon (emblem effect) to favourite which are running

noreply at xfce.org noreply at xfce.org
Sun Jul 5 18:19:28 CEST 2015


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

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit fc8adc0efbfc5d6a5836ef706e337ffaadd16a21
Author: Stephan Haller <nomad at froevel.de>
Date:   Sun Jul 5 17:58:45 2015 +0200

    Update default theme to show an icon (emblem effect) to favourite which are running
---
 data/themes/xfdashboard/effects.xml     |    8 ++++++++
 data/themes/xfdashboard/xfdashboard.css |   10 ++++++++++
 2 files changed, 18 insertions(+)

diff --git a/data/themes/xfdashboard/effects.xml b/data/themes/xfdashboard/effects.xml
index 3934887..59ec734 100644
--- a/data/themes/xfdashboard/effects.xml
+++ b/data/themes/xfdashboard/effects.xml
@@ -7,4 +7,12 @@
 		<property name="icon-name">emblem-important</property>
 		<property name="icon-size">32</property>
 	</object>
+
+	<object id="running-application" class="XfdashboardEmblemEffect">
+		<property name="icon-name">emblem-default</property>
+		<property name="icon-size">32</property>
+		<property name="anchor-point">south-east</property>
+		<property name="x-align">1.0</property>
+		<property name="y-align">1.0</property>
+	</object>
 </effects>
diff --git a/data/themes/xfdashboard/xfdashboard.css b/data/themes/xfdashboard/xfdashboard.css
index 244b822..7448493 100644
--- a/data/themes/xfdashboard/xfdashboard.css
+++ b/data/themes/xfdashboard/xfdashboard.css
@@ -78,6 +78,11 @@ XfdashboardWindowContent
 	effects: ;
 }
 
+#quicklaunch XfdashboardApplicationButton.running
+{
+	effects: running-application;
+}
+
 #quicklaunch:drop-target
 {
 	background-fill-color: #93c1ff80;
@@ -253,6 +258,11 @@ XfdashboardApplicationButton.view-mode-list
 	show-description: true;
 }
 
+XfdashboardApplicationButton.running
+{
+	effects: running-application;
+}
+
 /* Workspace selector (incl. collapse box) */
 XfdashboardWorkspaceSelector
 {

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


More information about the Xfce4-commits mailing list