Adapt Lines to the theme alternatives system
54
Makefile
@@ -1,4 +1,4 @@
|
||||
GRUB_THEMES=softwaves-theme/grub
|
||||
GRUB_THEMES=lines-theme/grub softwaves-theme/grub
|
||||
DEFAULT_BACKGROUND=desktop-background
|
||||
|
||||
BACKGROUNDS=$(wildcard backgrounds/*.png backgrounds/*.jpg backgrounds/*.svg backgrounds/*.tga backgrounds/*.xml)
|
||||
@@ -63,13 +63,6 @@ install-local:
|
||||
$(INSTALL) kde-wallpaper/joy_inksplat/contents/screenshot.png $(DESTDIR)/usr/share/wallpapers/joy_inksplat/contents/
|
||||
mkdir -p $(DESTDIR)/usr/share/wallpapers/joy_inksplat/contents/images
|
||||
$(INSTALL) $(wildcard kde-wallpaper/joy_inksplat/contents/images/*) $(DESTDIR)/usr/share/wallpapers/joy_inksplat/contents/images/
|
||||
## Lines
|
||||
mkdir -p $(DESTDIR)/usr/share/wallpapers/Lines
|
||||
$(INSTALL) kde-wallpaper/Lines/metadata.desktop $(DESTDIR)/usr/share/wallpapers/Lines/
|
||||
mkdir -p $(DESTDIR)/usr/share/wallpapers/Lines/contents
|
||||
$(INSTALL) kde-wallpaper/Lines/contents/screenshot.png $(DESTDIR)/usr/share/wallpapers/Lines/contents/
|
||||
mkdir -p $(DESTDIR)/usr/share/wallpapers/Lines/contents/images
|
||||
$(INSTALL) $(wildcard kde-wallpaper/Lines/contents/images/*) $(DESTDIR)/usr/share/wallpapers/Lines/contents/images/
|
||||
|
||||
|
||||
## SDDM meta theme (configured with alternatives)
|
||||
@@ -77,13 +70,6 @@ install-local:
|
||||
$(INSTALL) $(wildcard sddm-debian/*) $(DESTDIR)/usr/share/sddm/themes/debian-theme
|
||||
|
||||
|
||||
## Lines
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/lines-theme
|
||||
# login background
|
||||
$(INSTALL) lines-theme/login-background.svg $(DESTDIR)/usr/share/desktop-base/lines-theme/
|
||||
$(INSTALL) lines-theme/login-background-with-logo.svg $(DESTDIR)/usr/share/desktop-base/lines-theme/
|
||||
$(INSTALL) lines-theme/sddm-preview.jpg $(DESTDIR)/usr/share/desktop-base/lines-theme/
|
||||
|
||||
## Joy
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/joy-theme
|
||||
# login background
|
||||
@@ -99,8 +85,6 @@ install-local:
|
||||
$(INSTALL) gnome-backgrounds.xml $(DESTDIR)/usr/share/gnome-background-properties/debian.xml
|
||||
|
||||
# grub
|
||||
$(INSTALL) grub/lines-grub.png $(DESTDIR)/usr/share/images/desktop-base/
|
||||
$(INSTALL) grub/lines-grub-1920x1080.png $(DESTDIR)/usr/share/images/desktop-base/
|
||||
$(INSTALL) grub/joy-grub.png $(DESTDIR)/usr/share/images/desktop-base/
|
||||
$(INSTALL) grub/spacefun-grub.png $(DESTDIR)/usr/share/images/desktop-base/
|
||||
$(INSTALL) grub/spacefun-grub-widescreen.png $(DESTDIR)/usr/share/images/desktop-base/
|
||||
@@ -116,19 +100,40 @@ install-local:
|
||||
install -d $(DESTDIR)/usr/share/plymouth/themes/lines
|
||||
$(INSTALL) $(wildcard plymouth/lines/*) $(DESTDIR)/usr/share/plymouth/themes/lines
|
||||
|
||||
|
||||
# Soft waves theme (Stretch default)
|
||||
# Lines theme (Jessie’s default)
|
||||
### Login background
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme
|
||||
$(INSTALL) softwaves-theme/sddm-preview.jpg $(DESTDIR)/usr/share/desktop-base/softwaves-theme/
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme/backgrounds
|
||||
$(INSTALL) softwaves-theme/backgrounds/login.svg $(DESTDIR)/usr/share/desktop-base/softwaves-theme/backgrounds
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/lines-theme/login
|
||||
$(INSTALL) $(wildcard lines-theme/login/*) $(DESTDIR)/usr/share/desktop-base/lines-theme/login
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper/contents/images
|
||||
$(INSTALL) lines-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper
|
||||
$(INSTALL) lines-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper
|
||||
$(INSTALL) $(wildcard lines-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper/contents/images/
|
||||
$(INSTALL) lines-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-lines.xml
|
||||
# Wallpaper symlink for KDE
|
||||
install -d $(DESTDIR)/usr/share/wallpapers
|
||||
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/lines-theme/wallpaper Lines
|
||||
|
||||
### Lockscreen
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/lines-theme/lockscreen/contents/images
|
||||
$(INSTALL) lines-theme/lockscreen/metadata.desktop $(DESTDIR)/usr/share/desktop-base/lines-theme/lockscreen
|
||||
$(INSTALL) lines-theme/lockscreen/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/lines-theme/lockscreen
|
||||
$(INSTALL) $(wildcard lines-theme/lockscreen/contents/images/*) $(DESTDIR)/usr/share/desktop-base/lines-theme/lockscreen/contents/images/
|
||||
# Lock screen symlink for KDE
|
||||
install -d $(DESTDIR)/usr/share/wallpapers
|
||||
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/lines-theme/lockscreen LinesLockScreen
|
||||
|
||||
|
||||
# Soft waves theme (Stretch’s default)
|
||||
### Login background
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme/login
|
||||
$(INSTALL) $(wildcard softwaves-theme/login/*) $(DESTDIR)/usr/share/desktop-base/softwaves-theme/login
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images
|
||||
$(INSTALL) softwaves-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper
|
||||
$(INSTALL) softwaves-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper
|
||||
$(INSTALL) $(wildcard softwaves-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/
|
||||
$(INSTALL) softwaves-theme/gnome-wp-list-softwaves.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-softwaves.xml
|
||||
$(INSTALL) softwaves-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-softwaves.xml
|
||||
# Wallpaper symlink for KDE
|
||||
install -d $(DESTDIR)/usr/share/wallpapers
|
||||
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/softwaves-theme/wallpaper SoftWaves
|
||||
@@ -138,7 +143,6 @@ install-local:
|
||||
$(INSTALL) softwaves-theme/lockscreen/metadata.desktop $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen
|
||||
$(INSTALL) softwaves-theme/lockscreen/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen
|
||||
$(INSTALL) $(wildcard softwaves-theme/lockscreen/contents/images/*) $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/
|
||||
$(INSTALL) softwaves-theme/gnome-wp-list-softwaves.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-softwaves.xml
|
||||
# Lock screen symlink for KDE
|
||||
install -d $(DESTDIR)/usr/share/wallpapers
|
||||
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/softwaves-theme/lockscreen SoftWavesLockScreen
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
<background>
|
||||
<static>
|
||||
<duration>8640000.0</duration>
|
||||
<file>
|
||||
<size width="1280" height="1024">/usr/share/images/desktop-base/lines-lockscreen_1280x1024.svg</size>
|
||||
<size width="1600" height="1200">/usr/share/images/desktop-base/lines-lockscreen_1600x1200.svg</size>
|
||||
<size width="1920" height="1080">/usr/share/images/desktop-base/lines-lockscreen_1920x1080.svg</size>
|
||||
<size width="1920" height="1200">/usr/share/images/desktop-base/lines-lockscreen_1920x1200.svg</size>
|
||||
<size width="2560" height="1080">/usr/share/images/desktop-base/lines-lockscreen_2560x1080.svg</size>
|
||||
</file>
|
||||
</static>
|
||||
</background>
|
||||
|
Before Width: | Height: | Size: 18 KiB |
@@ -1,12 +0,0 @@
|
||||
<background>
|
||||
<static>
|
||||
<duration>8640000.0</duration>
|
||||
<file>
|
||||
<size width="1280" height="1024">/usr/share/images/desktop-base/lines-wallpaper_1280x1024.svg</size>
|
||||
<size width="1600" height="1200">/usr/share/images/desktop-base/lines-wallpaper_1600x1200.svg</size>
|
||||
<size width="1920" height="1080">/usr/share/images/desktop-base/lines-wallpaper_1920x1080.svg</size>
|
||||
<size width="1920" height="1200">/usr/share/images/desktop-base/lines-wallpaper_1920x1200.svg</size>
|
||||
<size width="2560" height="1080">/usr/share/images/desktop-base/lines-wallpaper_2560x1080.svg</size>
|
||||
</file>
|
||||
</static>
|
||||
</background>
|
||||
48
debian/postinst
vendored
@@ -10,6 +10,7 @@ if [[ "$1" = "configure" || "$1" = "abort-upgrade" || "$1" = "abort-remove" ]];
|
||||
/usr/share/desktop-base/$theme-theme $priority
|
||||
done << EOF
|
||||
softwaves 50
|
||||
lines 40
|
||||
EOF
|
||||
|
||||
# Use active theme as highest priority for background
|
||||
@@ -25,8 +26,16 @@ EOF
|
||||
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename $priority
|
||||
done << EOF
|
||||
softwaves 1280x720.svg 65
|
||||
softwaves 1280x800.svg 65
|
||||
softwaves 1920x1080.svg 65
|
||||
softwaves 1920x1200.svg 65
|
||||
softwaves 2560x1440.svg 65
|
||||
softwaves 2560x1600.svg 65
|
||||
lines 1280x1024.svg 60
|
||||
lines 1600x1200.svg 60
|
||||
lines 1920x1080.svg 60
|
||||
lines 1920x1200.svg 60
|
||||
lines 2560x1080.svg 60
|
||||
EOF
|
||||
# Old alternatives for the background
|
||||
while read background priority; do
|
||||
@@ -35,11 +44,6 @@ EOF
|
||||
desktop-background \
|
||||
/usr/share/images/desktop-base/$background $priority
|
||||
done << EOF
|
||||
lines-wallpaper_1280x1024.svg 60
|
||||
lines-wallpaper_1600x1200.svg 60
|
||||
lines-wallpaper_1920x1080.svg 60
|
||||
lines-wallpaper_1920x1200.svg 60
|
||||
lines-wallpaper_2560x1080.svg 60
|
||||
joy-wallpaper_1600x1200.svg 50
|
||||
joy-wallpaper_1280x1024.svg 50
|
||||
joy-wallpaper_1920x1080.svg 50
|
||||
@@ -66,6 +70,7 @@ EOF
|
||||
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml $priority
|
||||
done << EOF
|
||||
softwaves 40
|
||||
lines 30
|
||||
EOF
|
||||
# Old alternatives
|
||||
while read desktopbackground priority; do
|
||||
@@ -74,7 +79,6 @@ EOF
|
||||
desktop-background.xml \
|
||||
/usr/share/images/desktop-base/$desktopbackground $priority
|
||||
done << EOF
|
||||
lines.xml 20
|
||||
joy.xml 20
|
||||
EOF
|
||||
|
||||
@@ -93,41 +97,31 @@ EOF
|
||||
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml $priority
|
||||
done << EOF
|
||||
softwaves 40
|
||||
lines 30
|
||||
EOF
|
||||
|
||||
# Login theme
|
||||
# Highest priority for active theme
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/active-theme/backgrounds/login.svg 50 \
|
||||
/usr/share/desktop-base/active-theme/login/background.svg 50 \
|
||||
--slave /usr/share/sddm/themes/debian-theme/sddm-preview.jpg \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/active-theme/sddm-preview.jpg
|
||||
/usr/share/desktop-base/active-theme/login/sddm-preview.jpg
|
||||
# Alternatives for theme packages
|
||||
while read theme priority; do
|
||||
while read theme background sddm_preview priority; do
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/$theme-theme/backgrounds/login.svg $priority \
|
||||
/usr/share/desktop-base/$theme-theme/login/$background $priority \
|
||||
--slave /usr/share/sddm/themes/debian-theme/sddm-preview.jpg \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/$theme-theme/sddm-preview.jpg
|
||||
/usr/share/desktop-base/$theme-theme/login/$sddm_preview
|
||||
done << EOF
|
||||
softwaves 40
|
||||
softwaves background.svg sddm-preview.jpg 40
|
||||
lines background.svg sddm-preview.jpg 30
|
||||
lines background-nologo.svg sddm-preview-nologo.jpg 30
|
||||
EOF
|
||||
# Old alternatives
|
||||
## Lines
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/lines-theme/login-background.svg 20 \
|
||||
--slave /usr/share/sddm/themes/debian-theme/sddm-preview.jpg \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/lines-theme/sddm-preview.jpg
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/lines-theme/login-background-with-logo.svg 20 \
|
||||
--slave /usr/share/sddm/themes/debian-theme/sddm-preview.jpg \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/lines-theme/sddm-preview.jpg
|
||||
## Joy
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background \
|
||||
@@ -163,6 +157,8 @@ EOF
|
||||
done << EOF
|
||||
softwaves 4x3 15
|
||||
softwaves 16x9 15
|
||||
lines 4x3 14
|
||||
lines 16x9 14
|
||||
EOF
|
||||
|
||||
# Old alternatives
|
||||
@@ -172,8 +168,6 @@ EOF
|
||||
desktop-grub \
|
||||
/usr/share/images/desktop-base/$background $priority
|
||||
done << EOF
|
||||
lines-grub.png 10
|
||||
lines-grub-1920x1080.png 10
|
||||
joy-grub.png 10
|
||||
spacefun-grub.png 10
|
||||
spacefun-grub-widescreen.png 10
|
||||
|
||||
31
debian/preinst
vendored
@@ -16,7 +16,38 @@ if [ "${1}" = "upgrade" ]; then
|
||||
fi
|
||||
|
||||
if dpkg --compare-versions ${2} lt "9.0.0~exp"; then
|
||||
# Remove desktop splash alternative that we don’t ship anymore
|
||||
update-alternatives --remove-all desktop-splash
|
||||
|
||||
# Remove alternatives for Lines we now ship elsewhere as a theme pack
|
||||
## Wallpaper
|
||||
for background in \
|
||||
lines-wallpaper_1280x1024.svg \
|
||||
lines-wallpaper_1600x1200.svg \
|
||||
lines-wallpaper_1920x1080.svg \
|
||||
lines-wallpaper_1920x1200.svg \
|
||||
lines-wallpaper_2560x1080.svg \
|
||||
; do
|
||||
update-alternatives --remove desktop-background /usr/share/images/desktop-base/$background
|
||||
done
|
||||
update-alternatives --remove \
|
||||
desktop-background.xml \
|
||||
/usr/share/images/desktop-base/lines.xml
|
||||
## Login background
|
||||
update-alternatives --remove desktop-login-background \
|
||||
/usr/share/desktop-base/lines-theme/login-background.svg
|
||||
update-alternatives --remove desktop-login-background \
|
||||
/usr/share/desktop-base/lines-theme/login-background-with-logo.svg
|
||||
|
||||
## Grub background
|
||||
while read background; do
|
||||
update-alternatives --remove \
|
||||
desktop-grub \
|
||||
/usr/share/images/desktop-base/$background
|
||||
done << EOF
|
||||
lines-grub.png
|
||||
lines-grub-1920x1080.png
|
||||
EOF
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
51
debian/prerm
vendored
@@ -11,16 +11,19 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
|
||||
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename $priority
|
||||
done << EOF
|
||||
softwaves 1280x720.svg
|
||||
softwaves 1280x800.svg
|
||||
softwaves 1920x1080.svg
|
||||
softwaves 1920x1200.svg
|
||||
softwaves 2560x1440.svg
|
||||
softwaves 2560x1600.svg
|
||||
lines 1280x1024.svg
|
||||
lines 1600x1200.svg
|
||||
lines 1920x1080.svg
|
||||
lines 1920x1200.svg
|
||||
lines 2560x1080.svg
|
||||
EOF
|
||||
# Remove old background alternatives
|
||||
for background in \
|
||||
lines-wallpaper_1280x1024.svg \
|
||||
lines-wallpaper_1600x1200.svg \
|
||||
lines-wallpaper_1920x1080.svg \
|
||||
lines-wallpaper_1920x1200.svg \
|
||||
lines-wallpaper_2560x1080.svg \
|
||||
joy-wallpaper_1600x1200.svg \
|
||||
joy-wallpaper_1600x1200.svg \
|
||||
joy-wallpaper_1280x1024.svg \
|
||||
@@ -45,10 +48,10 @@ EOF
|
||||
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml $priority
|
||||
done << EOF
|
||||
softwaves
|
||||
lines
|
||||
EOF
|
||||
# For old alternatives
|
||||
for desktopbackground in \
|
||||
lines.xml \
|
||||
joy.xml \
|
||||
; do
|
||||
update-alternatives --remove desktop-background.xml /usr/share/images/desktop-base/$desktopbackground
|
||||
@@ -66,6 +69,7 @@ EOF
|
||||
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml $priority
|
||||
done << EOF
|
||||
softwaves
|
||||
lines
|
||||
EOF
|
||||
# *Last* remove *highest priority* alternative for active theme
|
||||
update-alternatives --remove \
|
||||
@@ -75,40 +79,32 @@ EOF
|
||||
# Remove login theme alternatives
|
||||
# For theme packages
|
||||
# Alternative for theme packages
|
||||
while read theme; do
|
||||
while read theme background sddm_preview; do
|
||||
update-alternatives --remove \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/$theme-theme/sddm-preview.jpg
|
||||
/usr/share/desktop-base/$theme-theme/login/$sddm_preview
|
||||
update-alternatives --remove \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/$theme-theme/backgrounds/login.svg
|
||||
/usr/share/desktop-base/$theme-theme/login/$background
|
||||
done << EOF
|
||||
softwaves
|
||||
softwaves background.svg sddm-preview.jpg
|
||||
lines background.svg sddm-preview.jpg
|
||||
lines background-nologo.svg sddm-preview-nologo.jpg
|
||||
EOF
|
||||
# For old alternatives
|
||||
## Lines
|
||||
### secondary alternatives
|
||||
update-alternatives --remove desktop-sddm-preview \
|
||||
/usr/share/desktop-base/lines-theme/sddm-preview.jpg
|
||||
### main alternatives
|
||||
update-alternatives --remove desktop-login-background \
|
||||
/usr/share/desktop-base/lines-theme/login-background.svg
|
||||
update-alternatives --remove desktop-login-background \
|
||||
/usr/share/desktop-base/lines-theme/login-background-with-logo.svg
|
||||
## Joy
|
||||
### secondary alternatives
|
||||
update-alternatives --remove desktop-sddm-preview \
|
||||
/usr/share/desktop-base/joy-theme/sddm-preview.jpg
|
||||
### main alternatives
|
||||
update-alternatives --remove desktop-login-background \
|
||||
/usr/share/desktop-base/joy-theme/login-background.svg
|
||||
# *Last* remove *highest priority* alternative for active theme
|
||||
update-alternatives --remove \
|
||||
desktop-sddm-preview \
|
||||
/usr/share/desktop-base/active-theme/sddm-preview.jpg
|
||||
/usr/share/desktop-base/active-theme/login/sddm-preview.jpg
|
||||
update-alternatives --remove \
|
||||
desktop-login-background \
|
||||
/usr/share/desktop-base/active-theme/backgrounds/login.svg
|
||||
/usr/share/desktop-base/active-theme/login/background.svg
|
||||
|
||||
# Remove grub background alternatives
|
||||
# For theme packages
|
||||
@@ -119,6 +115,8 @@ EOF
|
||||
done << EOF
|
||||
softwaves 4x3
|
||||
softwaves 16x9
|
||||
lines 4x3
|
||||
lines 16x9
|
||||
EOF
|
||||
# For old alternatives
|
||||
while read background; do
|
||||
@@ -126,8 +124,6 @@ EOF
|
||||
desktop-grub \
|
||||
/usr/share/images/desktop-base/$background
|
||||
done << EOF
|
||||
lines-grub.png
|
||||
lines-grub-1920x1080.png
|
||||
joy-grub.png
|
||||
spacefun-grub.png
|
||||
spacefun-grub-widescreen.png
|
||||
@@ -154,7 +150,12 @@ EOF
|
||||
desktop-theme \
|
||||
/usr/share/desktop-base/$theme-theme
|
||||
done << EOF
|
||||
softwaves
|
||||
lines
|
||||
EOF
|
||||
|
||||
## *Lastly* remove *highest priority* alternative
|
||||
update-alternatives --remove \
|
||||
desktop-theme \
|
||||
/usr/share/desktop-base/softwaves-theme
|
||||
|
||||
fi
|
||||
|
||||
@@ -3,19 +3,6 @@
|
||||
<wallpapers>
|
||||
<wallpaper>
|
||||
<!-- don't include words such as "wallpaper" (avoids translations) -->
|
||||
<name>Lines</name>
|
||||
<filename>/usr/share/images/desktop-base/lines.xml</filename>
|
||||
<options>zoom</options>
|
||||
<pcolor>#ffffff</pcolor>
|
||||
<scolor>#000000</scolor>
|
||||
</wallpaper>
|
||||
<wallpaper>
|
||||
<name>Lines lock screen</name>
|
||||
<filename>/usr/share/images/desktop-base/lines-lockscreen.xml</filename>
|
||||
<options>zoom</options>
|
||||
<pcolor>#ffffff</pcolor>
|
||||
<scolor>#000000</scolor>
|
||||
</wallpaper>
|
||||
<wallpaper>
|
||||
<name>Joy</name>
|
||||
<filename>/usr/share/images/desktop-base/joy.xml</filename>
|
||||
|
||||
|
Before Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 198 KiB |
|
Before Width: | Height: | Size: 270 KiB |
|
Before Width: | Height: | Size: 289 KiB |
|
Before Width: | Height: | Size: 312 KiB |
|
Before Width: | Height: | Size: 370 KiB |
|
Before Width: | Height: | Size: 27 KiB |
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Lines
|
||||
|
||||
X-KDE-PluginInfo-Name=Lines
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliette.belin@free.fr
|
||||
X-KDE-PluginInfo-License=GPL-2
|
||||
20
lines-theme/gnome-wp-list.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
|
||||
<wallpapers>
|
||||
<wallpaper>
|
||||
<!-- don't include words such as "wallpaper" (avoids translations) -->
|
||||
<name>Lines</name>
|
||||
<filename>/usr/share/desktop-base/lines-theme/wallpaper/gnome-background.xml</filename>
|
||||
<options>zoom</options>
|
||||
<pcolor>#ffffff</pcolor>
|
||||
<scolor>#000000</scolor>
|
||||
</wallpaper>
|
||||
<wallpaper>
|
||||
<!-- don't include words such as "wallpaper" (avoids translations) -->
|
||||
<name>Lines Lock Screen</name>
|
||||
<filename>/usr/share/desktop-base/lines-theme/lockscreen/gnome-background.xml</filename>
|
||||
<options>zoom</options>
|
||||
<pcolor>#ffffff</pcolor>
|
||||
<scolor>#000000</scolor>
|
||||
</wallpaper>
|
||||
</wallpapers>
|
||||
22
lines-theme/grub/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
dir = usr/share/desktop-base/lines-theme/grub
|
||||
|
||||
files = \
|
||||
grub-4x3.png \
|
||||
grub-16x9.png
|
||||
|
||||
build: $(files)
|
||||
|
||||
clean:
|
||||
rm -f grub-4x3.png grub-16x9.png
|
||||
|
||||
install:
|
||||
install -d $(DESTDIR)/$(dir)
|
||||
$(INSTALL) $(wildcard *.png) $(DESTDIR)/$(dir)
|
||||
|
||||
grub-4x3.png: grub-4x3.svg
|
||||
rsvg-convert $< > $@
|
||||
|
||||
grub-16x9.png: grub-16x9.svg
|
||||
rsvg-convert $< > $@
|
||||
|
||||
include ../../Makefile.inc
|
||||
@@ -16,14 +16,14 @@
|
||||
viewBox="0 0 640 480"
|
||||
enable-background="new 0 0 640 480"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="grub.svg"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="grub-16x9.svg"
|
||||
inkscape:export-filename="/tmp/grub.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90"><metadata
|
||||
id="metadata3111"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs3109" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
@@ -34,14 +34,14 @@
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1021"
|
||||
inkscape:window-height="1007"
|
||||
id="namedview3107"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.3906433"
|
||||
inkscape:cx="602.98911"
|
||||
inkscape:cx="257.10407"
|
||||
inkscape:cy="200.12367"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-3"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1" /><radialGradient
|
||||
id="background_1_"
|
||||
@@ -279,52 +279,4 @@
|
||||
d="m 466.816,331.986 c 1.074,-3.295 1.27,-5.273 1.679,-7.181 -2.969,3.795 -1.366,4.601 -1.679,7.181"
|
||||
id="path3085"
|
||||
style="fill:url(#SVGID_12_)"
|
||||
inkscape:connector-curvature="0" /></g><g
|
||||
id="g3087"
|
||||
transform="translate(0,-36)"
|
||||
inkscape:export-filename="/tmp/lines-grub-1920x1080.png"
|
||||
inkscape:export-xdpi="200.97"
|
||||
inkscape:export-ydpi="200.97"><g
|
||||
id="g3089"
|
||||
style="opacity:0.8"><path
|
||||
enable-background="new "
|
||||
d="m 30.996,450.854 c -0.025,0.027 -0.025,4.313 -0.08,5.434 -0.053,0.904 -0.133,2.85 -2.05,2.85 -1.971,0 -2.45,-2.266 -2.609,-3.252 -0.186,-1.09 -0.186,-1.997 -0.186,-2.395 0,-1.279 0.08,-4.849 3.089,-4.849 0.904,0 1.411,0.267 1.811,0.479 l 0.025,1.733 z m -7.722,3.142 c 0,7.512 3.995,7.512 4.582,7.512 1.65,0 2.716,-0.907 3.167,-2.477 l 0.054,2.37 c 0.506,-0.03 1.012,-0.081 1.837,-0.081 0.293,0 0.532,0 0.747,0.026 0.213,0 0.425,0.026 0.666,0.056 -0.426,-0.853 -0.746,-2.771 -0.746,-6.928 0,-4.047 0,-10.89 0.346,-12.968 -0.958,0.454 -1.785,0.746 -3.595,0.906 0.719,0.771 0.719,1.172 0.719,4.685 -0.505,-0.158 -1.144,-0.346 -2.235,-0.346 -4.77,0.001 -5.542,4.156 -5.542,7.245"
|
||||
id="path3091"
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.8;fill:#ffffff" /><path
|
||||
enable-background="new "
|
||||
d="m 37.715,452.638 c 0.027,-2.211 0.48,-4.181 2.37,-4.181 2.077,0 2.236,2.289 2.183,4.181 h -4.553 z m 7.19,0.267 c 0,-3.118 -0.612,-6.18 -4.554,-6.18 -5.431,0 -5.431,6.02 -5.431,7.297 0,5.404 2.421,7.535 6.496,7.535 1.811,0 2.69,-0.267 3.169,-0.397 -0.025,-0.961 0.107,-1.571 0.268,-2.398 -0.56,0.348 -1.279,0.8 -2.878,0.8 -4.153,0 -4.207,-3.783 -4.207,-5.089 h 7.085 l 0.052,-1.568"
|
||||
id="path3093"
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.8;fill:#ffffff" /><path
|
||||
enable-background="new "
|
||||
d="m 53.567,454.049 c 0,2.476 -0.453,5.809 -3.541,5.809 -0.427,0 -0.958,-0.083 -1.304,-0.163 -0.055,-0.959 -0.055,-2.61 -0.055,-4.527 0,-2.289 0.239,-3.486 0.427,-4.074 0.559,-1.891 1.811,-1.916 2.049,-1.916 2.025,-10e-4 2.424,2.795 2.424,4.871 z m -7.641,2.902 c 0,1.973 0,3.092 -0.319,3.941 1.09,0.427 2.449,0.665 4.075,0.665 1.037,0 4.046,0 5.67,-3.327 0.773,-1.545 1.039,-3.623 1.039,-5.194 0,-0.959 -0.106,-3.062 -0.879,-4.394 -0.745,-1.25 -1.943,-1.891 -3.221,-1.891 -2.557,0 -3.301,2.131 -3.701,3.223 0,-1.357 0.026,-6.099 0.239,-8.521 -1.73,0.799 -2.797,0.932 -3.94,1.039 1.038,0.425 1.038,2.184 1.038,7.909 v 6.55"
|
||||
id="path3095"
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.8;fill:#ffffff" /><path
|
||||
enable-background="new "
|
||||
d="m 61.511,461.401 c -0.534,-0.081 -0.908,-0.134 -1.68,-0.134 -0.851,0 -1.438,0.053 -2.05,0.134 0.267,-0.509 0.373,-0.751 0.453,-2.479 0.106,-2.371 0.134,-8.709 -0.052,-10.041 -0.134,-1.013 -0.373,-1.171 -0.746,-1.438 2.184,-0.214 2.795,-0.372 3.808,-0.853 -0.213,1.171 -0.24,1.758 -0.24,3.542 -0.053,9.19 -0.082,10.178 0.507,11.269"
|
||||
id="path3097"
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.8;fill:#ffffff" /><path
|
||||
enable-background="new "
|
||||
d="m 70.037,453.861 c -0.054,1.678 -0.08,2.852 -0.534,3.782 -0.559,1.198 -1.49,1.545 -2.184,1.545 -1.599,0 -1.944,-1.331 -1.944,-2.637 0,-2.503 2.238,-2.691 3.249,-2.691 l 1.413,10e-4 0,0 0,0 z m -7.324,3.278 c 0,1.677 0.507,3.355 1.998,4.075 0.666,0.294 1.331,0.294 1.545,0.294 2.451,0 3.275,-1.813 3.781,-2.934 -0.027,1.172 0,1.894 0.081,2.827 0.479,-0.03 0.958,-0.082 1.757,-0.082 0.453,0 0.878,0.052 1.33,0.082 -0.293,-0.454 -0.452,-0.722 -0.532,-1.759 -0.053,-1.012 -0.053,-2.025 -0.053,-3.438 l 0.027,-5.432 c 0,-2.024 -0.534,-4.022 -4.528,-4.022 -2.636,0 -4.18,0.8 -4.952,1.2 0.32,0.585 0.586,1.09 0.826,2.237 1.04,-0.907 2.398,-1.387 3.781,-1.387 2.212,0 2.212,1.467 2.212,3.54 -0.507,-0.024 -0.934,-0.076 -1.653,-0.076 -3.383,0.003 -5.62,1.306 -5.62,4.875"
|
||||
id="path3099"
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.8;fill:#ffffff" /><path
|
||||
enable-background="new "
|
||||
d="m 85.374,458.763 c 0.027,0.907 0.027,1.864 0.4,2.639 -0.587,-0.055 -0.934,-0.134 -2.023,-0.134 -0.64,0 -0.986,0.053 -1.493,0.134 0.106,-0.348 0.16,-0.479 0.214,-0.933 0.08,-0.611 0.133,-2.664 0.133,-3.385 v -2.876 c 0,-1.25 0,-3.063 -0.081,-3.701 -0.053,-0.451 -0.186,-1.678 -1.73,-1.678 -1.518,0 -2.024,1.118 -2.21,2.024 -0.211,0.932 -0.211,1.943 -0.211,5.886 0.025,3.409 0.025,3.729 0.292,4.662 -0.453,-0.056 -1.011,-0.109 -1.809,-0.109 -0.641,0 -1.067,0.027 -1.598,0.109 0.186,-0.426 0.294,-0.642 0.346,-2.132 0.055,-1.464 0.161,-8.656 -0.08,-10.36 -0.134,-1.038 -0.399,-1.276 -0.692,-1.543 2.157,-0.107 2.85,-0.453 3.516,-0.799 v 2.822 c 0.319,-0.828 0.985,-2.664 3.648,-2.664 3.327,0 3.354,2.423 3.381,4.021 v 8.017"
|
||||
id="path3101"
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.8;fill:#ffffff" /><path
|
||||
enable-background="new "
|
||||
d="m 61.734,442.824 -2.206,2.204 -2.205,-2.204 2.206,-2.204 2.205,2.204"
|
||||
id="path3103"
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.8;fill:#ffffff" /></g><text
|
||||
transform="translate(88.0225,456.6748)"
|
||||
enable-background="new "
|
||||
font-size="14.9885"
|
||||
id="text3105"
|
||||
style="font-size:14.98849964px;opacity:0.8;fill:#ffffff;font-family:Poppl-Laudatio-Condensed">8</text>
|
||||
</g></svg>
|
||||
inkscape:connector-curvature="0" /></g></svg>
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 14 KiB |
@@ -16,14 +16,14 @@
|
||||
viewBox="0 0 640 480"
|
||||
enable-background="new 0 0 640 480"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="grub.svg"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="grub-4x3.svg"
|
||||
inkscape:export-filename="/tmp/grub.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90"><metadata
|
||||
id="metadata3111"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs3109" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
@@ -33,16 +33,16 @@
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="952"
|
||||
inkscape:window-height="1014"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1007"
|
||||
id="namedview3107"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.98333333"
|
||||
inkscape:cx="341.97314"
|
||||
inkscape:cy="225.72977"
|
||||
inkscape:window-x="960"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1" /><radialGradient
|
||||
id="background_1_"
|
||||
cx="739.7764"
|
||||
@@ -259,50 +259,4 @@
|
||||
id="stop3083" /></radialGradient><path
|
||||
fill="url(#SVGID_12_)"
|
||||
d="M466.816,331.986c1.074-3.295,1.27-5.273,1.679-7.181 C465.526,328.6,467.129,329.406,466.816,331.986"
|
||||
id="path3085" /></g><g
|
||||
id="g3087"><g
|
||||
opacity="0.8"
|
||||
id="g3089"><path
|
||||
opacity="0.8"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
d="M30.996,450.854c-0.025,0.027-0.025,4.313-0.08,5.434 c-0.053,0.904-0.133,2.85-2.05,2.85c-1.971,0-2.45-2.266-2.609-3.252c-0.186-1.09-0.186-1.997-0.186-2.395 c0-1.279,0.08-4.849,3.089-4.849c0.904,0,1.411,0.267,1.811,0.479L30.996,450.854z M23.274,453.996 c0,7.512,3.995,7.512,4.582,7.512c1.65,0,2.716-0.907,3.167-2.477l0.054,2.37c0.506-0.03,1.012-0.081,1.837-0.081 c0.293,0,0.532,0,0.747,0.026c0.213,0,0.425,0.026,0.666,0.056c-0.426-0.853-0.746-2.771-0.746-6.928 c0-4.047,0-10.89,0.346-12.968c-0.958,0.454-1.785,0.746-3.595,0.906c0.719,0.771,0.719,1.172,0.719,4.685 c-0.505-0.158-1.144-0.346-2.235-0.346C24.046,446.752,23.274,450.907,23.274,453.996"
|
||||
id="path3091" /><path
|
||||
opacity="0.8"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
d="M37.715,452.638c0.027-2.211,0.48-4.181,2.37-4.181 c2.077,0,2.236,2.289,2.183,4.181H37.715z M44.905,452.905c0-3.118-0.612-6.18-4.554-6.18c-5.431,0-5.431,6.02-5.431,7.297 c0,5.404,2.421,7.535,6.496,7.535c1.811,0,2.69-0.267,3.169-0.397c-0.025-0.961,0.107-1.571,0.268-2.398 c-0.56,0.348-1.279,0.8-2.878,0.8c-4.153,0-4.207-3.783-4.207-5.089h7.085L44.905,452.905"
|
||||
id="path3093" /><path
|
||||
opacity="0.8"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
d="M53.567,454.049c0,2.476-0.453,5.809-3.541,5.809 c-0.427,0-0.958-0.083-1.304-0.163c-0.055-0.959-0.055-2.61-0.055-4.527c0-2.289,0.239-3.486,0.427-4.074 c0.559-1.891,1.811-1.916,2.049-1.916C53.168,449.177,53.567,451.973,53.567,454.049z M45.926,456.951 c0,1.973,0,3.092-0.319,3.941c1.09,0.427,2.449,0.665,4.075,0.665c1.037,0,4.046,0,5.67-3.327 c0.773-1.545,1.039-3.623,1.039-5.194c0-0.959-0.106-3.062-0.879-4.394c-0.745-1.25-1.943-1.891-3.221-1.891 c-2.557,0-3.301,2.131-3.701,3.223c0-1.357,0.026-6.099,0.239-8.521c-1.73,0.799-2.797,0.932-3.94,1.039 c1.038,0.425,1.038,2.184,1.038,7.909V456.951"
|
||||
id="path3095" /><path
|
||||
opacity="0.8"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
d="M61.511,461.401c-0.534-0.081-0.908-0.134-1.68-0.134 c-0.851,0-1.438,0.053-2.05,0.134c0.267-0.509,0.373-0.751,0.453-2.479c0.106-2.371,0.134-8.709-0.052-10.041 c-0.134-1.013-0.373-1.171-0.746-1.438c2.184-0.214,2.795-0.372,3.808-0.853c-0.213,1.171-0.24,1.758-0.24,3.542 C60.951,459.322,60.922,460.31,61.511,461.401"
|
||||
id="path3097" /><path
|
||||
opacity="0.8"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
d="M70.037,453.861c-0.054,1.678-0.08,2.852-0.534,3.782 c-0.559,1.198-1.49,1.545-2.184,1.545c-1.599,0-1.944-1.331-1.944-2.637c0-2.503,2.238-2.691,3.249-2.691L70.037,453.861 L70.037,453.861L70.037,453.861z M62.713,457.139c0,1.677,0.507,3.355,1.998,4.075c0.666,0.294,1.331,0.294,1.545,0.294 c2.451,0,3.275-1.813,3.781-2.934c-0.027,1.172,0,1.894,0.081,2.827c0.479-0.03,0.958-0.082,1.757-0.082 c0.453,0,0.878,0.052,1.33,0.082c-0.293-0.454-0.452-0.722-0.532-1.759c-0.053-1.012-0.053-2.025-0.053-3.438l0.027-5.432 c0-2.024-0.534-4.022-4.528-4.022c-2.636,0-4.18,0.8-4.952,1.2c0.32,0.585,0.586,1.09,0.826,2.237 c1.04-0.907,2.398-1.387,3.781-1.387c2.212,0,2.212,1.467,2.212,3.54c-0.507-0.024-0.934-0.076-1.653-0.076 C64.95,452.267,62.713,453.57,62.713,457.139"
|
||||
id="path3099" /><path
|
||||
opacity="0.8"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
d="M85.374,458.763c0.027,0.907,0.027,1.864,0.4,2.639 c-0.587-0.055-0.934-0.134-2.023-0.134c-0.64,0-0.986,0.053-1.493,0.134c0.106-0.348,0.16-0.479,0.214-0.933 c0.08-0.611,0.133-2.664,0.133-3.385v-2.876c0-1.25,0-3.063-0.081-3.701c-0.053-0.451-0.186-1.678-1.73-1.678 c-1.518,0-2.024,1.118-2.21,2.024c-0.211,0.932-0.211,1.943-0.211,5.886c0.025,3.409,0.025,3.729,0.292,4.662 c-0.453-0.056-1.011-0.109-1.809-0.109c-0.641,0-1.067,0.027-1.598,0.109c0.186-0.426,0.294-0.642,0.346-2.132 c0.055-1.464,0.161-8.656-0.08-10.36c-0.134-1.038-0.399-1.276-0.692-1.543c2.157-0.107,2.85-0.453,3.516-0.799v2.822 c0.319-0.828,0.985-2.664,3.648-2.664c3.327,0,3.354,2.423,3.381,4.021v8.017"
|
||||
id="path3101" /><path
|
||||
opacity="0.8"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
d="M61.734,442.824l-2.206,2.204l-2.205-2.204l2.206-2.204 L61.734,442.824"
|
||||
id="path3103" /></g><text
|
||||
transform="matrix(1 0 0 1 88.0225 456.6748)"
|
||||
opacity="0.8"
|
||||
fill="#FFFFFF"
|
||||
enable-background="new "
|
||||
font-family="'Poppl-Laudatio-Condensed'"
|
||||
font-size="14.9885"
|
||||
id="text3105">8</text>
|
||||
</g></svg>
|
||||
id="path3085" /></g></svg>
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 13 KiB |
@@ -12,8 +12,8 @@
|
||||
inkscape:export-ydpi="90"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-filename="/home/coucouf/hack/desktop-base/LinesColor/contents/images/1920x1200.png"
|
||||
sodipodi:docname="lines-lockscreen_1280x1024.svg"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="1280x1024.svg"
|
||||
inkscape:version="0.91 r13725"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="1280"
|
||||
@@ -23,7 +23,7 @@
|
||||
xml:space="preserve"><metadata
|
||||
id="metadata115"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs113"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1643,0,0,-1.1024,-2453.8305,1954.3066)"
|
||||
@@ -43,9 +43,9 @@
|
||||
style="stop-color:#063246"
|
||||
offset="0.9891" /></radialGradient></defs><sodipodi:namedview
|
||||
borderlayer="true"
|
||||
inkscape:cy="662.54038"
|
||||
inkscape:cx="1149.7344"
|
||||
inkscape:zoom="0.39333333"
|
||||
inkscape:cy="252.28879"
|
||||
inkscape:cx="717.56026"
|
||||
inkscape:zoom="0.78666666"
|
||||
showgrid="false"
|
||||
guidetolerance="10"
|
||||
gridtolerance="10"
|
||||
@@ -56,9 +56,9 @@
|
||||
id="namedview179"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-height="1014"
|
||||
inkscape:window-height="1007"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0" /><rect
|
||||
@@ -304,19 +304,19 @@
|
||||
d="m 1488,848.1 c 2.101,-6.6 2.5,-10.5 3.301,-14.3 -5.901,7.5 -2.701,9.2 -3.301,14.3" /></g></g><g
|
||||
style="opacity:0.9"
|
||||
id="g161"
|
||||
transform="translate(-1314.14,-945.42806)"><path
|
||||
transform="translate(-1304.14,-945.42806)"><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1373.868,1877.12 c -0.08,0.08 -0.08,13.44 -0.24,16.961 -0.16,2.8 -0.4,8.879 -6.4,8.879 -6.159,0 -7.68,-7.039 -8.159,-10.159 -0.561,-3.44 -0.561,-6.24 -0.561,-7.44 0,-4 0.24,-15.12 9.601,-15.12 2.8,0 4.399,0.8 5.68,1.521 l 0.079,5.358 z m -24.08,9.76 c 0,23.439 12.479,23.439 14.319,23.439 5.12,0 8.48,-2.8 9.92,-7.76 l 0.16,7.36 c 1.601,-0.08 3.2,-0.24 5.76,-0.24 0.881,0 1.681,0 2.32,0.08 0.64,0 1.36,0.08 2.08,0.16 -1.36,-2.641 -2.32,-8.641 -2.32,-21.601 0,-12.64 0,-34 1.04,-40.479 -2.96,1.439 -5.6,2.32 -11.199,2.8 2.239,2.399 2.239,3.68 2.239,14.64 -1.6,-0.479 -3.6,-1.04 -6.96,-1.04 -14.959,0.081 -17.359,13.041 -17.359,22.641"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path163" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1394.828,1882.64 c 0.08,-6.88 1.52,-13.04 7.359,-13.04 6.48,0 6.96,7.12 6.801,13.04 h -14.16 z m 22.48,0.88 c 0,-9.76 -1.92,-19.28 -14.239,-19.28 -16.96,0 -16.96,18.8 -16.96,22.8 0,16.881 7.52,23.521 20.239,23.521 5.681,0 8.4,-0.8 9.92,-1.28 -0.08,-2.96 0.32,-4.88 0.801,-7.52 -1.761,1.12 -4,2.479 -8.96,2.479 -12.96,0 -13.12,-11.84 -13.12,-15.92 h 22.08 l 0.239,-4.8"
|
||||
d="m 1394.828,1882.64 c 0.08,-6.88 1.52,-13.04 7.359,-13.04 6.48,0 6.96,7.12 6.801,13.04 l -14.16,0 z m 22.48,0.88 c 0,-9.76 -1.92,-19.28 -14.239,-19.28 -16.96,0 -16.96,18.8 -16.96,22.8 0,16.881 7.52,23.521 20.239,23.521 5.681,0 8.4,-0.8 9.92,-1.28 -0.08,-2.96 0.32,-4.88 0.801,-7.52 -1.761,1.12 -4,2.479 -8.96,2.479 -12.96,0 -13.12,-11.84 -13.12,-15.92 l 22.08,0 0.239,-4.8"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path165" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1444.268,1887.04 c 0,7.761 -1.439,18.16 -11.04,18.16 -1.359,0 -2.96,-0.24 -4.08,-0.479 -0.159,-2.96 -0.159,-8.16 -0.159,-14.16 0,-7.12 0.72,-10.88 1.359,-12.72 1.76,-5.92 5.681,-6 6.4,-6 6.32,-10e-4 7.52,8.719 7.52,15.199 l 0,0 z m -23.84,9.121 c 0,6.159 0,9.68 -0.96,12.319 3.44,1.36 7.681,2.08 12.72,2.08 3.2,0 12.641,0 17.681,-10.399 2.399,-4.801 3.28,-11.28 3.28,-16.24 0,-2.96 -0.32,-9.521 -2.721,-13.681 -2.319,-3.92 -6.08,-5.92 -10.08,-5.92 -8,0 -10.319,6.641 -11.52,10.08 0,-4.24 0.08,-19.04 0.72,-26.56 -5.359,2.479 -8.72,2.88 -12.319,3.279 3.279,1.36 3.279,6.801 3.279,24.641 v 20.4"
|
||||
d="m 1444.268,1887.04 c 0,7.761 -1.439,18.16 -11.04,18.16 -1.359,0 -2.96,-0.24 -4.08,-0.479 -0.159,-2.96 -0.159,-8.16 -0.159,-14.16 0,-7.12 0.72,-10.88 1.359,-12.72 1.76,-5.92 5.681,-6 6.4,-6 6.32,-10e-4 7.52,8.719 7.52,15.199 l 0,0 z m -23.84,9.121 c 0,6.159 0,9.68 -0.96,12.319 3.44,1.36 7.681,2.08 12.72,2.08 3.2,0 12.641,0 17.681,-10.399 2.399,-4.801 3.28,-11.28 3.28,-16.24 0,-2.96 -0.32,-9.521 -2.721,-13.681 -2.319,-3.92 -6.08,-5.92 -10.08,-5.92 -8,0 -10.319,6.641 -11.52,10.08 0,-4.24 0.08,-19.04 0.72,-26.56 -5.359,2.479 -8.72,2.88 -12.319,3.279 3.279,1.36 3.279,6.801 3.279,24.641 l 0,20.4"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path167" /><path
|
||||
@@ -331,7 +331,7 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path171" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1543.548,1901.76 c 0.08,2.8 0.08,5.84 1.28,8.24 -1.84,-0.16 -2.88,-0.4 -6.32,-0.4 -2,0 -3.119,0.16 -4.64,0.4 0.32,-1.12 0.48,-1.521 0.64,-2.881 0.24,-1.92 0.4,-8.319 0.4,-10.56 v -8.96 c 0,-3.92 0,-9.52 -0.24,-11.52 -0.16,-1.44 -0.56,-5.2 -5.439,-5.2 -4.721,0 -6.32,3.52 -6.881,6.319 -0.64,2.881 -0.64,6.08 -0.64,18.4 0.08,10.641 0.08,11.6 0.88,14.561 -1.439,-0.16 -3.12,-0.32 -5.68,-0.32 -2,0 -3.36,0.08 -4.96,0.32 0.56,-1.36 0.88,-2 1.12,-6.641 0.159,-4.56 0.479,-27.04 -0.24,-32.32 -0.4,-3.279 -1.28,-4 -2.16,-4.8 6.72,-0.319 8.88,-1.439 10.96,-2.479 v 8.8 c 0.96,-2.56 3.04,-8.32 11.36,-8.32 10.399,0 10.479,7.601 10.56,12.561 v 24.8"
|
||||
d="m 1543.548,1901.76 c 0.08,2.8 0.08,5.84 1.28,8.24 -1.84,-0.16 -2.88,-0.4 -6.32,-0.4 -2,0 -3.119,0.16 -4.64,0.4 0.32,-1.12 0.48,-1.521 0.64,-2.881 0.24,-1.92 0.4,-8.319 0.4,-10.56 l 0,-8.96 c 0,-3.92 0,-9.52 -0.24,-11.52 -0.16,-1.44 -0.56,-5.2 -5.439,-5.2 -4.721,0 -6.32,3.52 -6.881,6.319 -0.64,2.881 -0.64,6.08 -0.64,18.4 0.08,10.641 0.08,11.6 0.88,14.561 -1.439,-0.16 -3.12,-0.32 -5.68,-0.32 -2,0 -3.36,0.08 -4.96,0.32 0.56,-1.36 0.88,-2 1.12,-6.641 0.159,-4.56 0.479,-27.04 -0.24,-32.32 -0.4,-3.279 -1.28,-4 -2.16,-4.8 6.72,-0.319 8.88,-1.439 10.96,-2.479 l 0,8.8 c 0.96,-2.56 3.04,-8.32 11.36,-8.32 10.399,0 10.479,7.601 10.56,12.561 l 0,24.8"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path173" /><path
|
||||
@@ -339,14 +339,7 @@
|
||||
d="m 1469.788,1852.081 -6.88,6.88 -6.881,-6.88 6.881,-6.881 6.88,6.881"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path175" /></g><text
|
||||
style="font-size:46.77019882px;opacity:0.9;fill:#ffffff;font-family:Poppl-Laudatio-Condensed"
|
||||
font-size="46.7702"
|
||||
enable-background="new "
|
||||
id="text177"
|
||||
x="237.6788"
|
||||
y="949.8302">8</text>
|
||||
<radialGradient
|
||||
id="path175" /></g><radialGradient
|
||||
id="line150-0_1_"
|
||||
cx="249.15981"
|
||||
cy="994.57672"
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@@ -12,8 +12,8 @@
|
||||
inkscape:export-ydpi="90"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-filename="/home/coucouf/hack/desktop-base/LinesColor/contents/images/1920x1200.png"
|
||||
sodipodi:docname="lines-lockscreen_1600x1200.svg"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="1600x1200.svg"
|
||||
inkscape:version="0.91 r13725"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="1600"
|
||||
@@ -23,7 +23,7 @@
|
||||
xml:space="preserve"><metadata
|
||||
id="metadata115"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs113"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1643,0,0,-1.1024,-2329.2542,2112.51)"
|
||||
@@ -56,9 +56,9 @@
|
||||
id="namedview179"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-height="1014"
|
||||
inkscape:window-height="1007"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0" /><rect
|
||||
@@ -304,19 +304,19 @@
|
||||
d="m 1488,848.1 c 2.101,-6.6 2.5,-10.5 3.301,-14.3 -5.901,7.5 -2.701,9.2 -3.301,14.3" /></g></g><g
|
||||
style="opacity:0.9"
|
||||
id="g161"
|
||||
transform="translate(-1314.14,-769.42806)"><path
|
||||
transform="translate(-1300.14,-769.42806)"><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1373.868,1877.12 c -0.08,0.08 -0.08,13.44 -0.24,16.961 -0.16,2.8 -0.4,8.879 -6.4,8.879 -6.159,0 -7.68,-7.039 -8.159,-10.159 -0.561,-3.44 -0.561,-6.24 -0.561,-7.44 0,-4 0.24,-15.12 9.601,-15.12 2.8,0 4.399,0.8 5.68,1.521 l 0.079,5.358 z m -24.08,9.76 c 0,23.439 12.479,23.439 14.319,23.439 5.12,0 8.48,-2.8 9.92,-7.76 l 0.16,7.36 c 1.601,-0.08 3.2,-0.24 5.76,-0.24 0.881,0 1.681,0 2.32,0.08 0.64,0 1.36,0.08 2.08,0.16 -1.36,-2.641 -2.32,-8.641 -2.32,-21.601 0,-12.64 0,-34 1.04,-40.479 -2.96,1.439 -5.6,2.32 -11.199,2.8 2.239,2.399 2.239,3.68 2.239,14.64 -1.6,-0.479 -3.6,-1.04 -6.96,-1.04 -14.959,0.081 -17.359,13.041 -17.359,22.641"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path163" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1394.828,1882.64 c 0.08,-6.88 1.52,-13.04 7.359,-13.04 6.48,0 6.96,7.12 6.801,13.04 h -14.16 z m 22.48,0.88 c 0,-9.76 -1.92,-19.28 -14.239,-19.28 -16.96,0 -16.96,18.8 -16.96,22.8 0,16.881 7.52,23.521 20.239,23.521 5.681,0 8.4,-0.8 9.92,-1.28 -0.08,-2.96 0.32,-4.88 0.801,-7.52 -1.761,1.12 -4,2.479 -8.96,2.479 -12.96,0 -13.12,-11.84 -13.12,-15.92 h 22.08 l 0.239,-4.8"
|
||||
d="m 1394.828,1882.64 c 0.08,-6.88 1.52,-13.04 7.359,-13.04 6.48,0 6.96,7.12 6.801,13.04 l -14.16,0 z m 22.48,0.88 c 0,-9.76 -1.92,-19.28 -14.239,-19.28 -16.96,0 -16.96,18.8 -16.96,22.8 0,16.881 7.52,23.521 20.239,23.521 5.681,0 8.4,-0.8 9.92,-1.28 -0.08,-2.96 0.32,-4.88 0.801,-7.52 -1.761,1.12 -4,2.479 -8.96,2.479 -12.96,0 -13.12,-11.84 -13.12,-15.92 l 22.08,0 0.239,-4.8"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path165" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1444.268,1887.04 c 0,7.761 -1.439,18.16 -11.04,18.16 -1.359,0 -2.96,-0.24 -4.08,-0.479 -0.159,-2.96 -0.159,-8.16 -0.159,-14.16 0,-7.12 0.72,-10.88 1.359,-12.72 1.76,-5.92 5.681,-6 6.4,-6 6.32,-10e-4 7.52,8.719 7.52,15.199 l 0,0 z m -23.84,9.121 c 0,6.159 0,9.68 -0.96,12.319 3.44,1.36 7.681,2.08 12.72,2.08 3.2,0 12.641,0 17.681,-10.399 2.399,-4.801 3.28,-11.28 3.28,-16.24 0,-2.96 -0.32,-9.521 -2.721,-13.681 -2.319,-3.92 -6.08,-5.92 -10.08,-5.92 -8,0 -10.319,6.641 -11.52,10.08 0,-4.24 0.08,-19.04 0.72,-26.56 -5.359,2.479 -8.72,2.88 -12.319,3.279 3.279,1.36 3.279,6.801 3.279,24.641 v 20.4"
|
||||
d="m 1444.268,1887.04 c 0,7.761 -1.439,18.16 -11.04,18.16 -1.359,0 -2.96,-0.24 -4.08,-0.479 -0.159,-2.96 -0.159,-8.16 -0.159,-14.16 0,-7.12 0.72,-10.88 1.359,-12.72 1.76,-5.92 5.681,-6 6.4,-6 6.32,-10e-4 7.52,8.719 7.52,15.199 l 0,0 z m -23.84,9.121 c 0,6.159 0,9.68 -0.96,12.319 3.44,1.36 7.681,2.08 12.72,2.08 3.2,0 12.641,0 17.681,-10.399 2.399,-4.801 3.28,-11.28 3.28,-16.24 0,-2.96 -0.32,-9.521 -2.721,-13.681 -2.319,-3.92 -6.08,-5.92 -10.08,-5.92 -8,0 -10.319,6.641 -11.52,10.08 0,-4.24 0.08,-19.04 0.72,-26.56 -5.359,2.479 -8.72,2.88 -12.319,3.279 3.279,1.36 3.279,6.801 3.279,24.641 l 0,20.4"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path167" /><path
|
||||
@@ -331,7 +331,7 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path171" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1543.548,1901.76 c 0.08,2.8 0.08,5.84 1.28,8.24 -1.84,-0.16 -2.88,-0.4 -6.32,-0.4 -2,0 -3.119,0.16 -4.64,0.4 0.32,-1.12 0.48,-1.521 0.64,-2.881 0.24,-1.92 0.4,-8.319 0.4,-10.56 v -8.96 c 0,-3.92 0,-9.52 -0.24,-11.52 -0.16,-1.44 -0.56,-5.2 -5.439,-5.2 -4.721,0 -6.32,3.52 -6.881,6.319 -0.64,2.881 -0.64,6.08 -0.64,18.4 0.08,10.641 0.08,11.6 0.88,14.561 -1.439,-0.16 -3.12,-0.32 -5.68,-0.32 -2,0 -3.36,0.08 -4.96,0.32 0.56,-1.36 0.88,-2 1.12,-6.641 0.159,-4.56 0.479,-27.04 -0.24,-32.32 -0.4,-3.279 -1.28,-4 -2.16,-4.8 6.72,-0.319 8.88,-1.439 10.96,-2.479 v 8.8 c 0.96,-2.56 3.04,-8.32 11.36,-8.32 10.399,0 10.479,7.601 10.56,12.561 v 24.8"
|
||||
d="m 1543.548,1901.76 c 0.08,2.8 0.08,5.84 1.28,8.24 -1.84,-0.16 -2.88,-0.4 -6.32,-0.4 -2,0 -3.119,0.16 -4.64,0.4 0.32,-1.12 0.48,-1.521 0.64,-2.881 0.24,-1.92 0.4,-8.319 0.4,-10.56 l 0,-8.96 c 0,-3.92 0,-9.52 -0.24,-11.52 -0.16,-1.44 -0.56,-5.2 -5.439,-5.2 -4.721,0 -6.32,3.52 -6.881,6.319 -0.64,2.881 -0.64,6.08 -0.64,18.4 0.08,10.641 0.08,11.6 0.88,14.561 -1.439,-0.16 -3.12,-0.32 -5.68,-0.32 -2,0 -3.36,0.08 -4.96,0.32 0.56,-1.36 0.88,-2 1.12,-6.641 0.159,-4.56 0.479,-27.04 -0.24,-32.32 -0.4,-3.279 -1.28,-4 -2.16,-4.8 6.72,-0.319 8.88,-1.439 10.96,-2.479 l 0,8.8 c 0.96,-2.56 3.04,-8.32 11.36,-8.32 10.399,0 10.479,7.601 10.56,12.561 l 0,24.8"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path173" /><path
|
||||
@@ -339,14 +339,7 @@
|
||||
d="m 1469.788,1852.081 -6.88,6.88 -6.881,-6.88 6.881,-6.881 6.88,6.881"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path175" /></g><text
|
||||
style="font-size:46.77019882px;opacity:0.9;fill:#ffffff;font-family:Poppl-Laudatio-Condensed"
|
||||
font-size="46.7702"
|
||||
enable-background="new "
|
||||
id="text177"
|
||||
x="237.6788"
|
||||
y="1125.8302">8</text>
|
||||
<radialGradient
|
||||
id="path175" /></g><radialGradient
|
||||
id="line150-0_1_"
|
||||
cx="249.15981"
|
||||
cy="1170.7542"
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
@@ -12,8 +12,8 @@
|
||||
inkscape:export-ydpi="90"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-filename="/home/coucouf/hack/desktop-base/LinesColor/contents/images/1920x1200.png"
|
||||
sodipodi:docname="lines-lockscreen_1920x1080.svg"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="1920x1080.svg"
|
||||
inkscape:version="0.91 r13725"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="1920"
|
||||
@@ -23,7 +23,7 @@
|
||||
xml:space="preserve"><metadata
|
||||
id="metadata115"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs113"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1643,0,0,-1.1024,-2329.2542,1992.51)"
|
||||
@@ -56,9 +56,9 @@
|
||||
id="namedview179"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-height="1014"
|
||||
inkscape:window-height="1007"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0" /><rect
|
||||
@@ -304,19 +304,19 @@
|
||||
d="m 1488,848.1 c 2.101,-6.6 2.5,-10.5 3.301,-14.3 -5.901,7.5 -2.701,9.2 -3.301,14.3" /></g></g><g
|
||||
style="opacity:0.9"
|
||||
id="g161"
|
||||
transform="translate(-1314.14,-889.42806)"><path
|
||||
transform="translate(-1302.14,-889.42806)"><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1373.868,1877.12 c -0.08,0.08 -0.08,13.44 -0.24,16.961 -0.16,2.8 -0.4,8.879 -6.4,8.879 -6.159,0 -7.68,-7.039 -8.159,-10.159 -0.561,-3.44 -0.561,-6.24 -0.561,-7.44 0,-4 0.24,-15.12 9.601,-15.12 2.8,0 4.399,0.8 5.68,1.521 l 0.079,5.358 z m -24.08,9.76 c 0,23.439 12.479,23.439 14.319,23.439 5.12,0 8.48,-2.8 9.92,-7.76 l 0.16,7.36 c 1.601,-0.08 3.2,-0.24 5.76,-0.24 0.881,0 1.681,0 2.32,0.08 0.64,0 1.36,0.08 2.08,0.16 -1.36,-2.641 -2.32,-8.641 -2.32,-21.601 0,-12.64 0,-34 1.04,-40.479 -2.96,1.439 -5.6,2.32 -11.199,2.8 2.239,2.399 2.239,3.68 2.239,14.64 -1.6,-0.479 -3.6,-1.04 -6.96,-1.04 -14.959,0.081 -17.359,13.041 -17.359,22.641"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path163" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1394.828,1882.64 c 0.08,-6.88 1.52,-13.04 7.359,-13.04 6.48,0 6.96,7.12 6.801,13.04 h -14.16 z m 22.48,0.88 c 0,-9.76 -1.92,-19.28 -14.239,-19.28 -16.96,0 -16.96,18.8 -16.96,22.8 0,16.881 7.52,23.521 20.239,23.521 5.681,0 8.4,-0.8 9.92,-1.28 -0.08,-2.96 0.32,-4.88 0.801,-7.52 -1.761,1.12 -4,2.479 -8.96,2.479 -12.96,0 -13.12,-11.84 -13.12,-15.92 h 22.08 l 0.239,-4.8"
|
||||
d="m 1394.828,1882.64 c 0.08,-6.88 1.52,-13.04 7.359,-13.04 6.48,0 6.96,7.12 6.801,13.04 l -14.16,0 z m 22.48,0.88 c 0,-9.76 -1.92,-19.28 -14.239,-19.28 -16.96,0 -16.96,18.8 -16.96,22.8 0,16.881 7.52,23.521 20.239,23.521 5.681,0 8.4,-0.8 9.92,-1.28 -0.08,-2.96 0.32,-4.88 0.801,-7.52 -1.761,1.12 -4,2.479 -8.96,2.479 -12.96,0 -13.12,-11.84 -13.12,-15.92 l 22.08,0 0.239,-4.8"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path165" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1444.268,1887.04 c 0,7.761 -1.439,18.16 -11.04,18.16 -1.359,0 -2.96,-0.24 -4.08,-0.479 -0.159,-2.96 -0.159,-8.16 -0.159,-14.16 0,-7.12 0.72,-10.88 1.359,-12.72 1.76,-5.92 5.681,-6 6.4,-6 6.32,-10e-4 7.52,8.719 7.52,15.199 l 0,0 z m -23.84,9.121 c 0,6.159 0,9.68 -0.96,12.319 3.44,1.36 7.681,2.08 12.72,2.08 3.2,0 12.641,0 17.681,-10.399 2.399,-4.801 3.28,-11.28 3.28,-16.24 0,-2.96 -0.32,-9.521 -2.721,-13.681 -2.319,-3.92 -6.08,-5.92 -10.08,-5.92 -8,0 -10.319,6.641 -11.52,10.08 0,-4.24 0.08,-19.04 0.72,-26.56 -5.359,2.479 -8.72,2.88 -12.319,3.279 3.279,1.36 3.279,6.801 3.279,24.641 v 20.4"
|
||||
d="m 1444.268,1887.04 c 0,7.761 -1.439,18.16 -11.04,18.16 -1.359,0 -2.96,-0.24 -4.08,-0.479 -0.159,-2.96 -0.159,-8.16 -0.159,-14.16 0,-7.12 0.72,-10.88 1.359,-12.72 1.76,-5.92 5.681,-6 6.4,-6 6.32,-10e-4 7.52,8.719 7.52,15.199 l 0,0 z m -23.84,9.121 c 0,6.159 0,9.68 -0.96,12.319 3.44,1.36 7.681,2.08 12.72,2.08 3.2,0 12.641,0 17.681,-10.399 2.399,-4.801 3.28,-11.28 3.28,-16.24 0,-2.96 -0.32,-9.521 -2.721,-13.681 -2.319,-3.92 -6.08,-5.92 -10.08,-5.92 -8,0 -10.319,6.641 -11.52,10.08 0,-4.24 0.08,-19.04 0.72,-26.56 -5.359,2.479 -8.72,2.88 -12.319,3.279 3.279,1.36 3.279,6.801 3.279,24.641 l 0,20.4"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path167" /><path
|
||||
@@ -331,7 +331,7 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path171" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1543.548,1901.76 c 0.08,2.8 0.08,5.84 1.28,8.24 -1.84,-0.16 -2.88,-0.4 -6.32,-0.4 -2,0 -3.119,0.16 -4.64,0.4 0.32,-1.12 0.48,-1.521 0.64,-2.881 0.24,-1.92 0.4,-8.319 0.4,-10.56 v -8.96 c 0,-3.92 0,-9.52 -0.24,-11.52 -0.16,-1.44 -0.56,-5.2 -5.439,-5.2 -4.721,0 -6.32,3.52 -6.881,6.319 -0.64,2.881 -0.64,6.08 -0.64,18.4 0.08,10.641 0.08,11.6 0.88,14.561 -1.439,-0.16 -3.12,-0.32 -5.68,-0.32 -2,0 -3.36,0.08 -4.96,0.32 0.56,-1.36 0.88,-2 1.12,-6.641 0.159,-4.56 0.479,-27.04 -0.24,-32.32 -0.4,-3.279 -1.28,-4 -2.16,-4.8 6.72,-0.319 8.88,-1.439 10.96,-2.479 v 8.8 c 0.96,-2.56 3.04,-8.32 11.36,-8.32 10.399,0 10.479,7.601 10.56,12.561 v 24.8"
|
||||
d="m 1543.548,1901.76 c 0.08,2.8 0.08,5.84 1.28,8.24 -1.84,-0.16 -2.88,-0.4 -6.32,-0.4 -2,0 -3.119,0.16 -4.64,0.4 0.32,-1.12 0.48,-1.521 0.64,-2.881 0.24,-1.92 0.4,-8.319 0.4,-10.56 l 0,-8.96 c 0,-3.92 0,-9.52 -0.24,-11.52 -0.16,-1.44 -0.56,-5.2 -5.439,-5.2 -4.721,0 -6.32,3.52 -6.881,6.319 -0.64,2.881 -0.64,6.08 -0.64,18.4 0.08,10.641 0.08,11.6 0.88,14.561 -1.439,-0.16 -3.12,-0.32 -5.68,-0.32 -2,0 -3.36,0.08 -4.96,0.32 0.56,-1.36 0.88,-2 1.12,-6.641 0.159,-4.56 0.479,-27.04 -0.24,-32.32 -0.4,-3.279 -1.28,-4 -2.16,-4.8 6.72,-0.319 8.88,-1.439 10.96,-2.479 l 0,8.8 c 0.96,-2.56 3.04,-8.32 11.36,-8.32 10.399,0 10.479,7.601 10.56,12.561 l 0,24.8"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path173" /><path
|
||||
@@ -339,14 +339,7 @@
|
||||
d="m 1469.788,1852.081 -6.88,6.88 -6.881,-6.88 6.881,-6.881 6.88,6.881"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path175" /></g><text
|
||||
style="font-size:46.77019882px;opacity:0.9;fill:#ffffff;font-family:Poppl-Laudatio-Condensed"
|
||||
font-size="46.7702"
|
||||
enable-background="new "
|
||||
id="text177"
|
||||
x="237.6788"
|
||||
y="1005.8302">8</text>
|
||||
<radialGradient
|
||||
id="path175" /></g><radialGradient
|
||||
id="line150-0_1_"
|
||||
cx="249.15981"
|
||||
cy="1170.7542"
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
383
lines-theme/lockscreen/contents/images/1920x1200.svg
Normal file
@@ -0,0 +1,383 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
inkscape:export-ydpi="90"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-filename="/home/coucouf/hack/desktop-base/LinesColor/contents/images/1920x1200.png"
|
||||
sodipodi:docname="1920x1200.svg"
|
||||
inkscape:version="0.91 r13725"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="1920px"
|
||||
height="1200px"
|
||||
viewBox="0 0 1920 1200"
|
||||
enable-background="new 0 0 1920 1200"
|
||||
xml:space="preserve"><metadata
|
||||
id="metadata115"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs113"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1643,0,0,-1.1024,-2329.2542,2112.51)"
|
||||
fy="1914.728"
|
||||
fx="3682.4878"
|
||||
r="2425.521"
|
||||
cy="1901.052"
|
||||
cx="3935.3669"
|
||||
id="rect11_1_"><stop
|
||||
id="stop6"
|
||||
style="stop-color:#073246"
|
||||
offset="0" /><stop
|
||||
id="stop8"
|
||||
style="stop-color:#489291"
|
||||
offset="0.4409" /><stop
|
||||
id="stop10"
|
||||
style="stop-color:#063246"
|
||||
offset="0.9891" /></radialGradient></defs><sodipodi:namedview
|
||||
borderlayer="true"
|
||||
inkscape:cy="542.82673"
|
||||
inkscape:cx="1036.5692"
|
||||
inkscape:zoom="0.55625733"
|
||||
showgrid="false"
|
||||
guidetolerance="10"
|
||||
gridtolerance="10"
|
||||
objecttolerance="10"
|
||||
borderopacity="1"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="namedview179"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-height="1007"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0" /><rect
|
||||
style="fill:url(#rect11_1_)"
|
||||
height="1496.8"
|
||||
width="2731.5"
|
||||
y="-148.39999"
|
||||
x="-205"
|
||||
id="rect11" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:url(#ellipse115_1_);stroke:url(#ellipse115_2_);stroke-width:0.89999998;stroke-miterlimit:10"
|
||||
id="ellipse115"
|
||||
sodipodi:ry="195.552"
|
||||
sodipodi:rx="127.869"
|
||||
sodipodi:cy="791.151"
|
||||
sodipodi:cx="1727.354"
|
||||
stroke-miterlimit="10"
|
||||
d="m 2005.2879,497.88256 c 64.98,50.22 34.92,198.1791 -67.32,330.57 -102.15,132.39 -237.6909,198.99004 -302.76,148.77 -64.98,-50.22 -34.92,-198.18 67.32,-330.57 102.24,-132.3909 237.78,-198.99 302.76,-148.77 z" /><path
|
||||
style="fill:url(#path122_1_);stroke:url(#path122_2_);stroke-width:0.89999998;stroke-miterlimit:10"
|
||||
id="path122"
|
||||
inkscape:connector-curvature="0"
|
||||
stroke-miterlimit="10"
|
||||
d="m 1389.6879,871.56166 c 122.04,-122.04 285.39,-156.42 364.95,-76.8591 79.56,79.5591 45.09,242.90914 -76.86,364.95004 -122.04,122.04 -285.39,156.42 -364.95,76.8591 -79.56,-79.5591 -45.09,-242.90914 76.86,-364.95004 l 0,0 z" /><linearGradient
|
||||
id="ellipse115_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="2533.6902"
|
||||
y1="75.4578"
|
||||
x2="2889.6902"
|
||||
y2="555.4577"
|
||||
gradientTransform="matrix(1.02537,0.09675,-0.09675,-0.9747,-939.26148,795.65872)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FF703E;stop-opacity:0.5"
|
||||
id="stop14" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FF703E;stop-opacity:0"
|
||||
id="stop16" /></linearGradient><linearGradient
|
||||
id="ellipse115_2_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1603.5935"
|
||||
y1="691.3"
|
||||
x2="2092.0066"
|
||||
y2="691.3"
|
||||
gradientTransform="matrix(0.9,0,0,0.9,157.22787,115.38256)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop19" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop21" /></linearGradient><linearGradient
|
||||
id="path122_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="2386.1306"
|
||||
y1="193.4631"
|
||||
x2="1720.1268"
|
||||
y2="307.4633"
|
||||
gradientTransform="matrix(0.9,0,0,-0.9,-375.96849,1230.4303)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#C4D36A;stop-opacity:0.5"
|
||||
id="stop25" /><stop
|
||||
offset="0.672"
|
||||
style="stop-color:#FFFF00;stop-opacity:0"
|
||||
id="stop27" /></linearGradient><linearGradient
|
||||
id="path122_2_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1699.9138"
|
||||
y1="704.9963"
|
||||
x2="1358.9851"
|
||||
y2="1295.5022"
|
||||
gradientTransform="matrix(0.9,0,0,0.9,157.22787,115.38256)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop30" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop32" /></linearGradient><linearGradient
|
||||
id="path129_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="2922.9958"
|
||||
y1="1154.3909"
|
||||
x2="2929.1228"
|
||||
y2="1154.3909"
|
||||
gradientTransform="matrix(0.9,0,0,-0.9,-910.05612,2031.4742)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop36" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop38" /></linearGradient><linearGradient
|
||||
id="path136_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1644.991"
|
||||
y1="112.2419"
|
||||
x2="2557.491"
|
||||
y2="112.2419"
|
||||
gradientTransform="matrix(0.9,0,0,-0.9,-375.96849,1230.4303)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop42" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop44" /></linearGradient><linearGradient
|
||||
id="path157_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="2147.7908"
|
||||
y1="263.6418"
|
||||
x2="2389.8904"
|
||||
y2="263.6418"
|
||||
gradientTransform="matrix(0.9,0,0,-0.9,-375.96849,1230.4303)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop48" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FF00FF;stop-opacity:0"
|
||||
id="stop50" /></linearGradient><linearGradient
|
||||
id="path122-9_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="2694.0085"
|
||||
y1="733.637"
|
||||
x2="1490.8843"
|
||||
y2="1498.7159"
|
||||
gradientTransform="matrix(0.9005,-0.3782,-0.3872,-0.922,-294.7356,2551.2888)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#00FFFF;stop-opacity:0.5"
|
||||
id="stop54" /><stop
|
||||
offset="0.5914"
|
||||
style="stop-color:#00FFFF;stop-opacity:0"
|
||||
id="stop56" /></linearGradient><linearGradient
|
||||
id="path122-9_2_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1515.6443"
|
||||
y1="415.8347"
|
||||
x2="1118.4648"
|
||||
y2="1103.7697"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop59" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop61" /></linearGradient><linearGradient
|
||||
id="path136-2_1_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="2823.6345"
|
||||
y1="-1023.7244"
|
||||
x2="1371.4865"
|
||||
y2="-417.6651"
|
||||
gradientTransform="matrix(0.5543,0.8323,0.8323,-0.5543,792.9485,-1747.2346)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#C95D67;stop-opacity:0.5"
|
||||
id="stop65" /><stop
|
||||
offset="0.543"
|
||||
style="stop-color:#FFC7DB;stop-opacity:0"
|
||||
id="stop67" /></linearGradient><linearGradient
|
||||
id="path136-2_2_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="846.3171"
|
||||
y1="502.4797"
|
||||
x2="1905.908"
|
||||
y2="502.4797"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop70" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop72" /></linearGradient><path
|
||||
style="fill:url(#path122-9_1_);stroke:url(#path122-9_2_);stroke-miterlimit:10"
|
||||
id="path122-9"
|
||||
inkscape:connector-curvature="0"
|
||||
stroke-miterlimit="10"
|
||||
d="m 1422.7,388.4 c 311,96.3 515.9,340.7 457.5,545.8 -58.3,205.101 -357.8,293.301 -668.8,197 -311,-96.3 -515.9,-340.7 -457.5,-545.8 58.401,-205.2 357.8,-293.3 668.8,-197 z" /><path
|
||||
style="fill:url(#path136-2_1_);stroke:url(#path136-2_2_);stroke-miterlimit:10"
|
||||
id="path136-2"
|
||||
inkscape:connector-curvature="0"
|
||||
stroke-miterlimit="10"
|
||||
d="m 1733.5,264.5 c 215.6,323.8 230.4,692.9 33.1,824.3 -197.4,131.399 -532.2,-24.5 -747.8,-348.3 C 803.1,416.7 788.301,47.6 985.7,-83.8 c 197.3,-131.5 532.2,24.5 747.8,348.3 z" /><path
|
||||
style="fill:none;stroke:url(#path136_1_);stroke-width:1.35000002;stroke-miterlimit:10"
|
||||
id="path136"
|
||||
inkscape:connector-curvature="0"
|
||||
stroke-miterlimit="10"
|
||||
d="m 1515.1488,720.54256 c 226.44,0 409.95,183.06 409.95,408.87004 0,225.81 -183.51,408.8709 -409.95,408.8709 -226.4409,0 -409.95,-183.06 -409.95,-408.8709 0,-225.81004 183.5091,-408.87004 409.95,-408.87004 l 0,0 z" /><path
|
||||
style="fill:none;stroke:url(#path129_1_);stroke-width:0.89999998;stroke-miterlimit:10"
|
||||
id="path129"
|
||||
inkscape:connector-curvature="0"
|
||||
stroke-miterlimit="10"
|
||||
d="m 1723.4079,990.90256 c 1.26,0 2.3409,0.72 2.3409,1.62 0,0.9 -0.9909,1.62 -2.3409,1.62 -1.2591,0 -2.34,-0.72 -2.34,-1.62 0,-0.9 1.0809,-1.62 2.34,-1.62 z" /><path
|
||||
style="fill:none;stroke:url(#path157_1_);stroke-width:1.35000002;stroke-miterlimit:10"
|
||||
id="path157"
|
||||
inkscape:connector-curvature="0"
|
||||
stroke-miterlimit="10"
|
||||
d="m 1665.9879,858.60256 c 59.85,0 108.27,60.3 108.27,134.55 0,74.34004 -48.5091,134.55004 -108.27,134.55004 -59.85,0 -108.27,-60.3 -108.27,-134.55004 0,-74.25 48.42,-134.55 108.27,-134.55 l 0,0 z" /><g
|
||||
id="logo"
|
||||
style="opacity:0.9"
|
||||
transform="matrix(0.9,0,0,0.9,157.22787,115.38256)"><g
|
||||
id="g16"><path
|
||||
style="fill:#ffffff"
|
||||
id="path23"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1686.1,932.1 c -6.8,0.1 1.3,3.5 10.2,4.9 2.5,-1.9 4.699,-3.9 6.699,-5.801 -5.599,1.401 -11.198,1.401 -16.899,0.901" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path30"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1722.801,923 c 4.1,-5.601 7.1,-11.801 8.1,-18.101 -0.9,4.5 -3.4,8.4 -5.7,12.601 -12.8,8 -1.199,-4.801 0,-9.7 -13.801,17.2 -1.9,10.3 -2.4,15.2" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path37"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1736.4,887.699 c 0.8,-12.3 -2.4,-8.399 -3.5,-3.699 1.2,0.699 2.3,8.699 3.5,3.699" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path44"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1660.1,719.5 c 3.7,0.699 7.899,1.199 7.3,2 4,-0.9 4.901,-1.7 -7.3,-2" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path51"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1667.4,721.5 -2.6,0.5 2.399,-0.2 0.201,-0.3" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path58"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1781.4,892.4 c 0.4,11.101 -3.2,16.4 -6.5,25.9 l -5.9,2.899 c -4.8,9.4 0.5,6 -3,13.4 -7.6,6.7 -22.899,21 -27.899,22.3 -3.601,-0.1 2.399,-4.2 3.2,-5.899 -10.101,6.899 -8.101,10.399 -23.601,14.6 l -0.5,-1 c -38.2,17.9 -91.2,-17.6 -90.5,-66.1 -0.399,3.1 -1.2,2.3 -2,3.6 -2,-24.9 11.5,-50 34.3,-60.2 22.301,-11 48.4,-6.5 64.4,8.4 -8.8,-11.5 -26.2,-23.601 -46.9,-22.5 -20.3,0.3 -39.199,13.2 -45.5,27.1 -10.399,6.5 -11.6,25.101 -16.1,28.601 -6.1,44.6 11.4,63.899 41.1,86.6 4.7,3.1 1.301,3.6 2,6 -9.899,-4.6 -18.899,-11.6 -26.3,-20.1 3.9,5.699 8.2,11.3 13.7,15.699 -9.3,-3.1 -21.7,-22.5 -25.3,-23.3 16,28.601 65,50.2 90.6,39.5 -11.899,0.4 -26.899,0.2 -40.3,-4.7 -5.6,-2.899 -13.2,-8.8 -11.8,-9.899 35,13 71.1,9.899 101.399,-14.3 7.7,-6 16.101,-16.2 18.5,-16.301 -3.699,5.5 0.601,2.601 -2.199,7.5 7.699,-12.399 -3.301,-5 7.899,-21.3 l 4.2,5.7 c -1.5,-10.3 12.8,-22.7 11.3,-38.9 3.3,-5 3.7,5.301 0.2,16.7 4.8,-12.7 1.3,-14.7 2.5,-25.1 1.3,3.5 3.1,7.2 4,10.899 -3.1,-12.199 3.2,-20.6 4.8,-27.699 -1.6,-0.7 -4.899,5.399 -5.6,-9 0.1,-6.301 1.8,-3.301 2.399,-4.801 -1.199,-0.699 -4.5,-5.5 -6.399,-14.699 1.399,-2.2 3.8,5.6 5.8,5.899 -1.2,-7.3 -3.4,-12.899 -3.5,-18.6 -5.7,-11.9 -2,1.6 -6.6,-5.101 -6,-18.8 5,-4.399 5.8,-12.899 9.2,13.3 14.399,33.8 16.8,42.3 -1.8,-10.4 -4.8,-20.4 -8.4,-30.1 2.801,1.199 -4.5,-21.301 3.601,-6.4 -8.601,-31.8 -37,-61.5 -63.101,-75.4 3.2,2.9 7.2,14.2 5.801,14.801 -13,-7.7 -10.7,-15.9 -12.601,-19.2 -10.6,-4.3 -11.3,0.3 -18.3,0 -19.9,-10.601 -23.8,-9.4 -42.1,-16 l 0.8,3.899 c -13.2,-4.399 -15.4,1.7 -29.7,0 -0.899,-0.699 4.601,-2.399 9,-3.1 -12.8,1.7 -12.199,-2.5 -24.699,0.5 3.1,-2.2 6.3,-3.6 9.6,-5.4 -10.4,0.601 -24.9,6 -20.4,1.101 -17,7.6 -47.1,18.2 -64.1,34 l -0.5,-3.5 c -7.8,9.3 -33.8,27.8 -35.9,39.8 l -2.1,0.5 c -4,6.8 -6.6,14.6 -9.8,21.6 -5.301,9 -7.7,3.5 -7,4.9 -10.4,21 -15.5,38.7 -20,53.1 3.199,4.7 0.1,28.5 1.3,47.5 -5.2,94 66.1,185.2 144,206.301 11.4,4.1 28.4,3.899 42.8,4.3 -17,-4.9 -19.3,-2.601 -35.899,-8.4 -12,-5.6 -14.601,-12.1 -23.101,-19.399 l 3.4,5.899 c -16.601,-5.899 -9.7,-7.3 -23.2,-11.6 l 3.6,-4.7 c -5.399,-0.4 -14.3,-9.1 -16.699,-13.9 l -5.9,0.2 c -7.1,-8.7 -10.9,-15 -10.6,-19.899 l -1.9,3.399 c -2.2,-3.7 -26.1,-32.7 -13.7,-26 -2.3,-2.1 -5.399,-3.399 -8.7,-9.5 l 2.5,-2.899 c -6,-7.7 -11,-17.5 -10.6,-20.801 3.2,4.301 5.4,5.101 7.6,5.801 -15.1,-37.4 -15.899,-2.101 -27.399,-38 l 2.399,-0.2 c -1.899,-2.8 -3,-5.8 -4.5,-8.8 l 1,-10.5 c -10.899,-12.5 -3,-53.301 -1.5,-75.601 1.101,-9.1 9.101,-18.8 15.101,-33.899 l -3.7,-0.601 c 7.1,-12.3 40.3,-49.399 55.8,-47.5 7.5,-9.399 -1.5,0 -2.899,-2.399 16.399,-16.9 21.6,-12 32.6,-15 11.9,-7.101 -10.2,2.8 -4.6,-2.7 20.6,-5.3 14.6,-12 41.5,-14.601 2.8,1.601 -6.601,2.5 -9,4.601 17.199,-8.4 54.399,-6.5 78.6,4.7 28,13.1 59.6,51.8 60.8,88.1 l 1.4,0.4 c -0.7,14.5 2.2,31.199 -2.9,46.6 l 3.797,-7.202" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path65"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1611.301,941.5 -1,4.8 c 4.5,6.1 8.1,12.7 13.8,17.5 -4.101,-8.101 -7.101,-11.4 -12.8,-22.3" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path72"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1622,941.1 c -2.399,-2.6 -3.8,-5.8 -5.399,-9 1.5,5.5 4.6,10.3 7.5,15.1 L 1622,941.1" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path79"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1810.2,900.199 -1,2.5 c -1.8,13.101 -5.8,26 -11.899,38 6.699,-12.599 11.099,-26.5 12.899,-40.5" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path86"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1661.5,716.199 c 4.601,-1.699 11.4,-0.899 16.301,-2 -6.4,0.5 -12.801,0.9 -19.101,1.7 l 2.8,0.3" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path93"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1498.9,802.5 c 1.1,9.899 -7.4,13.699 1.9,7.199 5.001,-11.299 -1.999,-3.099 -1.9,-7.199" /><path
|
||||
style="fill:#ffffff"
|
||||
id="path100"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1488,848.1 c 2.101,-6.6 2.5,-10.5 3.301,-14.3 -5.901,7.5 -2.701,9.2 -3.301,14.3" /></g></g><g
|
||||
style="opacity:0.9"
|
||||
id="g161"
|
||||
transform="translate(-1302.14,-769.42806)"><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1373.868,1877.12 c -0.08,0.08 -0.08,13.44 -0.24,16.961 -0.16,2.8 -0.4,8.879 -6.4,8.879 -6.159,0 -7.68,-7.039 -8.159,-10.159 -0.561,-3.44 -0.561,-6.24 -0.561,-7.44 0,-4 0.24,-15.12 9.601,-15.12 2.8,0 4.399,0.8 5.68,1.521 l 0.079,5.358 z m -24.08,9.76 c 0,23.439 12.479,23.439 14.319,23.439 5.12,0 8.48,-2.8 9.92,-7.76 l 0.16,7.36 c 1.601,-0.08 3.2,-0.24 5.76,-0.24 0.881,0 1.681,0 2.32,0.08 0.64,0 1.36,0.08 2.08,0.16 -1.36,-2.641 -2.32,-8.641 -2.32,-21.601 0,-12.64 0,-34 1.04,-40.479 -2.96,1.439 -5.6,2.32 -11.199,2.8 2.239,2.399 2.239,3.68 2.239,14.64 -1.6,-0.479 -3.6,-1.04 -6.96,-1.04 -14.959,0.081 -17.359,13.041 -17.359,22.641"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path163" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1394.828,1882.64 c 0.08,-6.88 1.52,-13.04 7.359,-13.04 6.48,0 6.96,7.12 6.801,13.04 l -14.16,0 z m 22.48,0.88 c 0,-9.76 -1.92,-19.28 -14.239,-19.28 -16.96,0 -16.96,18.8 -16.96,22.8 0,16.881 7.52,23.521 20.239,23.521 5.681,0 8.4,-0.8 9.92,-1.28 -0.08,-2.96 0.32,-4.88 0.801,-7.52 -1.761,1.12 -4,2.479 -8.96,2.479 -12.96,0 -13.12,-11.84 -13.12,-15.92 l 22.08,0 0.239,-4.8"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path165" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1444.268,1887.04 c 0,7.761 -1.439,18.16 -11.04,18.16 -1.359,0 -2.96,-0.24 -4.08,-0.479 -0.159,-2.96 -0.159,-8.16 -0.159,-14.16 0,-7.12 0.72,-10.88 1.359,-12.72 1.76,-5.92 5.681,-6 6.4,-6 6.32,-10e-4 7.52,8.719 7.52,15.199 l 0,0 z m -23.84,9.121 c 0,6.159 0,9.68 -0.96,12.319 3.44,1.36 7.681,2.08 12.72,2.08 3.2,0 12.641,0 17.681,-10.399 2.399,-4.801 3.28,-11.28 3.28,-16.24 0,-2.96 -0.32,-9.521 -2.721,-13.681 -2.319,-3.92 -6.08,-5.92 -10.08,-5.92 -8,0 -10.319,6.641 -11.52,10.08 0,-4.24 0.08,-19.04 0.72,-26.56 -5.359,2.479 -8.72,2.88 -12.319,3.279 3.279,1.36 3.279,6.801 3.279,24.641 l 0,20.4"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path167" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1469.068,1910 c -1.681,-0.24 -2.801,-0.4 -5.28,-0.4 -2.641,0 -4.48,0.16 -6.4,0.4 0.8,-1.601 1.2,-2.32 1.44,-7.761 0.319,-7.359 0.399,-27.2 -0.16,-31.359 -0.4,-3.12 -1.2,-3.681 -2.32,-4.48 6.801,-0.64 8.721,-1.2 11.92,-2.64 -0.64,3.68 -0.72,5.52 -0.72,11.04 -0.24,28.72 -0.32,31.76 1.52,35.2"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path169" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1495.708,1886.48 c -0.16,5.2 -0.24,8.88 -1.68,11.76 -1.761,3.761 -4.641,4.8 -6.801,4.8 -4.96,0 -6.08,-4.159 -6.08,-8.239 0,-7.841 6.96,-8.4 10.16,-8.4 l 4.401,0.079 0,0 0,0 0,0 z m -22.88,10.24 c 0,5.2 1.6,10.479 6.24,12.72 2.08,0.88 4.159,0.88 4.8,0.88 7.68,0 10.24,-5.68 11.84,-9.12 -0.08,3.681 0,5.92 0.24,8.801 1.52,-0.08 2.96,-0.24 5.52,-0.24 1.44,0 2.72,0.16 4.16,0.24 -0.88,-1.44 -1.44,-2.24 -1.68,-5.521 -0.16,-3.12 -0.16,-6.32 -0.16,-10.72 l 0.08,-16.96 c 0,-6.32 -1.681,-12.561 -14.16,-12.561 -8.24,0 -13.04,2.48 -15.44,3.761 0.96,1.84 1.841,3.439 2.561,6.959 3.28,-2.8 7.52,-4.319 11.76,-4.319 6.88,0 6.88,4.56 6.88,11.04 -1.6,-0.08 -2.88,-0.24 -5.12,-0.24 -10.561,0.08 -17.521,4.16 -17.521,15.28"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path171" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1543.548,1901.76 c 0.08,2.8 0.08,5.84 1.28,8.24 -1.84,-0.16 -2.88,-0.4 -6.32,-0.4 -2,0 -3.119,0.16 -4.64,0.4 0.32,-1.12 0.48,-1.521 0.64,-2.881 0.24,-1.92 0.4,-8.319 0.4,-10.56 l 0,-8.96 c 0,-3.92 0,-9.52 -0.24,-11.52 -0.16,-1.44 -0.56,-5.2 -5.439,-5.2 -4.721,0 -6.32,3.52 -6.881,6.319 -0.64,2.881 -0.64,6.08 -0.64,18.4 0.08,10.641 0.08,11.6 0.88,14.561 -1.439,-0.16 -3.12,-0.32 -5.68,-0.32 -2,0 -3.36,0.08 -4.96,0.32 0.56,-1.36 0.88,-2 1.12,-6.641 0.159,-4.56 0.479,-27.04 -0.24,-32.32 -0.4,-3.279 -1.28,-4 -2.16,-4.8 6.72,-0.319 8.88,-1.439 10.96,-2.479 l 0,8.8 c 0.96,-2.56 3.04,-8.32 11.36,-8.32 10.399,0 10.479,7.601 10.56,12.561 l 0,24.8"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path173" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1469.788,1852.081 -6.88,6.88 -6.881,-6.88 6.881,-6.881 6.88,6.881"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path175" /></g><radialGradient
|
||||
id="line150-0_1_"
|
||||
cx="249.1598"
|
||||
cy="1170.7542"
|
||||
r="176.1836"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop100" /><stop
|
||||
offset="0.8536"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.0732"
|
||||
id="stop102" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop104" /></radialGradient><line
|
||||
id="line150-0"
|
||||
fill="none"
|
||||
stroke="url(#line150-0_1_)"
|
||||
stroke-width="1.5"
|
||||
stroke-miterlimit="10"
|
||||
x1="0"
|
||||
y1="1170.754"
|
||||
x2="498.32"
|
||||
y2="1170.754" /><radialGradient
|
||||
id="line143-1_1_"
|
||||
cx="280.4"
|
||||
cy="1190.1946"
|
||||
r="156.1866"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop108" /><stop
|
||||
offset="0.8548"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop110" /></radialGradient><line
|
||||
id="line143-1"
|
||||
fill="none"
|
||||
stroke="url(#line143-1_1_)"
|
||||
stroke-width="1.5"
|
||||
stroke-miterlimit="10"
|
||||
x1="280.4"
|
||||
y1="969.315"
|
||||
x2="280.4"
|
||||
y2="1411.074" /></svg>
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -12,8 +12,8 @@
|
||||
inkscape:export-ydpi="90"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-filename="/home/coucouf/hack/desktop-base/LinesColor/contents/images/1920x1200.png"
|
||||
sodipodi:docname="lines-lockscreen_2560x1080.svg"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="2560x1080.svg"
|
||||
inkscape:version="0.91 r13725"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="2560"
|
||||
@@ -23,7 +23,7 @@
|
||||
xml:space="preserve"><metadata
|
||||
id="metadata115"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs113"><radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1643,0,0,-1.1024,-2221.3905,1983.5214)"
|
||||
@@ -56,9 +56,9 @@
|
||||
id="namedview179"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-height="1014"
|
||||
inkscape:window-height="1007"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0" /><rect
|
||||
@@ -304,19 +304,19 @@
|
||||
d="m 1488,848.1 c 2.101,-6.6 2.5,-10.5 3.301,-14.3 -5.901,7.5 -2.701,9.2 -3.301,14.3" /></g></g><g
|
||||
style="opacity:0.9"
|
||||
id="g161"
|
||||
transform="translate(-1314.14,-889.42806)"><path
|
||||
transform="translate(-1302.14,-889.42806)"><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1373.868,1877.12 c -0.08,0.08 -0.08,13.44 -0.24,16.961 -0.16,2.8 -0.4,8.879 -6.4,8.879 -6.159,0 -7.68,-7.039 -8.159,-10.159 -0.561,-3.44 -0.561,-6.24 -0.561,-7.44 0,-4 0.24,-15.12 9.601,-15.12 2.8,0 4.399,0.8 5.68,1.521 l 0.079,5.358 z m -24.08,9.76 c 0,23.439 12.479,23.439 14.319,23.439 5.12,0 8.48,-2.8 9.92,-7.76 l 0.16,7.36 c 1.601,-0.08 3.2,-0.24 5.76,-0.24 0.881,0 1.681,0 2.32,0.08 0.64,0 1.36,0.08 2.08,0.16 -1.36,-2.641 -2.32,-8.641 -2.32,-21.601 0,-12.64 0,-34 1.04,-40.479 -2.96,1.439 -5.6,2.32 -11.199,2.8 2.239,2.399 2.239,3.68 2.239,14.64 -1.6,-0.479 -3.6,-1.04 -6.96,-1.04 -14.959,0.081 -17.359,13.041 -17.359,22.641"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path163" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1394.828,1882.64 c 0.08,-6.88 1.52,-13.04 7.359,-13.04 6.48,0 6.96,7.12 6.801,13.04 h -14.16 z m 22.48,0.88 c 0,-9.76 -1.92,-19.28 -14.239,-19.28 -16.96,0 -16.96,18.8 -16.96,22.8 0,16.881 7.52,23.521 20.239,23.521 5.681,0 8.4,-0.8 9.92,-1.28 -0.08,-2.96 0.32,-4.88 0.801,-7.52 -1.761,1.12 -4,2.479 -8.96,2.479 -12.96,0 -13.12,-11.84 -13.12,-15.92 h 22.08 l 0.239,-4.8"
|
||||
d="m 1394.828,1882.64 c 0.08,-6.88 1.52,-13.04 7.359,-13.04 6.48,0 6.96,7.12 6.801,13.04 l -14.16,0 z m 22.48,0.88 c 0,-9.76 -1.92,-19.28 -14.239,-19.28 -16.96,0 -16.96,18.8 -16.96,22.8 0,16.881 7.52,23.521 20.239,23.521 5.681,0 8.4,-0.8 9.92,-1.28 -0.08,-2.96 0.32,-4.88 0.801,-7.52 -1.761,1.12 -4,2.479 -8.96,2.479 -12.96,0 -13.12,-11.84 -13.12,-15.92 l 22.08,0 0.239,-4.8"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path165" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1444.268,1887.04 c 0,7.761 -1.439,18.16 -11.04,18.16 -1.359,0 -2.96,-0.24 -4.08,-0.479 -0.159,-2.96 -0.159,-8.16 -0.159,-14.16 0,-7.12 0.72,-10.88 1.359,-12.72 1.76,-5.92 5.681,-6 6.4,-6 6.32,-10e-4 7.52,8.719 7.52,15.199 l 0,0 z m -23.84,9.121 c 0,6.159 0,9.68 -0.96,12.319 3.44,1.36 7.681,2.08 12.72,2.08 3.2,0 12.641,0 17.681,-10.399 2.399,-4.801 3.28,-11.28 3.28,-16.24 0,-2.96 -0.32,-9.521 -2.721,-13.681 -2.319,-3.92 -6.08,-5.92 -10.08,-5.92 -8,0 -10.319,6.641 -11.52,10.08 0,-4.24 0.08,-19.04 0.72,-26.56 -5.359,2.479 -8.72,2.88 -12.319,3.279 3.279,1.36 3.279,6.801 3.279,24.641 v 20.4"
|
||||
d="m 1444.268,1887.04 c 0,7.761 -1.439,18.16 -11.04,18.16 -1.359,0 -2.96,-0.24 -4.08,-0.479 -0.159,-2.96 -0.159,-8.16 -0.159,-14.16 0,-7.12 0.72,-10.88 1.359,-12.72 1.76,-5.92 5.681,-6 6.4,-6 6.32,-10e-4 7.52,8.719 7.52,15.199 l 0,0 z m -23.84,9.121 c 0,6.159 0,9.68 -0.96,12.319 3.44,1.36 7.681,2.08 12.72,2.08 3.2,0 12.641,0 17.681,-10.399 2.399,-4.801 3.28,-11.28 3.28,-16.24 0,-2.96 -0.32,-9.521 -2.721,-13.681 -2.319,-3.92 -6.08,-5.92 -10.08,-5.92 -8,0 -10.319,6.641 -11.52,10.08 0,-4.24 0.08,-19.04 0.72,-26.56 -5.359,2.479 -8.72,2.88 -12.319,3.279 3.279,1.36 3.279,6.801 3.279,24.641 l 0,20.4"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path167" /><path
|
||||
@@ -331,7 +331,7 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path171" /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
d="m 1543.548,1901.76 c 0.08,2.8 0.08,5.84 1.28,8.24 -1.84,-0.16 -2.88,-0.4 -6.32,-0.4 -2,0 -3.119,0.16 -4.64,0.4 0.32,-1.12 0.48,-1.521 0.64,-2.881 0.24,-1.92 0.4,-8.319 0.4,-10.56 v -8.96 c 0,-3.92 0,-9.52 -0.24,-11.52 -0.16,-1.44 -0.56,-5.2 -5.439,-5.2 -4.721,0 -6.32,3.52 -6.881,6.319 -0.64,2.881 -0.64,6.08 -0.64,18.4 0.08,10.641 0.08,11.6 0.88,14.561 -1.439,-0.16 -3.12,-0.32 -5.68,-0.32 -2,0 -3.36,0.08 -4.96,0.32 0.56,-1.36 0.88,-2 1.12,-6.641 0.159,-4.56 0.479,-27.04 -0.24,-32.32 -0.4,-3.279 -1.28,-4 -2.16,-4.8 6.72,-0.319 8.88,-1.439 10.96,-2.479 v 8.8 c 0.96,-2.56 3.04,-8.32 11.36,-8.32 10.399,0 10.479,7.601 10.56,12.561 v 24.8"
|
||||
d="m 1543.548,1901.76 c 0.08,2.8 0.08,5.84 1.28,8.24 -1.84,-0.16 -2.88,-0.4 -6.32,-0.4 -2,0 -3.119,0.16 -4.64,0.4 0.32,-1.12 0.48,-1.521 0.64,-2.881 0.24,-1.92 0.4,-8.319 0.4,-10.56 l 0,-8.96 c 0,-3.92 0,-9.52 -0.24,-11.52 -0.16,-1.44 -0.56,-5.2 -5.439,-5.2 -4.721,0 -6.32,3.52 -6.881,6.319 -0.64,2.881 -0.64,6.08 -0.64,18.4 0.08,10.641 0.08,11.6 0.88,14.561 -1.439,-0.16 -3.12,-0.32 -5.68,-0.32 -2,0 -3.36,0.08 -4.96,0.32 0.56,-1.36 0.88,-2 1.12,-6.641 0.159,-4.56 0.479,-27.04 -0.24,-32.32 -0.4,-3.279 -1.28,-4 -2.16,-4.8 6.72,-0.319 8.88,-1.439 10.96,-2.479 l 0,8.8 c 0.96,-2.56 3.04,-8.32 11.36,-8.32 10.399,0 10.479,7.601 10.56,12.561 l 0,24.8"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path173" /><path
|
||||
@@ -339,14 +339,7 @@
|
||||
d="m 1469.788,1852.081 -6.88,6.88 -6.881,-6.88 6.881,-6.881 6.88,6.881"
|
||||
enable-background="new "
|
||||
inkscape:connector-curvature="0"
|
||||
id="path175" /></g><text
|
||||
style="font-size:46.77019882px;opacity:0.9;fill:#ffffff;font-family:Poppl-Laudatio-Condensed"
|
||||
font-size="46.7702"
|
||||
enable-background="new "
|
||||
id="text177"
|
||||
x="237.6788"
|
||||
y="1005.8302">8</text>
|
||||
<radialGradient
|
||||
id="path175" /></g><radialGradient
|
||||
id="line150-0_1_"
|
||||
cx="249.15981"
|
||||
cy="1170.7542"
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
12
lines-theme/lockscreen/gnome-background.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<background>
|
||||
<static>
|
||||
<duration>8640000.0</duration>
|
||||
<file>
|
||||
<size width="1280" height="1024">/usr/share/desktop-base/lines-theme/lockscreen/contents/images/1280x1024.svg</size>
|
||||
<size width="1600" height="1200">/usr/share/desktop-base/lines-theme/lockscreen/contents/images/1600x1200.svg</size>
|
||||
<size width="1920" height="1080">/usr/share/desktop-base/lines-theme/lockscreen/contents/images/1920x1080.svg</size>
|
||||
<size width="1920" height="1200">/usr/share/desktop-base/lines-theme/lockscreen/contents/images/1920x1200.svg</size>
|
||||
<size width="2560" height="1080">/usr/share/desktop-base/lines-theme/lockscreen/contents/images/2560x1080.svg</size>
|
||||
</file>
|
||||
</static>
|
||||
</background>
|
||||
7
lines-theme/lockscreen/metadata.desktop
Normal file
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Lines Lock Screen
|
||||
Name[fr]=Écran de verrouillage pour Lignes
|
||||
X-KDE-PluginInfo-Name=LinesLockScreen
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -1,240 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="1920px" height="1200px" viewBox="0 0 1920 1200" enable-background="new 0 0 1920 1200" xml:space="preserve">
|
||||
<g id="gradient">
|
||||
|
||||
<radialGradient id="SVGID_1_" cx="2778.9287" cy="1248.3542" r="2425.5203" fx="2526.0498" fy="1262.03" gradientTransform="matrix(1.1643 0 0 -1.1024 -973.8126 1394.5897)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#073246"/>
|
||||
<stop offset="0.4409" style="stop-color:#489291"/>
|
||||
<stop offset="0.9891" style="stop-color:#063246"/>
|
||||
</radialGradient>
|
||||
<rect x="-196" y="-146.776" fill="url(#SVGID_1_)" width="2731.465" height="1496.775"/>
|
||||
</g>
|
||||
<g>
|
||||
<g id="logo">
|
||||
<g>
|
||||
|
||||
<radialGradient id="SVGID_2_" cx="2146.8174" cy="478.1985" r="6.7435" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_2_)" d="M1711.877,935.587c-6.849,0.098,1.299,3.521,10.231,4.898c2.472-1.928,4.718-3.872,6.704-5.768
|
||||
C1723.248,936.082,1717.584,936.108,1711.877,935.587"/>
|
||||
|
||||
<radialGradient id="SVGID_3_" cx="2176.1582" cy="498.5618" r="7.634" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_3_)" d="M1748.632,926.44c4.076-5.614,7.051-11.765,8.095-18.123c-0.911,4.528-3.379,8.446-5.694,12.573
|
||||
c-12.801,8.043-1.21-4.774-0.01-9.653C1737.26,928.533,1749.126,921.61,1748.632,926.44"/>
|
||||
|
||||
<radialGradient id="SVGID_4_" cx="2185.4512" cy="528.2566" r="3.7077" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_4_)" d="M1762.202,891.202c0.818-12.307-2.432-8.422-3.527-3.713
|
||||
C1759.949,888.148,1760.969,896.16,1762.202,891.202"/>
|
||||
|
||||
<radialGradient id="SVGID_5_" cx="2120.5449" cy="693.3123" r="3.3676" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_5_)" d="M1685.904,722.952c3.657,0.658,7.899,1.158,7.299,2.032
|
||||
C1697.207,724.106,1698.112,723.304,1685.904,722.952"/>
|
||||
|
||||
<radialGradient id="SVGID_6_" cx="2121.502" cy="692.0271" r="0.8699" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_6_)" d="M1693.205,724.984l-2.571,0.527l2.395-0.211L1693.205,724.984"/>
|
||||
|
||||
<radialGradient id="SVGID_7_" cx="2110.9863" cy="490.5237" r="181.8613" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_7_)" d="M1807.17,895.869c0.408,11.057-3.237,16.422-6.524,25.916l-5.923,2.949
|
||||
c-4.846,9.387,0.468,5.961-2.997,13.422c-7.562,6.719-22.948,21.008-27.873,22.308c-3.595-0.075,2.438-4.233,3.225-5.863
|
||||
c-10.118,6.942-8.117,10.421-23.598,14.636l-0.451-1.008c-38.182,17.931-91.217-17.598-90.514-66.08
|
||||
c-0.417,3.08-1.154,2.311-2.006,3.556c-1.975-24.942,11.543-49.993,34.321-60.223c22.294-11.021,48.416-6.497,64.385,8.355
|
||||
c-8.771-11.469-26.222-23.616-46.911-22.482c-20.27,0.319-39.218,13.171-45.542,27.125
|
||||
c-10.386,6.524-11.591,25.147-16.116,28.555c-6.087,44.648,11.445,63.937,41.104,86.627c4.67,3.143,1.322,3.607,1.953,6.008
|
||||
c-9.857-4.604-18.875-11.562-26.295-20.069c3.936,5.745,8.184,11.342,13.674,15.737c-9.29-3.139-21.705-22.48-25.331-23.263
|
||||
c16.02,28.623,64.979,50.206,90.625,39.495c-11.863,0.443-26.936,0.241-40.271-4.673c-5.595-2.878-13.211-8.829-11.842-9.948
|
||||
c34.993,13.045,71.134,9.88,101.412-14.342c7.7-5.991,16.121-16.176,18.545-16.315c-3.657,5.491,0.627,2.638-2.183,7.494
|
||||
c7.677-12.354-3.334-5.026,7.931-21.333l4.167,5.72c-1.55-10.251,12.76-22.712,11.312-38.932
|
||||
c3.282-4.963,3.66,5.339,0.177,16.748c4.835-12.658,1.279-14.688,2.514-25.131c1.347,3.5,3.107,7.232,4.005,10.934
|
||||
c-3.147-12.227,3.232-20.596,4.811-27.704c-1.551-0.688-4.86,5.406-5.616-9.042c0.115-6.277,1.752-3.288,2.382-4.836
|
||||
c-1.23-0.713-4.472-5.519-6.441-14.746c1.427-2.166,3.811,5.619,5.763,5.938c-1.249-7.337-3.407-12.93-3.493-18.557
|
||||
c-5.679-11.851-2.005,1.575-6.619-5.089c-6.037-18.825,5.021-4.373,5.766-12.921c9.164,13.252,14.39,33.782,16.782,42.284
|
||||
c-1.829-10.366-4.782-20.409-8.4-30.137c2.786,1.171-4.478-21.33,3.618-6.429c-8.648-31.771-37.018-61.455-63.123-75.383
|
||||
c3.198,2.91,7.226,14.187,5.779,14.76c-12.981-7.713-10.702-15.924-12.555-19.183c-10.583-4.288-11.271,0.345-18.273,0.013
|
||||
c-19.935-10.555-23.775-9.436-42.117-16.046l0.838,3.896c-13.213-4.394-15.388,1.664-29.659,0.013
|
||||
c-0.871-0.679,4.573-2.445,9.05-3.104c-12.761,1.688-12.174-2.509-24.659,0.465c3.079-2.161,6.327-3.585,9.618-5.417
|
||||
c-10.414,0.626-24.857,6.05-20.395,1.126c-16.987,7.558-47.145,18.179-64.071,34.019l-0.529-3.548
|
||||
c-7.757,9.293-33.821,27.753-35.893,39.788l-2.075,0.479c-4.033,6.822-6.649,14.555-9.848,21.565
|
||||
c-5.277,8.98-7.737,3.459-6.984,4.861c-10.373,21.012-15.539,38.664-19.989,53.136c3.175,4.742,0.077,28.517,1.272,47.546
|
||||
c-5.213,93.973,66.078,185.211,144.006,206.279c11.411,4.081,28.4,3.925,42.847,4.339c-17.045-4.86-19.255-2.577-35.855-8.36
|
||||
c-11.979-5.621-14.603-12.056-23.084-19.4l3.358,5.922c-16.642-5.882-9.679-7.271-23.217-11.552l3.588-4.676
|
||||
c-5.391-0.407-14.288-9.07-16.712-13.866l-5.896,0.234c-7.101-8.73-10.869-15.021-10.598-19.892l-1.9,3.387
|
||||
c-2.16-3.704-26.088-32.747-13.676-25.983c-2.302-2.107-5.372-3.422-8.689-9.454l2.527-2.878
|
||||
c-5.972-7.67-10.992-17.5-10.612-20.772c3.185,4.29,5.396,5.094,7.585,5.834c-15.078-37.354-15.928-2.06-27.354-38.021
|
||||
l2.424-0.192c-1.858-2.782-2.98-5.806-4.47-8.776l1.048-10.466c-10.854-12.521-3.035-53.277-1.471-75.622
|
||||
c1.081-9.089,9.061-18.757,15.129-33.938l-3.696-0.627c7.067-12.302,40.341-49.404,55.753-47.492
|
||||
c7.465-9.366-1.484-0.046-2.938-2.394c16.397-16.94,21.553-11.976,32.619-15.019c11.935-7.074-10.248,2.756-4.58-2.695
|
||||
c20.634-5.267,14.618-11.961,41.532-14.632c2.838,1.614-6.585,2.49-8.951,4.579c17.188-8.391,54.396-6.481,78.566,4.666
|
||||
c28.048,13.082,59.554,51.753,60.802,88.134l1.416,0.384c-0.725,14.46,2.212,31.187-2.864,46.556L1807.17,895.869"/>
|
||||
|
||||
<radialGradient id="SVGID_8_" cx="2075.959" cy="459.5647" r="9.1426" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_8_)" d="M1637.128,944.972l-0.961,4.79c4.498,6.101,8.071,12.713,13.814,17.479
|
||||
C1645.848,959.197,1642.781,955.86,1637.128,944.972"/>
|
||||
|
||||
<radialGradient id="SVGID_9_" cx="2078.8184" cy="472.5818" r="5.9286" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_9_)" d="M1647.767,944.559c-2.374-2.635-3.792-5.799-5.362-8.954c1.501,5.537,4.595,10.305,7.472,15.148
|
||||
L1647.767,944.559"/>
|
||||
|
||||
<radialGradient id="SVGID_10_" cx="2249.8457" cy="491.9182" r="15.0487" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_10_)" d="M1836.039,903.709l-1.011,2.521c-1.84,13.075-5.823,26.02-11.932,38.014
|
||||
C1829.845,931.584,1834.211,917.731,1836.039,903.709"/>
|
||||
|
||||
<radialGradient id="SVGID_11_" cx="2123.4619" cy="698.6638" r="6.3272" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_11_)" d="M1687.264,719.677c4.624-1.689,11.38-0.931,16.29-2.041c-6.405,0.526-12.771,0.854-19.065,1.664
|
||||
L1687.264,719.677"/>
|
||||
|
||||
<radialGradient id="SVGID_12_" cx="1966.1328" cy="605.5173" r="4.2332" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_12_)" d="M1524.704,805.959c1.068,9.861-7.434,13.687,1.886,7.184
|
||||
C1531.577,801.914,1524.636,810.045,1524.704,805.959"/>
|
||||
|
||||
<radialGradient id="SVGID_13_" cx="1956.8027" cy="572.0212" r="5.2405" gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFF1E9"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
||||
</radialGradient>
|
||||
<path fill="url(#SVGID_13_)" d="M1513.761,851.589c2.146-6.574,2.532-10.521,3.349-14.325
|
||||
C1511.188,844.832,1514.384,846.443,1513.761,851.589"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ray">
|
||||
|
||||
<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="1884.0078" y1="492.9685" x2="2795.1436" y2="492.9685" gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<path fill="none" stroke="url(#SVGID_14_)" stroke-width="1.5" stroke-miterlimit="10" d="M2424.254,921.587
|
||||
c0,177.966-203.626,322.239-454.818,322.239s-454.817-144.276-454.817-322.24c0-12.026,0.926-23.896,2.742-35.582
|
||||
c24.998-161.223,217.86-286.654,452.075-286.65C2220.628,599.353,2424.254,743.623,2424.254,921.587z"/>
|
||||
|
||||
<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="1968.874" y1="623.407" x2="2226.1133" y2="623.407" gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
|
||||
<ellipse fill="none" stroke="url(#SVGID_15_)" stroke-width="1.5" stroke-miterlimit="10" cx="1727.354" cy="791.151" rx="127.869" ry="195.552"/>
|
||||
|
||||
<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="1490.4814" y1="559.4377" x2="2186.2031" y2="559.4377" gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<path fill="none" stroke="url(#SVGID_16_)" stroke-width="1.5" stroke-miterlimit="10" d="M1468.203,628.825
|
||||
c191.701,0,347.11,101.313,347.11,226.298c0,124.979-155.409,226.293-347.11,226.293c-191.707,0-347.111-101.314-347.111-226.293
|
||||
C1121.092,730.138,1276.496,628.825,1468.203,628.825z"/>
|
||||
|
||||
<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="2133.0742" y1="436.4631" x2="2139.2012" y2="436.4631" gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<path fill="none" stroke="url(#SVGID_17_)" stroke-miterlimit="10" d="M1765.998,976.282c1.418,0,2.563,0.813,2.563,1.812
|
||||
c0,1.003-1.146,1.814-2.563,1.814c-1.414,0-2.563-0.813-2.563-1.814C1763.437,977.094,1764.584,976.282,1765.998,976.282z"/>
|
||||
|
||||
<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="1448.4756" y1="284.3933" x2="2361.0127" y2="284.3933" gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.5"/>
|
||||
</linearGradient>
|
||||
<path fill="none" stroke="url(#SVGID_18_)" stroke-width="1.5" stroke-miterlimit="10" d="M1534.603,675.863
|
||||
c251.576,0,455.521,203.397,455.521,454.303c0,250.902-203.943,454.301-455.521,454.301
|
||||
c-251.572,0-455.517-203.397-455.517-454.301C1079.086,879.26,1283.029,675.863,1534.603,675.863z"/>
|
||||
|
||||
<radialGradient id="SVGID_19_" cx="1879.1934" cy="436.467" r="486.3092" gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
</radialGradient>
|
||||
|
||||
<line fill="none" stroke="url(#SVGID_19_)" stroke-width="1.5" stroke-miterlimit="10" x1="1509.054" y1="290.346" x2="1509.054" y2="1665.836"/>
|
||||
|
||||
<radialGradient id="SVGID_20_" cx="1910.4883" cy="503.6638" r="466.0838" gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
</radialGradient>
|
||||
|
||||
<line fill="none" stroke="url(#SVGID_20_)" stroke-width="1.5" stroke-miterlimit="10" x1="881.208" y1="910.894" x2="2199.49" y2="910.894"/>
|
||||
|
||||
<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="1142.0469" y1="1043.9666" x2="1592.0254" y2="1043.9666" gradientTransform="matrix(0.5366 0 0 -0.4054 968.6461 1402.0491)">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<path fill="none" stroke="url(#SVGID_21_)" stroke-width="1.5" stroke-miterlimit="10" d="M1702.2,829.289
|
||||
c66.455,0,120.324,66.954,120.324,149.539c0,82.581-53.869,149.533-120.324,149.533c-66.454,0-120.329-66.952-120.329-149.533
|
||||
C1581.871,896.243,1635.746,829.289,1702.2,829.289z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g opacity="0.8">
|
||||
<path opacity="0.8" fill="#FFFFFF" enable-background="new " d="M1236.647,854.2c-0.102,0.104-0.102,16.823-0.313,21.19
|
||||
c-0.205,3.529-0.52,11.117-7.998,11.117c-7.688,0-9.556-8.834-10.179-12.679c-0.724-4.253-0.724-7.792-0.724-9.344
|
||||
c0-4.991,0.313-18.911,12.047-18.911c3.53,0,5.507,1.042,7.063,1.869L1236.647,854.2z M1206.527,866.459
|
||||
c0,29.298,15.581,29.298,17.868,29.298c6.438,0,10.595-3.539,12.355-9.66l0.207,9.244c1.977-0.115,3.949-0.315,7.168-0.315
|
||||
c1.142,0,2.075,0,2.91,0.103c0.831,0,1.657,0.101,2.596,0.216c-1.66-3.322-2.906-10.807-2.906-27.019
|
||||
c0-15.788,0-42.479,1.347-50.581c-3.734,1.77-6.96,2.91-14.021,3.531c2.799,3.013,2.799,4.571,2.799,18.276
|
||||
c-1.969-0.619-4.461-1.35-8.717-1.35C1209.539,838.204,1206.527,854.408,1206.527,866.459"/>
|
||||
<path opacity="0.8" fill="#FFFFFF" enable-background="new " d="M1262.854,861.156c0.104-8.621,1.873-16.307,9.244-16.307
|
||||
c8.103,0,8.722,8.932,8.515,16.307H1262.854z M1290.899,862.202c0-12.158-2.389-24.104-17.764-24.104
|
||||
c-21.183,0-21.183,23.479-21.183,28.461c0,21.082,9.447,29.396,25.337,29.396c7.063,0,10.492-1.039,12.361-1.553
|
||||
c-0.103-3.746,0.415-6.131,1.042-9.352c-2.186,1.354-4.987,3.121-11.223,3.121c-16.202,0-16.41-14.764-16.41-19.851h27.632
|
||||
L1290.899,862.202"/>
|
||||
<path opacity="0.8" fill="#FFFFFF" enable-background="new " d="M1324.688,866.662c0,9.659-1.767,22.657-13.813,22.657
|
||||
c-1.666,0-3.738-0.324-5.088-0.632c-0.212-3.745-0.212-10.182-0.212-17.664c0-8.93,0.935-13.598,1.665-15.889
|
||||
c2.182-7.375,7.063-7.478,7.994-7.478C1323.131,847.659,1324.688,858.564,1324.688,866.662z M1294.883,877.987
|
||||
c0,7.688,0,12.056-1.246,15.368c4.252,1.669,9.553,2.601,15.894,2.601c4.045,0,15.784,0,22.117-12.98
|
||||
c3.015-6.029,4.053-14.131,4.053-20.26c0-3.742-0.415-11.943-3.431-17.14c-2.905-4.876-7.579-7.371-12.563-7.371
|
||||
c-9.976,0-12.878,8.312-14.437,12.566c0-5.295,0.101-23.783,0.932-33.234c-6.748,3.116-10.909,3.631-15.368,4.052
|
||||
c4.049,1.656,4.049,8.518,4.049,30.85V877.987"/>
|
||||
<path opacity="0.8" fill="#FFFFFF" enable-background="new " d="M1355.668,895.341c-2.08-0.315-3.537-0.522-6.553-0.522
|
||||
c-3.318,0-5.605,0.207-7.994,0.522c1.039-1.984,1.454-2.922,1.766-9.668c0.416-9.242,0.522-33.968-0.203-39.162
|
||||
c-0.521-3.949-1.457-4.568-2.911-5.606c8.52-0.832,10.905-1.453,14.854-3.322c-0.832,4.563-0.938,6.856-0.938,13.813
|
||||
C1353.482,887.235,1353.377,891.08,1355.668,895.341"/>
|
||||
<path opacity="0.8" fill="#FFFFFF" enable-background="new " d="M1388.924,865.931c-0.207,6.545-0.313,11.121-2.08,14.75
|
||||
c-2.18,4.676-5.813,6.029-8.518,6.029c-6.236,0-7.582-5.191-7.582-10.281c0-9.766,8.729-10.5,12.67-10.5h5.51V865.931
|
||||
L1388.924,865.931z M1360.359,878.714c0,6.545,1.977,13.09,7.793,15.896c2.598,1.146,5.19,1.146,6.024,1.146
|
||||
c9.558,0,12.773-7.068,14.75-11.436c-0.106,4.571,0,7.379,0.313,11.02c1.869-0.115,3.737-0.316,6.854-0.316
|
||||
c1.767,0,3.426,0.201,5.188,0.316c-1.144-1.771-1.763-2.814-2.076-6.859c-0.207-3.945-0.207-7.898-0.207-13.404l0.106-21.188
|
||||
c0-7.898-2.079-15.688-17.661-15.688c-10.281,0-16.304,3.116-19.316,4.677c1.248,2.283,2.287,4.252,3.221,8.727
|
||||
c4.056-3.532,9.353-5.405,14.748-5.405c8.627,0,8.627,5.718,8.627,13.813c-1.975-0.101-3.641-0.305-6.446-0.305
|
||||
C1369.084,859.712,1360.359,864.796,1360.359,878.714"/>
|
||||
<path opacity="0.8" fill="#FFFFFF" enable-background="new " d="M1448.75,885.052c0.104,3.537,0.104,7.272,1.562,10.289
|
||||
c-2.291-0.207-3.642-0.522-7.892-0.522c-2.5,0-3.85,0.207-5.826,0.522c0.416-1.354,0.627-1.869,0.836-3.64
|
||||
c0.312-2.383,0.519-10.389,0.519-13.194v-11.222c0-4.879,0-11.946-0.313-14.436c-0.209-1.764-0.725-6.541-6.752-6.541
|
||||
c-5.918,0-7.893,4.355-8.621,7.892c-0.827,3.635-0.827,7.583-0.827,22.957c0.1,13.302,0.1,14.545,1.139,18.186
|
||||
c-1.766-0.216-3.945-0.425-7.057-0.425c-2.498,0-4.16,0.106-6.232,0.425c0.729-1.662,1.146-2.5,1.35-8.314
|
||||
c0.213-5.713,0.627-33.764-0.313-40.409c-0.521-4.054-1.558-4.984-2.699-6.023c8.414-0.416,11.113-1.769,13.713-3.113v11.008
|
||||
c1.244-3.227,3.842-10.391,14.23-10.391c12.979,0,13.084,9.451,13.188,15.682v31.271"/>
|
||||
<path opacity="0.8" fill="#FFFFFF" enable-background="new " d="M1356.541,822.884l-8.603,8.598l-8.6-8.598l8.6-8.601
|
||||
L1356.541,822.884"/>
|
||||
</g>
|
||||
|
||||
<text transform="matrix(1 0 0 1 1459.0781 876.906)" opacity="0.8" fill="#FFFFFF" enable-background="new " font-family="'Poppl-Laudatio-Condensed'" font-size="58.4628">8</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
447
lines-theme/login/background.svg
Normal file
@@ -0,0 +1,447 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="1920px"
|
||||
height="1200px"
|
||||
viewBox="0 0 1920 1200"
|
||||
enable-background="new 0 0 1920 1200"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="background.svg"><metadata
|
||||
id="metadata5255"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs5253" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1007"
|
||||
id="namedview5251"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.64583333"
|
||||
inkscape:cx="960"
|
||||
inkscape:cy="600"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1" /><g
|
||||
id="gradient"><radialGradient
|
||||
id="SVGID_1_"
|
||||
cx="2778.9287"
|
||||
cy="1248.3542"
|
||||
r="2425.5203"
|
||||
fx="2526.0498"
|
||||
fy="1262.03"
|
||||
gradientTransform="matrix(1.1643 0 0 -1.1024 -973.8126 1394.5897)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#073246"
|
||||
id="stop5077" /><stop
|
||||
offset="0.4409"
|
||||
style="stop-color:#489291"
|
||||
id="stop5079" /><stop
|
||||
offset="0.9891"
|
||||
style="stop-color:#063246"
|
||||
id="stop5081" /></radialGradient><rect
|
||||
x="-196"
|
||||
y="-146.776"
|
||||
fill="url(#SVGID_1_)"
|
||||
width="2731.465"
|
||||
height="1496.775"
|
||||
id="rect5083" /></g><g
|
||||
id="g5085"><g
|
||||
id="logo"><g
|
||||
id="g5088"><radialGradient
|
||||
id="SVGID_2_"
|
||||
cx="2146.8174"
|
||||
cy="478.1985"
|
||||
r="6.7435"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5091" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5093" /></radialGradient><path
|
||||
fill="url(#SVGID_2_)"
|
||||
d="M1711.877,935.587c-6.849,0.098,1.299,3.521,10.231,4.898c2.472-1.928,4.718-3.872,6.704-5.768 C1723.248,936.082,1717.584,936.108,1711.877,935.587"
|
||||
id="path5095" /><radialGradient
|
||||
id="SVGID_3_"
|
||||
cx="2176.1582"
|
||||
cy="498.5618"
|
||||
r="7.634"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5098" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5100" /></radialGradient><path
|
||||
fill="url(#SVGID_3_)"
|
||||
d="M1748.632,926.44c4.076-5.614,7.051-11.765,8.095-18.123c-0.911,4.528-3.379,8.446-5.694,12.573 c-12.801,8.043-1.21-4.774-0.01-9.653C1737.26,928.533,1749.126,921.61,1748.632,926.44"
|
||||
id="path5102" /><radialGradient
|
||||
id="SVGID_4_"
|
||||
cx="2185.4512"
|
||||
cy="528.2566"
|
||||
r="3.7077"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5105" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5107" /></radialGradient><path
|
||||
fill="url(#SVGID_4_)"
|
||||
d="M1762.202,891.202c0.818-12.307-2.432-8.422-3.527-3.713 C1759.949,888.148,1760.969,896.16,1762.202,891.202"
|
||||
id="path5109" /><radialGradient
|
||||
id="SVGID_5_"
|
||||
cx="2120.5449"
|
||||
cy="693.3123"
|
||||
r="3.3676"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5112" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5114" /></radialGradient><path
|
||||
fill="url(#SVGID_5_)"
|
||||
d="M1685.904,722.952c3.657,0.658,7.899,1.158,7.299,2.032 C1697.207,724.106,1698.112,723.304,1685.904,722.952"
|
||||
id="path5116" /><radialGradient
|
||||
id="SVGID_6_"
|
||||
cx="2121.502"
|
||||
cy="692.0271"
|
||||
r="0.8699"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5119" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5121" /></radialGradient><path
|
||||
fill="url(#SVGID_6_)"
|
||||
d="M1693.205,724.984l-2.571,0.527l2.395-0.211L1693.205,724.984"
|
||||
id="path5123" /><radialGradient
|
||||
id="SVGID_7_"
|
||||
cx="2110.9863"
|
||||
cy="490.5237"
|
||||
r="181.8613"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5126" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5128" /></radialGradient><path
|
||||
fill="url(#SVGID_7_)"
|
||||
d="M1807.17,895.869c0.408,11.057-3.237,16.422-6.524,25.916l-5.923,2.949 c-4.846,9.387,0.468,5.961-2.997,13.422c-7.562,6.719-22.948,21.008-27.873,22.308c-3.595-0.075,2.438-4.233,3.225-5.863 c-10.118,6.942-8.117,10.421-23.598,14.636l-0.451-1.008c-38.182,17.931-91.217-17.598-90.514-66.08 c-0.417,3.08-1.154,2.311-2.006,3.556c-1.975-24.942,11.543-49.993,34.321-60.223c22.294-11.021,48.416-6.497,64.385,8.355 c-8.771-11.469-26.222-23.616-46.911-22.482c-20.27,0.319-39.218,13.171-45.542,27.125 c-10.386,6.524-11.591,25.147-16.116,28.555c-6.087,44.648,11.445,63.937,41.104,86.627c4.67,3.143,1.322,3.607,1.953,6.008 c-9.857-4.604-18.875-11.562-26.295-20.069c3.936,5.745,8.184,11.342,13.674,15.737c-9.29-3.139-21.705-22.48-25.331-23.263 c16.02,28.623,64.979,50.206,90.625,39.495c-11.863,0.443-26.936,0.241-40.271-4.673c-5.595-2.878-13.211-8.829-11.842-9.948 c34.993,13.045,71.134,9.88,101.412-14.342c7.7-5.991,16.121-16.176,18.545-16.315c-3.657,5.491,0.627,2.638-2.183,7.494 c7.677-12.354-3.334-5.026,7.931-21.333l4.167,5.72c-1.55-10.251,12.76-22.712,11.312-38.932 c3.282-4.963,3.66,5.339,0.177,16.748c4.835-12.658,1.279-14.688,2.514-25.131c1.347,3.5,3.107,7.232,4.005,10.934 c-3.147-12.227,3.232-20.596,4.811-27.704c-1.551-0.688-4.86,5.406-5.616-9.042c0.115-6.277,1.752-3.288,2.382-4.836 c-1.23-0.713-4.472-5.519-6.441-14.746c1.427-2.166,3.811,5.619,5.763,5.938c-1.249-7.337-3.407-12.93-3.493-18.557 c-5.679-11.851-2.005,1.575-6.619-5.089c-6.037-18.825,5.021-4.373,5.766-12.921c9.164,13.252,14.39,33.782,16.782,42.284 c-1.829-10.366-4.782-20.409-8.4-30.137c2.786,1.171-4.478-21.33,3.618-6.429c-8.648-31.771-37.018-61.455-63.123-75.383 c3.198,2.91,7.226,14.187,5.779,14.76c-12.981-7.713-10.702-15.924-12.555-19.183c-10.583-4.288-11.271,0.345-18.273,0.013 c-19.935-10.555-23.775-9.436-42.117-16.046l0.838,3.896c-13.213-4.394-15.388,1.664-29.659,0.013 c-0.871-0.679,4.573-2.445,9.05-3.104c-12.761,1.688-12.174-2.509-24.659,0.465c3.079-2.161,6.327-3.585,9.618-5.417 c-10.414,0.626-24.857,6.05-20.395,1.126c-16.987,7.558-47.145,18.179-64.071,34.019l-0.529-3.548 c-7.757,9.293-33.821,27.753-35.893,39.788l-2.075,0.479c-4.033,6.822-6.649,14.555-9.848,21.565 c-5.277,8.98-7.737,3.459-6.984,4.861c-10.373,21.012-15.539,38.664-19.989,53.136c3.175,4.742,0.077,28.517,1.272,47.546 c-5.213,93.973,66.078,185.211,144.006,206.279c11.411,4.081,28.4,3.925,42.847,4.339c-17.045-4.86-19.255-2.577-35.855-8.36 c-11.979-5.621-14.603-12.056-23.084-19.4l3.358,5.922c-16.642-5.882-9.679-7.271-23.217-11.552l3.588-4.676 c-5.391-0.407-14.288-9.07-16.712-13.866l-5.896,0.234c-7.101-8.73-10.869-15.021-10.598-19.892l-1.9,3.387 c-2.16-3.704-26.088-32.747-13.676-25.983c-2.302-2.107-5.372-3.422-8.689-9.454l2.527-2.878 c-5.972-7.67-10.992-17.5-10.612-20.772c3.185,4.29,5.396,5.094,7.585,5.834c-15.078-37.354-15.928-2.06-27.354-38.021 l2.424-0.192c-1.858-2.782-2.98-5.806-4.47-8.776l1.048-10.466c-10.854-12.521-3.035-53.277-1.471-75.622 c1.081-9.089,9.061-18.757,15.129-33.938l-3.696-0.627c7.067-12.302,40.341-49.404,55.753-47.492 c7.465-9.366-1.484-0.046-2.938-2.394c16.397-16.94,21.553-11.976,32.619-15.019c11.935-7.074-10.248,2.756-4.58-2.695 c20.634-5.267,14.618-11.961,41.532-14.632c2.838,1.614-6.585,2.49-8.951,4.579c17.188-8.391,54.396-6.481,78.566,4.666 c28.048,13.082,59.554,51.753,60.802,88.134l1.416,0.384c-0.725,14.46,2.212,31.187-2.864,46.556L1807.17,895.869"
|
||||
id="path5130" /><radialGradient
|
||||
id="SVGID_8_"
|
||||
cx="2075.959"
|
||||
cy="459.5647"
|
||||
r="9.1426"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5133" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5135" /></radialGradient><path
|
||||
fill="url(#SVGID_8_)"
|
||||
d="M1637.128,944.972l-0.961,4.79c4.498,6.101,8.071,12.713,13.814,17.479 C1645.848,959.197,1642.781,955.86,1637.128,944.972"
|
||||
id="path5137" /><radialGradient
|
||||
id="SVGID_9_"
|
||||
cx="2078.8184"
|
||||
cy="472.5818"
|
||||
r="5.9286"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5140" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5142" /></radialGradient><path
|
||||
fill="url(#SVGID_9_)"
|
||||
d="M1647.767,944.559c-2.374-2.635-3.792-5.799-5.362-8.954c1.501,5.537,4.595,10.305,7.472,15.148 L1647.767,944.559"
|
||||
id="path5144" /><radialGradient
|
||||
id="SVGID_10_"
|
||||
cx="2249.8457"
|
||||
cy="491.9182"
|
||||
r="15.0487"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5147" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5149" /></radialGradient><path
|
||||
fill="url(#SVGID_10_)"
|
||||
d="M1836.039,903.709l-1.011,2.521c-1.84,13.075-5.823,26.02-11.932,38.014 C1829.845,931.584,1834.211,917.731,1836.039,903.709"
|
||||
id="path5151" /><radialGradient
|
||||
id="SVGID_11_"
|
||||
cx="2123.4619"
|
||||
cy="698.6638"
|
||||
r="6.3272"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5154" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5156" /></radialGradient><path
|
||||
fill="url(#SVGID_11_)"
|
||||
d="M1687.264,719.677c4.624-1.689,11.38-0.931,16.29-2.041c-6.405,0.526-12.771,0.854-19.065,1.664 L1687.264,719.677"
|
||||
id="path5158" /><radialGradient
|
||||
id="SVGID_12_"
|
||||
cx="1966.1328"
|
||||
cy="605.5173"
|
||||
r="4.2332"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5161" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5163" /></radialGradient><path
|
||||
fill="url(#SVGID_12_)"
|
||||
d="M1524.704,805.959c1.068,9.861-7.434,13.687,1.886,7.184 C1531.577,801.914,1524.636,810.045,1524.704,805.959"
|
||||
id="path5165" /><radialGradient
|
||||
id="SVGID_13_"
|
||||
cx="1956.8027"
|
||||
cy="572.0212"
|
||||
r="5.2405"
|
||||
gradientTransform="matrix(1.0725 0 0 -0.9931 -583.3926 1412.5)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFF1E9"
|
||||
id="stop5168" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.2"
|
||||
id="stop5170" /></radialGradient><path
|
||||
fill="url(#SVGID_13_)"
|
||||
d="M1513.761,851.589c2.146-6.574,2.532-10.521,3.349-14.325 C1511.188,844.832,1514.384,846.443,1513.761,851.589"
|
||||
id="path5172" /></g></g><g
|
||||
id="ray"><linearGradient
|
||||
id="SVGID_14_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1884.0078"
|
||||
y1="492.9685"
|
||||
x2="2795.1436"
|
||||
y2="492.9685"
|
||||
gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop5176" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop5178" /></linearGradient><path
|
||||
fill="none"
|
||||
stroke="url(#SVGID_14_)"
|
||||
stroke-width="1.5"
|
||||
stroke-miterlimit="10"
|
||||
d="M2424.254,921.587 c0,177.966-203.626,322.239-454.818,322.239s-454.817-144.276-454.817-322.24c0-12.026,0.926-23.896,2.742-35.582 c24.998-161.223,217.86-286.654,452.075-286.65C2220.628,599.353,2424.254,743.623,2424.254,921.587z"
|
||||
id="path5180" /><linearGradient
|
||||
id="SVGID_15_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1968.874"
|
||||
y1="623.407"
|
||||
x2="2226.1133"
|
||||
y2="623.407"
|
||||
gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop5183" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop5185" /></linearGradient><ellipse
|
||||
fill="none"
|
||||
stroke="url(#SVGID_15_)"
|
||||
stroke-width="1.5"
|
||||
stroke-miterlimit="10"
|
||||
cx="1727.354"
|
||||
cy="791.151"
|
||||
rx="127.869"
|
||||
ry="195.552"
|
||||
id="ellipse5187" /><linearGradient
|
||||
id="SVGID_16_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1490.4814"
|
||||
y1="559.4377"
|
||||
x2="2186.2031"
|
||||
y2="559.4377"
|
||||
gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop5190" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop5192" /></linearGradient><path
|
||||
fill="none"
|
||||
stroke="url(#SVGID_16_)"
|
||||
stroke-width="1.5"
|
||||
stroke-miterlimit="10"
|
||||
d="M1468.203,628.825 c191.701,0,347.11,101.313,347.11,226.298c0,124.979-155.409,226.293-347.11,226.293c-191.707,0-347.111-101.314-347.111-226.293 C1121.092,730.138,1276.496,628.825,1468.203,628.825z"
|
||||
id="path5194" /><linearGradient
|
||||
id="SVGID_17_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="2133.0742"
|
||||
y1="436.4631"
|
||||
x2="2139.2012"
|
||||
y2="436.4631"
|
||||
gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop5197" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop5199" /></linearGradient><path
|
||||
fill="none"
|
||||
stroke="url(#SVGID_17_)"
|
||||
stroke-miterlimit="10"
|
||||
d="M1765.998,976.282c1.418,0,2.563,0.813,2.563,1.812 c0,1.003-1.146,1.814-2.563,1.814c-1.414,0-2.563-0.813-2.563-1.814C1763.437,977.094,1764.584,976.282,1765.998,976.282z"
|
||||
id="path5201" /><linearGradient
|
||||
id="SVGID_18_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1448.4756"
|
||||
y1="284.3933"
|
||||
x2="2361.0127"
|
||||
y2="284.3933"
|
||||
gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop5204" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop5206" /></linearGradient><path
|
||||
fill="none"
|
||||
stroke="url(#SVGID_18_)"
|
||||
stroke-width="1.5"
|
||||
stroke-miterlimit="10"
|
||||
d="M1534.603,675.863 c251.576,0,455.521,203.397,455.521,454.303c0,250.902-203.943,454.301-455.521,454.301 c-251.572,0-455.517-203.397-455.517-454.301C1079.086,879.26,1283.029,675.863,1534.603,675.863z"
|
||||
id="path5208" /><radialGradient
|
||||
id="SVGID_19_"
|
||||
cx="1879.1934"
|
||||
cy="436.467"
|
||||
r="486.3092"
|
||||
gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop5211" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop5213" /></radialGradient><line
|
||||
fill="none"
|
||||
stroke="url(#SVGID_19_)"
|
||||
stroke-width="1.5"
|
||||
stroke-miterlimit="10"
|
||||
x1="1509.054"
|
||||
y1="290.346"
|
||||
x2="1509.054"
|
||||
y2="1665.836"
|
||||
id="line5215" /><radialGradient
|
||||
id="SVGID_20_"
|
||||
cx="1910.4883"
|
||||
cy="503.6638"
|
||||
r="466.0838"
|
||||
gradientTransform="matrix(1 0 0 -1 -370.1396 1414.5581)"
|
||||
gradientUnits="userSpaceOnUse"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop5218" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop5220" /></radialGradient><line
|
||||
fill="none"
|
||||
stroke="url(#SVGID_20_)"
|
||||
stroke-width="1.5"
|
||||
stroke-miterlimit="10"
|
||||
x1="881.208"
|
||||
y1="910.894"
|
||||
x2="2199.49"
|
||||
y2="910.894"
|
||||
id="line5222" /><linearGradient
|
||||
id="SVGID_21_"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1142.0469"
|
||||
y1="1043.9666"
|
||||
x2="1592.0254"
|
||||
y2="1043.9666"
|
||||
gradientTransform="matrix(0.5366 0 0 -0.4054 968.6461 1402.0491)"><stop
|
||||
offset="0"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0.5"
|
||||
id="stop5225" /><stop
|
||||
offset="1"
|
||||
style="stop-color:#FFFFFF;stop-opacity:0"
|
||||
id="stop5227" /></linearGradient><path
|
||||
fill="none"
|
||||
stroke="url(#SVGID_21_)"
|
||||
stroke-width="1.5"
|
||||
stroke-miterlimit="10"
|
||||
d="M1702.2,829.289 c66.455,0,120.324,66.954,120.324,149.539c0,82.581-53.869,149.533-120.324,149.533c-66.454,0-120.329-66.952-120.329-149.533 C1581.871,896.243,1635.746,829.289,1702.2,829.289z"
|
||||
id="path5229" /></g></g><g
|
||||
style="opacity:0.8"
|
||||
id="g5233"
|
||||
transform="translate(16,0)"><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5235"
|
||||
d="m 1236.647,854.2 c -0.102,0.104 -0.102,16.823 -0.313,21.19 -0.205,3.529 -0.52,11.117 -7.998,11.117 -7.688,0 -9.556,-8.834 -10.179,-12.679 -0.724,-4.253 -0.724,-7.792 -0.724,-9.344 0,-4.991 0.313,-18.911 12.047,-18.911 3.53,0 5.507,1.042 7.063,1.869 l 0.104,6.758 z m -30.12,12.259 c 0,29.298 15.581,29.298 17.868,29.298 6.438,0 10.595,-3.539 12.355,-9.66 l 0.207,9.244 c 1.977,-0.115 3.949,-0.315 7.168,-0.315 1.142,0 2.075,0 2.91,0.103 0.831,0 1.657,0.101 2.596,0.216 -1.66,-3.322 -2.906,-10.807 -2.906,-27.019 0,-15.788 0,-42.479 1.347,-50.581 -3.734,1.77 -6.96,2.91 -14.021,3.531 2.799,3.013 2.799,4.571 2.799,18.276 -1.969,-0.619 -4.461,-1.35 -8.717,-1.35 -18.594,0.002 -21.606,16.206 -21.606,28.257"
|
||||
enable-background="new " /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5237"
|
||||
d="m 1262.854,861.156 c 0.104,-8.621 1.873,-16.307 9.244,-16.307 8.103,0 8.722,8.932 8.515,16.307 l -17.759,0 z m 28.045,1.046 c 0,-12.158 -2.389,-24.104 -17.764,-24.104 -21.183,0 -21.183,23.479 -21.183,28.461 0,21.082 9.447,29.396 25.337,29.396 7.063,0 10.492,-1.039 12.361,-1.553 -0.103,-3.746 0.415,-6.131 1.042,-9.352 -2.186,1.354 -4.987,3.121 -11.223,3.121 -16.202,0 -16.41,-14.764 -16.41,-19.851 l 27.632,0 0.208,-6.118"
|
||||
enable-background="new " /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5239"
|
||||
d="m 1324.688,866.662 c 0,9.659 -1.767,22.657 -13.813,22.657 -1.666,0 -3.738,-0.324 -5.088,-0.632 -0.212,-3.745 -0.212,-10.182 -0.212,-17.664 0,-8.93 0.935,-13.598 1.665,-15.889 2.182,-7.375 7.063,-7.478 7.994,-7.478 7.897,0.003 9.454,10.908 9.454,19.006 z m -29.805,11.325 c 0,7.688 0,12.056 -1.246,15.368 4.252,1.669 9.553,2.601 15.894,2.601 4.045,0 15.784,0 22.117,-12.98 3.015,-6.029 4.053,-14.131 4.053,-20.26 0,-3.742 -0.415,-11.943 -3.431,-17.14 -2.905,-4.876 -7.579,-7.371 -12.563,-7.371 -9.976,0 -12.878,8.312 -14.437,12.566 0,-5.295 0.101,-23.783 0.932,-33.234 -6.748,3.116 -10.909,3.631 -15.368,4.052 4.049,1.656 4.049,8.518 4.049,30.85 l 0,25.548"
|
||||
enable-background="new " /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5241"
|
||||
d="m 1355.668,895.341 c -2.08,-0.315 -3.537,-0.522 -6.553,-0.522 -3.318,0 -5.605,0.207 -7.994,0.522 1.039,-1.984 1.454,-2.922 1.766,-9.668 0.416,-9.242 0.522,-33.968 -0.203,-39.162 -0.521,-3.949 -1.457,-4.568 -2.911,-5.606 8.52,-0.832 10.905,-1.453 14.854,-3.322 -0.832,4.563 -0.938,6.856 -0.938,13.813 -0.207,35.839 -0.312,39.684 1.979,43.945"
|
||||
enable-background="new " /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5243"
|
||||
d="m 1388.924,865.931 c -0.207,6.545 -0.313,11.121 -2.08,14.75 -2.18,4.676 -5.813,6.029 -8.518,6.029 -6.236,0 -7.582,-5.191 -7.582,-10.281 0,-9.766 8.729,-10.5 12.67,-10.5 l 5.51,0 0,0.002 0,0 z m -28.565,12.783 c 0,6.545 1.977,13.09 7.793,15.896 2.598,1.146 5.19,1.146 6.024,1.146 9.558,0 12.773,-7.068 14.75,-11.436 -0.106,4.571 0,7.379 0.313,11.02 1.869,-0.115 3.737,-0.316 6.854,-0.316 1.767,0 3.426,0.201 5.188,0.316 -1.144,-1.771 -1.763,-2.814 -2.076,-6.859 -0.207,-3.945 -0.207,-7.898 -0.207,-13.404 l 0.106,-21.188 c 0,-7.898 -2.079,-15.688 -17.661,-15.688 -10.281,0 -16.304,3.116 -19.316,4.677 1.248,2.283 2.287,4.252 3.221,8.727 4.056,-3.532 9.353,-5.405 14.748,-5.405 8.627,0 8.627,5.718 8.627,13.813 -1.975,-0.101 -3.641,-0.305 -6.446,-0.305 -13.193,0.004 -21.918,5.088 -21.918,19.006"
|
||||
enable-background="new " /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5245"
|
||||
d="m 1448.75,885.052 c 0.104,3.537 0.104,7.272 1.562,10.289 -2.291,-0.207 -3.642,-0.522 -7.892,-0.522 -2.5,0 -3.85,0.207 -5.826,0.522 0.416,-1.354 0.627,-1.869 0.836,-3.64 0.312,-2.383 0.519,-10.389 0.519,-13.194 l 0,-11.222 c 0,-4.879 0,-11.946 -0.313,-14.436 -0.209,-1.764 -0.725,-6.541 -6.752,-6.541 -5.918,0 -7.893,4.355 -8.621,7.892 -0.827,3.635 -0.827,7.583 -0.827,22.957 0.1,13.302 0.1,14.545 1.139,18.186 -1.766,-0.216 -3.945,-0.425 -7.057,-0.425 -2.498,0 -4.16,0.106 -6.232,0.425 0.729,-1.662 1.146,-2.5 1.35,-8.314 0.213,-5.713 0.627,-33.764 -0.313,-40.409 -0.521,-4.054 -1.558,-4.984 -2.699,-6.023 8.414,-0.416 11.113,-1.769 13.713,-3.113 l 0,11.008 c 1.244,-3.227 3.842,-10.391 14.23,-10.391 12.979,0 13.084,9.451 13.188,15.682 l 0,31.271"
|
||||
enable-background="new " /><path
|
||||
style="opacity:0.8;fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5247"
|
||||
d="m 1356.541,822.884 -8.603,8.598 -8.6,-8.598 8.6,-8.601 8.603,8.601"
|
||||
enable-background="new " /></g></svg>
|
||||
|
After Width: | Height: | Size: 24 KiB |
BIN
lines-theme/login/sddm-preview-nologo.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
lines-theme/login/sddm-preview.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
12
lines-theme/wallpaper/gnome-background.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<background>
|
||||
<static>
|
||||
<duration>8640000.0</duration>
|
||||
<file>
|
||||
<size width="1280" height="1024">/usr/share/desktop-base/lines-theme/wallpaper/contents/images/1280x1024.svg</size>
|
||||
<size width="1600" height="1200">/usr/share/desktop-base/lines-theme/wallpaper/contents/images/1600x1200.svg</size>
|
||||
<size width="1920" height="1080">/usr/share/desktop-base/lines-theme/wallpaper/contents/images/1920x1080.svg</size>
|
||||
<size width="1920" height="1200">/usr/share/desktop-base/lines-theme/wallpaper/contents/images/1920x1200.svg</size>
|
||||
<size width="2560" height="1080">/usr/share/desktop-base/lines-theme/wallpaper/contents/images/2560x1080.svg</size>
|
||||
</file>
|
||||
</static>
|
||||
</background>
|
||||
7
lines-theme/wallpaper/metadata.desktop
Normal file
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Lines
|
||||
Name[fr]=Lignes
|
||||
X-KDE-PluginInfo-Name=Lines
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |