[gnome-shell] Use symbolic icons for workspace switch OSD
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Use symbolic icons for workspace switch OSD
- Date: Mon, 13 Aug 2012 17:46:54 +0000 (UTC)
commit e01e79d9fbdc4b2b9b6d4d5f5859c3c67498e176
Author: William Jon McCann <jmccann redhat com>
Date: Thu Aug 9 14:53:28 2012 -0400
Use symbolic icons for workspace switch OSD
https://bugzilla.gnome.org/show_bug.cgi?id=680738
data/Makefile.am | 4 +-
data/theme/gnome-shell.css | 4 +-
data/theme/ws-switch-arrow-down.png | Bin 0 -> 850 bytes
data/theme/ws-switch-arrow-down.svg | 376 -----------------------------
data/theme/ws-switch-arrow-up.png | Bin 0 -> 841 bytes
data/theme/ws-switch-arrow-up.svg | 447 -----------------------------------
6 files changed, 4 insertions(+), 827 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 6842ed4..84bc393 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -47,8 +47,8 @@ dist_theme_DATA = \
theme/toggle-off-intl.svg \
theme/toggle-on-us.svg \
theme/toggle-on-intl.svg \
- theme/ws-switch-arrow-up.svg \
- theme/ws-switch-arrow-down.svg
+ theme/ws-switch-arrow-up.png \
+ theme/ws-switch-arrow-down.png
gsettings_SCHEMAS = org.gnome.shell.gschema.xml
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 13f0114..671c450 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1579,7 +1579,7 @@ StButton.popup-menu-item:insensitive {
height: 100px;
border: 0px;
background: rgba(255,255,255,0.5);
- background-image: url("ws-switch-arrow-up.svg");
+ background-image: url("ws-switch-arrow-up.png");
border-radius: 8px;
}
@@ -1587,7 +1587,7 @@ StButton.popup-menu-item:insensitive {
height: 100px;
border: 0px;
background: rgba(255,255,255,0.5);
- background-image: url("ws-switch-arrow-down.svg");
+ background-image: url("ws-switch-arrow-down.png");
border-radius: 8px;
}
diff --git a/data/theme/ws-switch-arrow-down.png b/data/theme/ws-switch-arrow-down.png
new file mode 100644
index 0000000..2750d99
Binary files /dev/null and b/data/theme/ws-switch-arrow-down.png differ
diff --git a/data/theme/ws-switch-arrow-up.png b/data/theme/ws-switch-arrow-up.png
new file mode 100644
index 0000000..dc752d1
Binary files /dev/null and b/data/theme/ws-switch-arrow-up.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]