From c2dcd92b13b19ec245fa4433ee75b9b1b26c503e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20COUDERC?= Date: Sun, 20 Nov 2016 22:55:53 +0000 Subject: [PATCH] More ratio/resolutions for Softwaves lock screen and wallpaper --- debian/changelog | 2 +- .../lockscreen/contents/images/1024x768.svg | 460 ++++++++++ .../lockscreen/contents/images/1280x1024.svg | 454 ++++++++++ .../lockscreen/contents/images/1280x720.svg | 814 ++++++++--------- .../lockscreen/contents/images/1280x800.svg | 466 ++++++++++ .../lockscreen/contents/images/1600x1200.svg | 460 ++++++++++ .../lockscreen/contents/images/1920x1080.svg | 824 +++++++++--------- .../lockscreen/contents/images/1920x1200.svg | 468 ++++++++++ .../lockscreen/contents/images/2560x1080.svg | 471 ++++++++++ .../lockscreen/contents/images/2560x1440.svg | 816 ++++++++--------- .../lockscreen/contents/images/2560x1600.svg | 466 ++++++++++ .../lockscreen/gnome-background.xml | 7 + softwaves-theme/login/background-nologo.svg | 362 ++++++++ .../wallpaper/contents/images/1920x1080.svg | 763 +++++----------- .../wallpaper/contents/images/1920x1200.svg | 719 +++++---------- .../wallpaper/contents/images/2560x1080.svg | 218 +++++ .../wallpaper/gnome-background.xml | 1 + 17 files changed, 5550 insertions(+), 2221 deletions(-) create mode 100644 softwaves-theme/lockscreen/contents/images/1024x768.svg create mode 100644 softwaves-theme/lockscreen/contents/images/1280x1024.svg create mode 100644 softwaves-theme/lockscreen/contents/images/1280x800.svg create mode 100644 softwaves-theme/lockscreen/contents/images/1600x1200.svg create mode 100644 softwaves-theme/lockscreen/contents/images/1920x1200.svg create mode 100644 softwaves-theme/lockscreen/contents/images/2560x1080.svg create mode 100644 softwaves-theme/lockscreen/contents/images/2560x1600.svg create mode 100644 softwaves-theme/login/background-nologo.svg create mode 100644 softwaves-theme/wallpaper/contents/images/2560x1080.svg diff --git a/debian/changelog b/debian/changelog index b9880bc..630b780 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ desktop-base (9.0.0~exp2) UNRELEASED; urgency=medium [ Aurélien COUDERC ] - * Additional wallpaper ratios for Soft Waves theme. + * Additional wallpaper and lockscreen ratios for Soft Waves theme. * Remove Moreblue theme from Lenny. * Add theme pack support Joy/Spacefun themes. * Generate all GRUB bitmaps from SVG at build time instead of versioning diff --git a/softwaves-theme/lockscreen/contents/images/1024x768.svg b/softwaves-theme/lockscreen/contents/images/1024x768.svg new file mode 100644 index 0000000..6df460e --- /dev/null +++ b/softwaves-theme/lockscreen/contents/images/1024x768.svg @@ -0,0 +1,460 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/softwaves-theme/lockscreen/contents/images/1280x1024.svg b/softwaves-theme/lockscreen/contents/images/1280x1024.svg new file mode 100644 index 0000000..e826774 --- /dev/null +++ b/softwaves-theme/lockscreen/contents/images/1280x1024.svg @@ -0,0 +1,454 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/softwaves-theme/lockscreen/contents/images/1280x720.svg b/softwaves-theme/lockscreen/contents/images/1280x720.svg index ba0a644..9f983f8 100644 --- a/softwaves-theme/lockscreen/contents/images/1280x720.svg +++ b/softwaves-theme/lockscreen/contents/images/1280x720.svg @@ -10,6 +10,7 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" + id="root" x="0px" y="0px" width="1280" @@ -17,13 +18,12 @@ viewBox="0 0 1280 720" enable-background="new 0 0 1920 1080" xml:space="preserve" - id="svg4504" inkscape:version="0.91 r13725" sodipodi:docname="1280x720.svg">image/svg+xml \ No newline at end of file + style="fill:#ffffff" /> \ No newline at end of file diff --git a/softwaves-theme/lockscreen/contents/images/1280x800.svg b/softwaves-theme/lockscreen/contents/images/1280x800.svg new file mode 100644 index 0000000..c4aa6e0 --- /dev/null +++ b/softwaves-theme/lockscreen/contents/images/1280x800.svg @@ -0,0 +1,466 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/softwaves-theme/lockscreen/contents/images/1600x1200.svg b/softwaves-theme/lockscreen/contents/images/1600x1200.svg new file mode 100644 index 0000000..940ebc3 --- /dev/null +++ b/softwaves-theme/lockscreen/contents/images/1600x1200.svg @@ -0,0 +1,460 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/softwaves-theme/lockscreen/contents/images/1920x1080.svg b/softwaves-theme/lockscreen/contents/images/1920x1080.svg index 54eb9e2..238b597 100644 --- a/softwaves-theme/lockscreen/contents/images/1920x1080.svg +++ b/softwaves-theme/lockscreen/contents/images/1920x1080.svg @@ -10,6 +10,7 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" + id="root" x="0px" y="0px" width="1920px" @@ -17,13 +18,12 @@ viewBox="0 0 1920 1080" enable-background="new 0 0 1920 1080" xml:space="preserve" - id="svg4504" inkscape:version="0.91 r13725" sodipodi:docname="1920x1080.svg">image/svg+xml \ No newline at end of file + inkscape:current-layer="root" /> \ No newline at end of file diff --git a/softwaves-theme/lockscreen/contents/images/1920x1200.svg b/softwaves-theme/lockscreen/contents/images/1920x1200.svg new file mode 100644 index 0000000..0c397ea --- /dev/null +++ b/softwaves-theme/lockscreen/contents/images/1920x1200.svg @@ -0,0 +1,468 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/softwaves-theme/lockscreen/contents/images/2560x1080.svg b/softwaves-theme/lockscreen/contents/images/2560x1080.svg new file mode 100644 index 0000000..930b5b9 --- /dev/null +++ b/softwaves-theme/lockscreen/contents/images/2560x1080.svg @@ -0,0 +1,471 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/softwaves-theme/lockscreen/contents/images/2560x1440.svg b/softwaves-theme/lockscreen/contents/images/2560x1440.svg index 4a3046d..0b319c3 100644 --- a/softwaves-theme/lockscreen/contents/images/2560x1440.svg +++ b/softwaves-theme/lockscreen/contents/images/2560x1440.svg @@ -10,6 +10,7 @@ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" + id="root" x="0px" y="0px" width="2560" @@ -17,13 +18,12 @@ viewBox="0 0 2560 1440" enable-background="new 0 0 1920 1080" xml:space="preserve" - id="svg4504" inkscape:version="0.91 r13725" sodipodi:docname="2560x1440.svg">image/svg+xml \ No newline at end of file + style="fill:#ffffff" /> \ No newline at end of file diff --git a/softwaves-theme/lockscreen/contents/images/2560x1600.svg b/softwaves-theme/lockscreen/contents/images/2560x1600.svg new file mode 100644 index 0000000..1a3d556 --- /dev/null +++ b/softwaves-theme/lockscreen/contents/images/2560x1600.svg @@ -0,0 +1,466 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/softwaves-theme/lockscreen/gnome-background.xml b/softwaves-theme/lockscreen/gnome-background.xml index d3c689b..029b112 100644 --- a/softwaves-theme/lockscreen/gnome-background.xml +++ b/softwaves-theme/lockscreen/gnome-background.xml @@ -2,9 +2,16 @@ 8640000.0 + /usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/1024x768.svg /usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/1280x720.svg + /usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/1280x800.svg + /usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/1280x1024.svg + /usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/1600x1200.svg /usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/1920x1080.svg + /usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/1920x1200.svg + /usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/2560x1080.svg /usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/2560x1440.svg + /usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/2560x1600.svg diff --git a/softwaves-theme/login/background-nologo.svg b/softwaves-theme/login/background-nologo.svg new file mode 100644 index 0000000..5e1cdd4 --- /dev/null +++ b/softwaves-theme/login/background-nologo.svg @@ -0,0 +1,362 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/softwaves-theme/wallpaper/contents/images/1920x1080.svg b/softwaves-theme/wallpaper/contents/images/1920x1080.svg index be8c05d..ef53f77 100644 --- a/softwaves-theme/wallpaper/contents/images/1920x1080.svg +++ b/softwaves-theme/wallpaper/contents/images/1920x1080.svg @@ -1,546 +1,217 @@ - - - -image/svg+xmldebian -GNU/Linux - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/softwaves-theme/wallpaper/contents/images/1920x1200.svg b/softwaves-theme/wallpaper/contents/images/1920x1200.svg index 467fba9..8ad5caa 100644 --- a/softwaves-theme/wallpaper/contents/images/1920x1200.svg +++ b/softwaves-theme/wallpaper/contents/images/1920x1200.svg @@ -1,502 +1,217 @@ - - - -image/svg+xml \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/softwaves-theme/wallpaper/contents/images/2560x1080.svg b/softwaves-theme/wallpaper/contents/images/2560x1080.svg new file mode 100644 index 0000000..4a0799d --- /dev/null +++ b/softwaves-theme/wallpaper/contents/images/2560x1080.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/softwaves-theme/wallpaper/gnome-background.xml b/softwaves-theme/wallpaper/gnome-background.xml index d87411d..2e12629 100644 --- a/softwaves-theme/wallpaper/gnome-background.xml +++ b/softwaves-theme/wallpaper/gnome-background.xml @@ -9,6 +9,7 @@ /usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/1600x1200.svg /usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/1920x1080.svg /usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/1920x1200.svg + /usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/2560x1080.svg /usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/2560x1440.svg /usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/2560x1600.svg