[Xfce4-commits] [apps/xfdashboard] 01/01: Apply all last changes at default themes to all themes
noreply at xfce.org
noreply at xfce.org
Wed Apr 22 21:31:45 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 52e3f33c18d73cc406c1ca222df94c862c411d60
Author: Stephan Haller <nomad at froevel.de>
Date: Wed Apr 22 21:31:29 2015 +0200
Apply all last changes at default themes to all themes
---
data/themes/xfdashboard-auber/effects.xml | 5 +++++
data/themes/xfdashboard-auber/xfdashboard.css | 11 +++++++++++
data/themes/xfdashboard-blue/effects.xml | 5 +++++
data/themes/xfdashboard-blue/xfdashboard.css | 11 +++++++++++
data/themes/xfdashboard-dark/effects.xml | 5 +++++
data/themes/xfdashboard-dark/xfdashboard.css | 11 +++++++++++
data/themes/xfdashboard-mint/effects.xml | 5 +++++
data/themes/xfdashboard-mint/xfdashboard.css | 11 +++++++++++
data/themes/xfdashboard-moranga/effects.xml | 5 +++++
data/themes/xfdashboard-moranga/xfdashboard.css | 11 +++++++++++
data/themes/xfdashboard-wine/effects.xml | 5 +++++
data/themes/xfdashboard-wine/xfdashboard.css | 11 +++++++++++
12 files changed, 96 insertions(+)
diff --git a/data/themes/xfdashboard-auber/effects.xml b/data/themes/xfdashboard-auber/effects.xml
index 483515b..3934887 100644
--- a/data/themes/xfdashboard-auber/effects.xml
+++ b/data/themes/xfdashboard-auber/effects.xml
@@ -2,4 +2,9 @@
<object id="black-white" class="ClutterDesaturateEffect">
<property name="factor">1.0</property>
</object>
+
+ <object id="window-urgency" class="XfdashboardEmblemEffect">
+ <property name="icon-name">emblem-important</property>
+ <property name="icon-size">32</property>
+ </object>
</effects>
diff --git a/data/themes/xfdashboard-auber/xfdashboard.css b/data/themes/xfdashboard-auber/xfdashboard.css
index 3afb43f..0d52f11 100644
--- a/data/themes/xfdashboard-auber/xfdashboard.css
+++ b/data/themes/xfdashboard-auber/xfdashboard.css
@@ -19,6 +19,12 @@ XfdashboardStageInterface
background-image-type: desktop;
}
+/* Image content */
+XfdashboardImageContent
+{
+ missing-icon-name: "image-missing";
+}
+
/* Window content */
XfdashboardWindowContent
{
@@ -154,6 +160,11 @@ XfdashboardLiveWindow .window-number
corner-radius: 4.0;
}
+XfdashboardLiveWindow.window-state-urgent
+{
+ effects: window-urgency;
+}
+
.drag-actor-XfdashboardLiveWindow:drag-handle
{
background-type: outline fill rounded-corners;
diff --git a/data/themes/xfdashboard-blue/effects.xml b/data/themes/xfdashboard-blue/effects.xml
index 483515b..3934887 100644
--- a/data/themes/xfdashboard-blue/effects.xml
+++ b/data/themes/xfdashboard-blue/effects.xml
@@ -2,4 +2,9 @@
<object id="black-white" class="ClutterDesaturateEffect">
<property name="factor">1.0</property>
</object>
+
+ <object id="window-urgency" class="XfdashboardEmblemEffect">
+ <property name="icon-name">emblem-important</property>
+ <property name="icon-size">32</property>
+ </object>
</effects>
diff --git a/data/themes/xfdashboard-blue/xfdashboard.css b/data/themes/xfdashboard-blue/xfdashboard.css
index 3afb43f..0d52f11 100644
--- a/data/themes/xfdashboard-blue/xfdashboard.css
+++ b/data/themes/xfdashboard-blue/xfdashboard.css
@@ -19,6 +19,12 @@ XfdashboardStageInterface
background-image-type: desktop;
}
+/* Image content */
+XfdashboardImageContent
+{
+ missing-icon-name: "image-missing";
+}
+
/* Window content */
XfdashboardWindowContent
{
@@ -154,6 +160,11 @@ XfdashboardLiveWindow .window-number
corner-radius: 4.0;
}
+XfdashboardLiveWindow.window-state-urgent
+{
+ effects: window-urgency;
+}
+
.drag-actor-XfdashboardLiveWindow:drag-handle
{
background-type: outline fill rounded-corners;
diff --git a/data/themes/xfdashboard-dark/effects.xml b/data/themes/xfdashboard-dark/effects.xml
index 483515b..3934887 100644
--- a/data/themes/xfdashboard-dark/effects.xml
+++ b/data/themes/xfdashboard-dark/effects.xml
@@ -2,4 +2,9 @@
<object id="black-white" class="ClutterDesaturateEffect">
<property name="factor">1.0</property>
</object>
+
+ <object id="window-urgency" class="XfdashboardEmblemEffect">
+ <property name="icon-name">emblem-important</property>
+ <property name="icon-size">32</property>
+ </object>
</effects>
diff --git a/data/themes/xfdashboard-dark/xfdashboard.css b/data/themes/xfdashboard-dark/xfdashboard.css
index 3afb43f..0d52f11 100644
--- a/data/themes/xfdashboard-dark/xfdashboard.css
+++ b/data/themes/xfdashboard-dark/xfdashboard.css
@@ -19,6 +19,12 @@ XfdashboardStageInterface
background-image-type: desktop;
}
+/* Image content */
+XfdashboardImageContent
+{
+ missing-icon-name: "image-missing";
+}
+
/* Window content */
XfdashboardWindowContent
{
@@ -154,6 +160,11 @@ XfdashboardLiveWindow .window-number
corner-radius: 4.0;
}
+XfdashboardLiveWindow.window-state-urgent
+{
+ effects: window-urgency;
+}
+
.drag-actor-XfdashboardLiveWindow:drag-handle
{
background-type: outline fill rounded-corners;
diff --git a/data/themes/xfdashboard-mint/effects.xml b/data/themes/xfdashboard-mint/effects.xml
index 483515b..3934887 100644
--- a/data/themes/xfdashboard-mint/effects.xml
+++ b/data/themes/xfdashboard-mint/effects.xml
@@ -2,4 +2,9 @@
<object id="black-white" class="ClutterDesaturateEffect">
<property name="factor">1.0</property>
</object>
+
+ <object id="window-urgency" class="XfdashboardEmblemEffect">
+ <property name="icon-name">emblem-important</property>
+ <property name="icon-size">32</property>
+ </object>
</effects>
diff --git a/data/themes/xfdashboard-mint/xfdashboard.css b/data/themes/xfdashboard-mint/xfdashboard.css
index 3afb43f..0d52f11 100644
--- a/data/themes/xfdashboard-mint/xfdashboard.css
+++ b/data/themes/xfdashboard-mint/xfdashboard.css
@@ -19,6 +19,12 @@ XfdashboardStageInterface
background-image-type: desktop;
}
+/* Image content */
+XfdashboardImageContent
+{
+ missing-icon-name: "image-missing";
+}
+
/* Window content */
XfdashboardWindowContent
{
@@ -154,6 +160,11 @@ XfdashboardLiveWindow .window-number
corner-radius: 4.0;
}
+XfdashboardLiveWindow.window-state-urgent
+{
+ effects: window-urgency;
+}
+
.drag-actor-XfdashboardLiveWindow:drag-handle
{
background-type: outline fill rounded-corners;
diff --git a/data/themes/xfdashboard-moranga/effects.xml b/data/themes/xfdashboard-moranga/effects.xml
index 483515b..3934887 100644
--- a/data/themes/xfdashboard-moranga/effects.xml
+++ b/data/themes/xfdashboard-moranga/effects.xml
@@ -2,4 +2,9 @@
<object id="black-white" class="ClutterDesaturateEffect">
<property name="factor">1.0</property>
</object>
+
+ <object id="window-urgency" class="XfdashboardEmblemEffect">
+ <property name="icon-name">emblem-important</property>
+ <property name="icon-size">32</property>
+ </object>
</effects>
diff --git a/data/themes/xfdashboard-moranga/xfdashboard.css b/data/themes/xfdashboard-moranga/xfdashboard.css
index 3afb43f..0d52f11 100644
--- a/data/themes/xfdashboard-moranga/xfdashboard.css
+++ b/data/themes/xfdashboard-moranga/xfdashboard.css
@@ -19,6 +19,12 @@ XfdashboardStageInterface
background-image-type: desktop;
}
+/* Image content */
+XfdashboardImageContent
+{
+ missing-icon-name: "image-missing";
+}
+
/* Window content */
XfdashboardWindowContent
{
@@ -154,6 +160,11 @@ XfdashboardLiveWindow .window-number
corner-radius: 4.0;
}
+XfdashboardLiveWindow.window-state-urgent
+{
+ effects: window-urgency;
+}
+
.drag-actor-XfdashboardLiveWindow:drag-handle
{
background-type: outline fill rounded-corners;
diff --git a/data/themes/xfdashboard-wine/effects.xml b/data/themes/xfdashboard-wine/effects.xml
index 483515b..3934887 100644
--- a/data/themes/xfdashboard-wine/effects.xml
+++ b/data/themes/xfdashboard-wine/effects.xml
@@ -2,4 +2,9 @@
<object id="black-white" class="ClutterDesaturateEffect">
<property name="factor">1.0</property>
</object>
+
+ <object id="window-urgency" class="XfdashboardEmblemEffect">
+ <property name="icon-name">emblem-important</property>
+ <property name="icon-size">32</property>
+ </object>
</effects>
diff --git a/data/themes/xfdashboard-wine/xfdashboard.css b/data/themes/xfdashboard-wine/xfdashboard.css
index 3afb43f..0d52f11 100644
--- a/data/themes/xfdashboard-wine/xfdashboard.css
+++ b/data/themes/xfdashboard-wine/xfdashboard.css
@@ -19,6 +19,12 @@ XfdashboardStageInterface
background-image-type: desktop;
}
+/* Image content */
+XfdashboardImageContent
+{
+ missing-icon-name: "image-missing";
+}
+
/* Window content */
XfdashboardWindowContent
{
@@ -154,6 +160,11 @@ XfdashboardLiveWindow .window-number
corner-radius: 4.0;
}
+XfdashboardLiveWindow.window-state-urgent
+{
+ effects: window-urgency;
+}
+
.drag-actor-XfdashboardLiveWindow:drag-handle
{
background-type: outline fill rounded-corners;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list