[Xfce4-commits] [apps/xfdashboard] 05/07: Apply all last changes at default themes to all themes
noreply at xfce.org
noreply at xfce.org
Sun Jul 5 18:19:29 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 f8fdb5231c95ea06bca79ac056d2991d3fd5cc3b
Author: Stephan Haller <nomad at froevel.de>
Date: Sun Jul 5 18:17:21 2015 +0200
Apply all last changes at default themes to all themes
---
data/themes/xfdashboard-auber/effects.xml | 8 ++++++++
data/themes/xfdashboard-auber/xfdashboard.css | 10 ++++++++++
data/themes/xfdashboard-blue/effects.xml | 8 ++++++++
data/themes/xfdashboard-blue/xfdashboard.css | 10 ++++++++++
data/themes/xfdashboard-dark/effects.xml | 8 ++++++++
data/themes/xfdashboard-dark/xfdashboard.css | 10 ++++++++++
data/themes/xfdashboard-mint/effects.xml | 8 ++++++++
data/themes/xfdashboard-mint/xfdashboard.css | 10 ++++++++++
data/themes/xfdashboard-moranga/effects.xml | 8 ++++++++
data/themes/xfdashboard-moranga/xfdashboard.css | 10 ++++++++++
data/themes/xfdashboard-wine/effects.xml | 8 ++++++++
data/themes/xfdashboard-wine/xfdashboard.css | 10 ++++++++++
12 files changed, 108 insertions(+)
diff --git a/data/themes/xfdashboard-auber/effects.xml b/data/themes/xfdashboard-auber/effects.xml
index 3934887..59ec734 100644
--- a/data/themes/xfdashboard-auber/effects.xml
+++ b/data/themes/xfdashboard-auber/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-auber/xfdashboard.css b/data/themes/xfdashboard-auber/xfdashboard.css
index 244b822..7448493 100644
--- a/data/themes/xfdashboard-auber/xfdashboard.css
+++ b/data/themes/xfdashboard-auber/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
{
diff --git a/data/themes/xfdashboard-blue/effects.xml b/data/themes/xfdashboard-blue/effects.xml
index 3934887..59ec734 100644
--- a/data/themes/xfdashboard-blue/effects.xml
+++ b/data/themes/xfdashboard-blue/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-blue/xfdashboard.css b/data/themes/xfdashboard-blue/xfdashboard.css
index 244b822..7448493 100644
--- a/data/themes/xfdashboard-blue/xfdashboard.css
+++ b/data/themes/xfdashboard-blue/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
{
diff --git a/data/themes/xfdashboard-dark/effects.xml b/data/themes/xfdashboard-dark/effects.xml
index 3934887..59ec734 100644
--- a/data/themes/xfdashboard-dark/effects.xml
+++ b/data/themes/xfdashboard-dark/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-dark/xfdashboard.css b/data/themes/xfdashboard-dark/xfdashboard.css
index 244b822..7448493 100644
--- a/data/themes/xfdashboard-dark/xfdashboard.css
+++ b/data/themes/xfdashboard-dark/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
{
diff --git a/data/themes/xfdashboard-mint/effects.xml b/data/themes/xfdashboard-mint/effects.xml
index 3934887..59ec734 100644
--- a/data/themes/xfdashboard-mint/effects.xml
+++ b/data/themes/xfdashboard-mint/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-mint/xfdashboard.css b/data/themes/xfdashboard-mint/xfdashboard.css
index 244b822..7448493 100644
--- a/data/themes/xfdashboard-mint/xfdashboard.css
+++ b/data/themes/xfdashboard-mint/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
{
diff --git a/data/themes/xfdashboard-moranga/effects.xml b/data/themes/xfdashboard-moranga/effects.xml
index 3934887..59ec734 100644
--- a/data/themes/xfdashboard-moranga/effects.xml
+++ b/data/themes/xfdashboard-moranga/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-moranga/xfdashboard.css b/data/themes/xfdashboard-moranga/xfdashboard.css
index 244b822..7448493 100644
--- a/data/themes/xfdashboard-moranga/xfdashboard.css
+++ b/data/themes/xfdashboard-moranga/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
{
diff --git a/data/themes/xfdashboard-wine/effects.xml b/data/themes/xfdashboard-wine/effects.xml
index 3934887..59ec734 100644
--- a/data/themes/xfdashboard-wine/effects.xml
+++ b/data/themes/xfdashboard-wine/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-wine/xfdashboard.css b/data/themes/xfdashboard-wine/xfdashboard.css
index 244b822..7448493 100644
--- a/data/themes/xfdashboard-wine/xfdashboard.css
+++ b/data/themes/xfdashboard-wine/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