diff options
-rw-r--r-- | AUTHORS | 14 | ||||
-rw-r--r-- | Makefile.am | 19 | ||||
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | README | 78 | ||||
-rw-r--r-- | configure.ac | 16 | ||||
-rw-r--r-- | data/icons/ubuntu-mono-dark/scalable/apps/redshift-idle.svg | 525 | ||||
-rw-r--r-- | data/icons/ubuntu-mono-dark/scalable/apps/redshift.svg | 635 | ||||
-rw-r--r-- | data/icons/ubuntu-mono-light/scalable/apps/redshift-idle.svg | 525 | ||||
-rw-r--r-- | data/icons/ubuntu-mono-light/scalable/apps/redshift.svg | 635 | ||||
-rw-r--r-- | po/gtk-redshift/cs.po | 22 | ||||
-rw-r--r-- | po/gtk-redshift/da.po | 22 | ||||
-rw-r--r-- | po/gtk-redshift/de.po | 22 | ||||
-rw-r--r-- | po/gtk-redshift/es.po | 22 | ||||
-rw-r--r-- | po/gtk-redshift/fi.po | 22 | ||||
-rw-r--r-- | po/gtk-redshift/he.po | 22 | ||||
-rw-r--r-- | po/gtk-redshift/it.po | 22 | ||||
-rw-r--r-- | po/gtk-redshift/ru.po | 22 | ||||
-rw-r--r-- | po/redshift.pot | 4 | ||||
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/gtk-redshift/statusicon.py | 4 |
20 files changed, 2384 insertions, 266 deletions
@@ -11,10 +11,18 @@ Alexandros Frantzis Dan Helfman Martin Koelewijn -Tango Desktop Project provided artwork for the redshift icon. +Joern Konopka (Ubuntu Mono icons) +Tango Desktop Project provided artwork for the official redshift icon. Translators -------------------- -Gregory Petrosyan (ru) -Jon Lund Steffensen (da) +Jan-Christoph Borchardt (German) +Andrea Amoroso (Italian) +Jon Lund Steffensen (Danish) +clever_fox (Czech) +Fernando Ossandon (Spanish) +Gregory Petrosyan (Russian) +Ilari Oras (Finnish) +Gustavo Guidorizzi (Brazilian Portuguese) +Rafael Beraldo (Brazilian Portuguese) diff --git a/Makefile.am b/Makefile.am index b2ba5d3..c94f888 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,11 +3,22 @@ SUBDIRS = src po ACLOCAL_AMFLAGS = -I m4 # Icons -icondir = @datadir@/icons/hicolor/scalable/apps -icon_DATA = data/icons/hicolor/scalable/apps/redshift.svg \ - data/icons/hicolor/scalable/apps/redshift-idle.svg +hicolor_icondir = @datadir@/icons/hicolor/scalable/apps +hicolor_icon_DATA = data/icons/hicolor/scalable/apps/redshift.svg \ + data/icons/hicolor/scalable/apps/redshift-idle.svg -EXTRA_DIST = $(icon_DATA) +ubuntu_mono_dark_icondir = @datadir@/icons/ubuntu-mono-dark/scalable/apps +ubuntu_mono_dark_icon_DATA = data/icons/ubuntu-mono-dark/scalable/apps/redshift.svg \ + data/icons/ubuntu-mono-dark/scalable/apps/redshift-idle.svg + +ubuntu_mono_light_icondir = @datadir@/icons/ubuntu-mono-light/scalable/apps +ubuntu_mono_light_icon_DATA = data/icons/ubuntu-mono-light/scalable/apps/redshift.svg \ + data/icons/ubuntu-mono-light/scalable/apps/redshift-idle.svg + +EXTRA_DIST = \ + $(hicolor_icon_DATA) \ + $(ubuntu_mono_dark_icon_DATA) \ + $(ubuntu_mono_light_icon_DATA) # Update PO translations @@ -1,3 +1,20 @@ +v1.4 (2010-06-13) +* Command line options for color adjustment methods changed. Procedure for + setting specific screen (-s) or CRTC (-c) changed. See `redshift -h' for + more information. +* Automatically obtain the location from the GNOME Clock applet if possible. +* Add application indicator GUI (by Francesco Marella) (fixes #588086). +* Add reset option (-x) that removes any color adjustment applied. Based on + patch by Dan Helfman (fixes #590777). +* `configure' options for GUI changed; see `configure --help' for more + information. +* New translations: + - German (Jan-Christoph Borchardt) + - Italian (Andrea Amoroso) + - Czech (clever_fox) + - Spanish (Fernando Ossandon) + - Finnish (Ilari Oras) + v1.3 (2010-05-12) * Allow adjusting individual CRTCs when using RANDR. Contributed by Alexandros Frantzis. @@ -6,78 +6,8 @@ Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. -Download --------- +Run `redshift -h' for help on command line options. You can run the program +as `gtk-redshift' instead of 'redshift' for a graphical status icon. -Latest release is redshift 1.3 published on 2010-05-12. There are also -packages available for some distributions: - - * Ubuntu: Packages for Ubuntu Karmic. - * Gentoo: Redshift is in the Sunrise overlay. - -What is it? ------------ - -The program uses an X server extension to adjust the color -temperature. This is done by setting appropriate gamma ramps. If you -have configured your own gamma ramps they will be overwritten but in -that case you probably care too much about color accuracy to use this -program anyway. Your graphics driver and X server needs to either -support at least RANDR version 1.3 or the VidMode extension. - -The color temperature is set according to the position of the sun. A -different color temperature is set during night and daytime. During -twilight and early morning, the color temperature transitions smoothly -from night to daytime temperature to allow your eyes to slowly -adapt. At night the color temperature should be set to match the lamps in your -room. This is typically a low temperature at around 3000K--4000K -(default is 3700K). During the day, the color temperature should match -the light from outside, typically around 5500K--6500K (default is -5500K). The light has a higher temperature on an overcast day. - -How does it work? ------------------ - -Redshift will continously update the color temperature at regular -intervals. One shot mode can be selected if you only want to do one -adjustment. The color adjustments done by Redshift can be temporarily -toggled on and off by sending it the USR1 signal: - - $ killall -USR1 redshift - -The command line options are explained in the following paragraphs. The -only required parameter is your current location, all other options -have reasonable defaults. - - -h Display help message. - -v Verbose output. - - -g R:G:B Additional gamma correction to apply. Can also be - specified as -g GAMMA to set all channels to the same - gamma value. - -l LAT:LON Your current location in latitudes and longitudes. - -m METHOD Method to use to set color temperature (randr or - vidmode). Default is randr. In some cases one of the - methods will not work. In that case you may be able to - use the other method. - -o One shot mode. Do not continously adjust color - temperature. - -r Disable temperature transition. By default the program - will make a smooth transition to the desired color - temperature when the program is started and stopped. - -s SCREEN X screen to apply adjustments to. - -c CRTC CRTC to apply adjustments to (RANDR only) - -t DAY:NIGHT Color temperature to set at daytime/night. - -Example (location is Copenhagen, Denmark): - - $ redshift -l 55.7:12.6 -t 5700:3600 -g 0.8 -m vidmode -v - -Status icon ------------ - -Start the program gtk-redshift instead of redshift, with the same -arguments as you would pass to redshift. This will create an icon for -Redshift in the system tray. The icon will allow you to toggle -Redshift on and off. Thanks goes to the Tango Desktop Project for the -icon. gtk-redshift requires at least Python 2.6 and PyGTK 2.12. +Website: http://jonls.dk/redshift/ +Project page: http://launchpad.net/redshift diff --git a/configure.ac b/configure.ac index 22dd3e9..16aabf8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([redshift], [1.3], [https://bugs.launchpad.net/redshift]) +AC_INIT([redshift], [1.4], [https://bugs.launchpad.net/redshift]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) @@ -22,7 +22,7 @@ PKG_CHECK_MODULES([XCB], [xcb], [have_xcb=yes], [have_xcb=no]) PKG_CHECK_MODULES([XCB_RANDR], [xcb-randr], [have_xcb_randr=yes], [have_xcb_randr=no]) -PKG_CHECK_MODULES([GLIB], [glib-2.0], [have_glib=yes], [have_glib=no]) +PKG_CHECK_MODULES([GLIB], [glib-2.0 gobject-2.0], [have_glib=yes], [have_glib=no]) PKG_CHECK_MODULES([GCONF], [gconf-2.0], [have_gconf=yes], [have_gconf=no]) AC_CHECK_HEADER([windows.h], [have_windows_h=yes], [have_windows_h=no]) @@ -141,22 +141,26 @@ AC_ARG_ENABLE([gui], [AC_HELP_STRING([--enable-gui], [enable_gui=$enableval],[enable_gui=maybe]) # Statusicon GUI -AS_IF([test "x$enable_gui" = xstatusicon -o "x$enable_gui" = maybe], [ - AS_IF([test $have_python != yes], [ +AS_IF([test "x$enable_gui" = xstatusicon -o "x$enable_gui" = xmaybe], [ + AS_IF([test "x$have_python" != xyes], [ AS_IF([test "x$enable_gui" = xstatusicon], [ AC_MSG_ERROR([status icon script requires Python 2.6]) ]) enable_gui=maybe + ], [ + enable_gui=statusicon ]) ]) # Appindicator GUI -AS_IF([test "x$enable_gui" = xappindicator -o "x$enable_gui" = maybe], [ - AS_IF([test $have_python != yes], [ +AS_IF([test "x$enable_gui" = xappindicator -o "x$enable_gui" = xmaybe], [ + AS_IF([test "x$have_python" != xyes], [ AS_IF([test "x$enable_gui" = xappindicator], [ AC_MSG_ERROR([application indicator script requires Python 2.6]) ]) enable_gui=maybe + ], [ + enable_gui=appindicator ]) ]) diff --git a/data/icons/ubuntu-mono-dark/scalable/apps/redshift-idle.svg b/data/icons/ubuntu-mono-dark/scalable/apps/redshift-idle.svg new file mode 100644 index 0000000..cff10e4 --- /dev/null +++ b/data/icons/ubuntu-mono-dark/scalable/apps/redshift-idle.svg @@ -0,0 +1,525 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<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:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2837" + version="1.1" + inkscape:version="0.47 r22583" + sodipodi:docname="redshiftIcondark.svg" + inkscape:export-filename="/home/joern/Desktop/redshiftIconlight.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2839"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective2845" /> + <inkscape:perspective + id="perspective7076" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7107" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7107-0" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7164" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7202" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-2" + id="radialGradient7192-2" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-2"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-4" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-9" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-9" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-4" + id="radialGradient7192-4" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-4"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-8" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-7" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-2" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-5" + id="radialGradient7192-1" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-5"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-5" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-4" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-90" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-9" + id="radialGradient7192-8" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-9"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-88" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-1" /> + </linearGradient> + <inkscape:perspective + id="perspective7369" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-8" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-0" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-5" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-51" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-9" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-93" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-3" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-84" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7667" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7691" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7757" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7782" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810-2" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810-28" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7883" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="26.150297" + inkscape:cy="11.171117" + inkscape:document-units="px" + inkscape:current-layer="layer5" + showgrid="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-global="false"> + <sodipodi:guide + position="0,0" + orientation="0,24" + id="guide2847" /> + <sodipodi:guide + position="24,0" + orientation="-24,0" + id="guide2849" /> + <sodipodi:guide + position="24,24" + orientation="0,-24" + id="guide2851" /> + <sodipodi:guide + position="0,24" + orientation="24,0" + id="guide2853" /> + <inkscape:grid + type="xygrid" + id="grid7095" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="-4.6845824,12.020815" + id="guide7849" /> + <sodipodi:guide + orientation="0,1" + position="-5.08233,17.987029" + id="guide7867" /> + <sodipodi:guide + orientation="1,0" + position="6.0104077,18.870912" + id="guide7869" /> + <sodipodi:guide + orientation="1,0" + position="17.987029,20.019961" + id="guide7871" /> + <sodipodi:guide + orientation="0,1" + position="9.1923882,6.0104077" + id="guide7873" /> + </sodipodi:namedview> + <metadata + id="metadata2842"> + <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> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)" /> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="Ebene" + style="display:inline" /> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Ebene#1" + style="display:inline"> + <path + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:#43423e;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 11.510863,1.1998692 c -0.212123,0 -0.306981,0.1387472 -0.345273,0.2014092 -0.03829,0.062662 -0.04233,0.1226004 -0.05754,0.1726365 -0.03043,0.100072 -0.06871,0.2142696 -0.08632,0.345273 -0.03522,0.2620066 -0.05755,0.5978084 -0.05755,0.9782734 0,0.380465 0.02233,0.7162668 0.05755,0.9782734 0.0176,0.1310034 0.05589,0.245201 0.08632,0.345273 0.01521,0.050036 0.01925,0.1099745 0.05754,0.1726365 0.03829,0.062662 0.13315,0.2014092 0.345273,0.2014092 l 0.633001,0 0.460364,0 c 0.212123,0 0.306981,-0.1387472 0.345273,-0.2014092 0.03829,-0.062662 0.04233,-0.1226004 0.05755,-0.1726365 0.03043,-0.100072 0.06871,-0.2142696 0.08632,-0.345273 0.03522,-0.2620066 0.05755,-0.5978084 0.05755,-0.9782734 0,-0.380465 -0.02233,-0.7162668 -0.05755,-0.9782734 -0.01761,-0.1310034 -0.05589,-0.245201 -0.08632,-0.345273 -0.01522,-0.050036 -0.01925,-0.1099745 -0.05755,-0.1726365 -0.03829,-0.062662 -0.13315,-0.2014092 -0.345273,-0.2014092 l -1.093365,0 z m 0.633001,3.3951842 c -1.875109,0 -3.5762342,0.7565046 -4.8050492,1.9853197 -1.1007691,1.1007691 -1.8174891,2.5858504 -1.9565469,4.2295959 -0.027501,-0.03353 -0.065131,-0.07337 -0.086318,-0.08632 -0.062662,-0.03829 -0.1226005,-0.04233 -0.1726365,-0.05754 -0.100072,-0.03043 -0.2142696,-0.06871 -0.345273,-0.08632 -0.2620067,-0.03522 -0.5978084,-0.05755 -0.9782734,-0.05755 -0.3804651,0 -0.7162668,0.02233 -0.9782735,0.05755 -0.1310033,0.0176 -0.2452009,0.05589 -0.3452729,0.08632 -0.050036,0.01521 -0.1099745,0.01925 -0.1726365,0.05754 -0.062662,0.03829 -0.2014093,0.13315 -0.2014093,0.345273 l 0,1.093365 c 0,0.212123 0.1387473,0.306981 0.2014093,0.345273 0.062662,0.03829 0.1226004,0.04233 0.1726365,0.05755 0.100072,0.03043 0.2142696,0.06871 0.3452729,0.08632 0.2620067,0.03522 0.5978084,0.05755 0.9782735,0.05755 0.380465,0 0.7162667,-0.02233 0.9782734,-0.05755 0.1310034,-0.0176 0.245201,-0.05589 0.345273,-0.08632 0.050036,-0.01521 0.1099745,-0.01925 0.1726365,-0.05755 0.034213,-0.02091 0.098481,-0.05373 0.1438637,-0.115091 0.051534,0.346746 0.1283003,0.679486 0.230182,1.007046 0.015206,0.04889 0.041272,0.09545 0.057545,0.143864 0.01823,0.05826 0.037764,0.115059 0.057545,0.172636 0.03808,0.104002 0.07214,0.214951 0.115091,0.3165 0.015829,0.03944 0.040985,0.07601 0.057546,0.115091 0.071497,0.160061 0.118173,0.30714 0.2014092,0.460364 0.015919,0.03078 0.041161,0.05582 0.057545,0.08632 0.09074,0.161237 0.1845422,0.336402 0.2877275,0.489136 0.00725,0.0111 0.021465,0.01771 0.028773,0.02877 0.019407,0.02837 0.037722,0.05826 0.057545,0.08632 0.2210746,0.323613 0.4748727,0.610999 0.7480914,0.891955 1.26202,1.29776 3.0801933,2.504184 5.0533333,2.504184 1.598657,0 3.036377,-0.912679 4.211492,-1.813638 -0.149994,0.149994 -0.132324,0.302661 -0.115091,0.374046 0.01724,0.07138 0.0617,0.126497 0.08632,0.172637 0.04924,0.09228 0.121227,0.182643 0.201409,0.287727 0.160366,0.210167 0.363971,0.479062 0.633001,0.748092 0.269029,0.269029 0.537924,0.501407 0.748091,0.661773 0.105085,0.08019 0.195449,0.123391 0.287728,0.172636 0.04614,0.02462 0.101251,0.06908 0.172636,0.08632 0.07138,0.01724 0.224052,0.0349 0.374046,-0.115091 l 0.776864,-0.776864 c 0.149994,-0.149994 0.132323,-0.30266 0.115091,-0.374045 -0.01724,-0.07138 -0.0617,-0.126497 -0.08632,-0.172637 -0.04924,-0.09228 -0.09245,-0.182643 -0.172637,-0.287727 -0.160366,-0.210168 -0.392744,-0.479063 -0.661773,-0.748092 -0.269029,-0.269029 -0.537924,-0.472634 -0.748091,-0.633 -0.105085,-0.08019 -0.19545,-0.152164 -0.287728,-0.20141 -0.04614,-0.02462 -0.101251,-0.06908 -0.172636,-0.08632 -0.04934,-0.01191 -0.12721,-0.01046 -0.230182,0.02877 0.133815,-0.147968 0.253808,-0.301818 0.374045,-0.460364 0.09057,-0.148931 0.07867,-0.351384 -0.02877,-0.489137 0.492324,-0.761973 0.794943,-1.629932 0.9495,-2.560774 0.01963,0.0045 0.04003,0.02345 0.05755,0.02877 0.100072,0.03043 0.21427,0.06871 0.345273,0.08632 0.262007,0.03522 0.597808,0.05755 0.978273,0.05755 0.380465,0 0.716267,-0.02233 0.978274,-0.05755 0.131003,-0.0176 0.245201,-0.05589 0.345273,-0.08632 0.05003,-0.01521 0.109974,-0.01925 0.172636,-0.05754 0.06266,-0.03829 0.201409,-0.13315 0.201409,-0.345273 l 0,-1.093364 c 0,-0.212123 -0.138747,-0.306981 -0.201409,-0.345273 -0.06266,-0.03829 -0.1226,-0.04234 -0.172636,-0.05755 -0.100072,-0.03043 -0.21427,-0.06871 -0.345273,-0.08632 -0.262007,-0.03522 -0.597809,-0.05755 -0.978274,-0.05755 -0.380465,0 -0.716266,0.02233 -0.978273,0.05755 -0.120729,0.01622 -0.22222,0.0573 -0.3165,0.08632 -0.138617,-1.2620609 -0.647596,-2.409342 -1.381092,-3.366413 0.06584,0.012178 0.10817,0.00862 0.143863,0 0.07138,-0.017232 0.126497,-0.061696 0.172637,-0.086318 0.09228,-0.049245 0.182643,-0.092454 0.287727,-0.1726365 0.210168,-0.1603659 0.479062,-0.3927438 0.748092,-0.6617732 0.269029,-0.2690295 0.472634,-0.537924 0.633,-0.7480915 0.08019,-0.1050841 0.152164,-0.1954493 0.201409,-0.2877275 0.02462,-0.04614 0.04031,-0.1012511 0.05755,-0.1726364 0.01724,-0.071385 0.06368,-0.2240523 -0.08632,-0.3740458 L 18.90546,3.9908257 c -0.149994,-0.1499935 -0.302661,-0.132323 -0.374046,-0.115091 -0.07138,0.017232 -0.126497,0.061696 -0.172637,0.086318 -0.09228,0.049245 -0.211415,0.1212266 -0.3165,0.2014092 -0.210167,0.1603659 -0.450289,0.363971 -0.719319,0.6330005 -0.269029,0.2690294 -0.501407,0.5379239 -0.661773,0.7480914 -0.08019,0.1050842 -0.123391,0.1954493 -0.172636,0.2877275 -0.02462,0.046139 -0.06908,0.1012512 -0.08632,0.1726365 -0.0052,0.021415 7.1e-4,0.052539 0,0.086318 C 16.162841,5.898364 15.889871,5.7327616 15.625366,5.5733269 14.603179,4.957187 13.424384,4.5950534 12.143864,4.5950534 z M 7.3388148,6.5803731 7.540224,6.3501911 C 7.6902175,6.2001976 7.6437744,6.0475307 7.6265423,5.9761453 7.6093102,5.90476 7.5648462,5.8496484 7.540224,5.8035089 7.4909791,5.7112307 7.4477702,5.6208655 7.3675876,5.5157814 7.2072217,5.3056139 6.9748438,5.0367194 6.7058143,4.7676899 6.4367849,4.4986605 6.1966631,4.2950553 5.9864956,4.1346895 5.8814115,4.0545069 5.7622736,3.9825252 5.6699954,3.9332802 5.6238559,3.908658 5.597517,3.8641941 5.5261317,3.846962 c -0.035693,-0.00862 -0.1036682,-0.00884 -0.1726365,0 C 5.2845272,3.855802 5.19831,3.887056 5.1233132,3.962053 L 4.346449,4.7389172 C 4.1964555,4.8889107 4.2428987,5.0415776 4.260131,5.1129629 c 0.017232,0.071385 0.061696,0.126497 0.086318,0.1726365 0.049245,0.092278 0.092454,0.2114161 0.1726365,0.3165002 0.1603658,0.2101675 0.3927438,0.4502893 0.6617732,0.7193187 0.2690294,0.2690295 0.5091512,0.5014074 0.7193187,0.6617732 0.1050841,0.080183 0.224222,0.1233916 0.3165002,0.1726365 0.04614,0.024622 0.072479,0.069086 0.1438638,0.086318 0.071385,0.017232 0.252825,0.034903 0.4028184,-0.115091 L 7.3388148,6.5803731 z M 6.4756324,15.96029 c -0.071385,0.01724 -0.126497,0.0617 -0.1726365,0.08632 -0.092278,0.04925 -0.2114161,0.121226 -0.3165003,0.201409 -0.2101674,0.160366 -0.4502892,0.363971 -0.7193187,0.633 -0.2690294,0.26903 -0.5014073,0.537925 -0.6617732,0.748092 -0.080183,0.105084 -0.1233915,0.195449 -0.1726365,0.287727 -0.024622,0.04614 -0.069086,0.101252 -0.086318,0.172637 -0.017232,0.07138 -0.034903,0.224052 0.115091,0.374046 l 0.7480914,0.776864 c 0.1499935,0.149994 0.3314332,0.132323 0.4028185,0.115091 0.071385,-0.01724 0.126497,-0.0617 0.1726365,-0.08632 0.092278,-0.04924 0.1826433,-0.09245 0.2877275,-0.172636 0.2101675,-0.160366 0.479062,-0.392744 0.7480914,-0.661773 0.2690295,-0.26903 0.4726346,-0.509152 0.6330005,-0.719319 0.080182,-0.105084 0.1521643,-0.224222 0.2014092,-0.3165 0.024622,-0.04614 0.040313,-0.101252 0.057545,-0.172637 0.017232,-0.07138 0.063676,-0.224051 -0.086318,-0.374045 L 6.8496781,16.075381 C 6.6996846,15.925387 6.5470177,15.943058 6.4756324,15.96029 z m 2.5039806,1.98265 c 0,2.854452 -0.04866,3.55799 0.670352,4.24065 0.788942,0.749054 4.90207,0.771827 5.669586,-7.61e-4 0.750879,-0.755841 0.4737,-2.476062 0.4737,-4.25723 l -6.813638,0.01734 z" + id="path7926" + sodipodi:nodetypes="cssssssscccssssssscccscsssssssccssssssscsssssssssssscsssssssccsssssssssccssssssccsssssccsssssssccssssssssscccssssssssccssssssscccssssssccsssssssccccsscc" /> + <rect + style="fill:#dfd8c8;fill-opacity:1;stroke:none" + id="rect7657" + width="2.6470928" + height="1.4386374" + x="2.4762204" + y="10.907004" + rx="3.3423133" + ry="0.17260009" /> + <path + style="fill:#dfd8c8;fill-opacity:1;stroke:none" + d="m 12.356893,5.1521102 c -3.5109807,0 -6.3543456,2.8711131 -6.3543456,6.3820948 0,3.510981 2.8433649,6.354346 6.3543456,6.354346 2.091831,0 4.451587,-1.515552 5.194062,-2.801557 0,0 -1.511326,-0.879634 -1.558261,-3.750072 3e-6,-2.0257993 1.313096,-3.3782073 1.311203,-3.3749293 -1.86792,-2.4265982 -3.858601,-2.8098825 -4.947004,-2.8098825 z" + id="path7356" + sodipodi:nodetypes="csscccc" /> + <path + transform="matrix(0.80552866,-0.05090045,0.33309036,1.1343219,-1.4163082,-1.7370614)" + sodipodi:type="arc" + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:none" + id="path7359-5" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.2317115,-0.03569794,0.06301311,0.4090114,5.381261,7.8976225)" + sodipodi:type="arc" + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:none" + id="path7359-2" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.07560196,-0.03056249,0.06655832,0.16464426,9.5398059,11.580275)" + sodipodi:type="arc" + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:none" + id="path7359-8" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.34805141,-0.5199518,0.59727893,0.22716849,-0.304213,7.8279753)" + sodipodi:type="arc" + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:none" + id="path7359-4" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(-0.44099836,1.4339535,-1.0763276,-0.24400487,28.714594,2.5692459)" + sodipodi:type="arc" + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:none" + id="path7359-56" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <rect + style="fill:#dfd8c8;fill-opacity:1;stroke:none" + id="rect7657-0" + width="2.6470928" + height="1.4386374" + x="6.8032427" + y="-0.9981209" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" /> + <rect + style="fill:#dfd8c8;fill-opacity:1;stroke:none" + id="rect7657-0-4" + width="2.6470928" + height="1.4386374" + x="1.5749317" + y="-12.791093" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="fill:#dfd8c8;fill-opacity:1;stroke:none" + id="rect7657-0-6" + width="2.6470928" + height="1.4386374" + x="7.5293007" + y="16.016636" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)" /> + <rect + style="fill:#dfd8c8;fill-opacity:1;stroke:none" + id="rect7657-0-0" + width="2.6470928" + height="1.4386374" + x="18.88641" + y="10.880012" + rx="3.3423133" + ry="0.17260009" /> + <rect + style="fill:#dfd8c8;fill-opacity:1;stroke:none" + id="rect7657-0-8" + width="2.6470928" + height="1.4386374" + x="-26.690901" + y="-0.36545515" + rx="3.3423133" + ry="0.17260009" + transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> + <path + style="fill:#dfd8c8;fill-opacity:1;stroke:none" + d="m 9.6829134,20.687046 c 0,-0.733245 -0.09979,-2.494693 -0.00418,-2.494693 0,0 1.3184246,0.665411 2.8116726,0.662912 1.332012,-0.0023 2.723282,-0.662912 2.723282,-0.662912 0.09562,0 0.04002,1.916127 0.04002,2.649372 0,0.733244 -0.717466,1.039968 -1.255358,1.323546 -0.472012,0.248847 -1.047234,0.26394 -1.580706,0.252681 -0.533175,-0.01125 -1.110463,-0.0446 -1.567761,-0.318972 -0.52358,-0.31414 -1.1669709,-0.67869 -1.1669709,-1.411934 z" + id="rect7657-0-4-8" + sodipodi:nodetypes="ccscsaaac" /> + <rect + style="fill:#dfd8c8;fill-opacity:1;stroke:none" + id="rect7657-0-6-9" + width="2.6470928" + height="1.4386374" + x="6.896637" + y="-17.477507" + rx="3.3423133" + ry="0.17260009" + transform="matrix(-0.70710678,0.70710678,-0.70710678,-0.70710678,0,0)" /> + </g> +</svg> diff --git a/data/icons/ubuntu-mono-dark/scalable/apps/redshift.svg b/data/icons/ubuntu-mono-dark/scalable/apps/redshift.svg new file mode 100644 index 0000000..64f9a3f --- /dev/null +++ b/data/icons/ubuntu-mono-dark/scalable/apps/redshift.svg @@ -0,0 +1,635 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<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:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2837" + version="1.1" + inkscape:version="0.47 r22583" + sodipodi:docname="redshift.svg" + inkscape:export-filename="/home/joern/Desktop/redshiftIconlight.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2839"> + <linearGradient + id="linearGradient3652"> + <stop + style="stop-color:#dc0000;stop-opacity:1;" + offset="0" + id="stop3654" /> + <stop + style="stop-color:#dc4500;stop-opacity:1;" + offset="1" + id="stop3656" /> + </linearGradient> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective2845" /> + <inkscape:perspective + id="perspective7076" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7107" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7107-0" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7164" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7202" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-2" + id="radialGradient7192-2" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-2"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-4" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-9" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-9" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-4" + id="radialGradient7192-4" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-4"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-8" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-7" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-2" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-5" + id="radialGradient7192-1" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-5"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-5" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-4" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-90" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-9" + id="radialGradient7192-8" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-9"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-88" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-1" /> + </linearGradient> + <inkscape:perspective + id="perspective7369" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-8" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-0" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-5" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-51" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-9" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-93" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-3" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-84" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7667" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7691" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7757" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7782" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810-2" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810-28" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7883" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3658" + cx="11.776751" + cy="11.520331" + fx="11.776751" + fy="11.520331" + r="5.7742038" + gradientTransform="matrix(1,0,0,1.1028742,0,-1.1851448)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3662" + cx="-25.367353" + cy="0.35386354" + fx="-25.367353" + fy="0.35386354" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,0.1615464)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3664" + cx="20.209955" + cy="11.59933" + fx="20.209955" + fy="11.59933" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,5.2953465)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3666" + cx="8.8528471" + cy="16.735954" + fx="8.8528471" + fy="16.735954" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,7.6403273)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3668" + cx="2.8984783" + cy="-12.071774" + fx="2.8984783" + fy="-12.071774" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,-5.5110275)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3670" + cx="8.1267891" + cy="-0.27880222" + fx="8.1267891" + fy="-0.27880222" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,-0.12727928)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3672" + cx="3.7997668" + cy="11.626323" + fx="3.7997668" + fy="11.626323" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,5.3076693)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3674" + cx="8.2201834" + cy="-16.758188" + fx="8.2201834" + fy="-16.758188" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,-7.6504773)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3676" + cx="12.453539" + cy="20.306458" + fx="12.453539" + fy="20.306458" + r="2.816242" + gradientTransform="matrix(1,0,0,0.75068297,0,5.0627457)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.999999" + inkscape:cx="0.37500218" + inkscape:cy="11.845802" + inkscape:document-units="px" + inkscape:current-layer="layer5" + showgrid="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-global="false"> + <sodipodi:guide + position="0,0" + orientation="0,24" + id="guide2847" /> + <sodipodi:guide + position="24,0" + orientation="-24,0" + id="guide2849" /> + <sodipodi:guide + position="24,24" + orientation="0,-24" + id="guide2851" /> + <sodipodi:guide + position="0,24" + orientation="24,0" + id="guide2853" /> + <inkscape:grid + type="xygrid" + id="grid7095" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="-4.6845824,12.020815" + id="guide7849" /> + <sodipodi:guide + orientation="0,1" + position="-5.08233,17.987029" + id="guide7867" /> + <sodipodi:guide + orientation="1,0" + position="6.0104077,18.870912" + id="guide7869" /> + <sodipodi:guide + orientation="1,0" + position="17.987029,20.019961" + id="guide7871" /> + <sodipodi:guide + orientation="0,1" + position="9.1923882,6.0104077" + id="guide7873" /> + </sodipodi:namedview> + <metadata + id="metadata2842"> + <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> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)" /> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="Ebene" + style="display:inline" /> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Ebene#1" + style="display:inline"> + <path + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:#43423e;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 11.510863,1.1998692 c -0.212123,0 -0.306981,0.1387472 -0.345273,0.2014092 -0.03829,0.062662 -0.04233,0.1226004 -0.05754,0.1726365 -0.03043,0.100072 -0.06871,0.2142696 -0.08632,0.345273 -0.03522,0.2620066 -0.05755,0.5978084 -0.05755,0.9782734 0,0.380465 0.02233,0.7162668 0.05755,0.9782734 0.0176,0.1310034 0.05589,0.245201 0.08632,0.345273 0.01521,0.050036 0.01925,0.1099745 0.05754,0.1726365 0.03829,0.062662 0.13315,0.2014092 0.345273,0.2014092 l 0.633001,0 0.460364,0 c 0.212123,0 0.306981,-0.1387472 0.345273,-0.2014092 0.03829,-0.062662 0.04233,-0.1226004 0.05755,-0.1726365 0.03043,-0.100072 0.06871,-0.2142696 0.08632,-0.345273 0.03522,-0.2620066 0.05755,-0.5978084 0.05755,-0.9782734 0,-0.380465 -0.02233,-0.7162668 -0.05755,-0.9782734 -0.01761,-0.1310034 -0.05589,-0.245201 -0.08632,-0.345273 -0.01522,-0.050036 -0.01925,-0.1099745 -0.05755,-0.1726365 -0.03829,-0.062662 -0.13315,-0.2014092 -0.345273,-0.2014092 l -1.093365,0 z m 0.633001,3.3951842 c -1.875109,0 -3.5762342,0.7565046 -4.8050492,1.9853197 -1.1007691,1.1007691 -1.8174891,2.5858504 -1.9565469,4.2295959 -0.027501,-0.03353 -0.065131,-0.07337 -0.086318,-0.08632 -0.062662,-0.03829 -0.1226005,-0.04233 -0.1726365,-0.05754 -0.100072,-0.03043 -0.2142696,-0.06871 -0.345273,-0.08632 -0.2620067,-0.03522 -0.5978084,-0.05755 -0.9782734,-0.05755 -0.3804651,0 -0.7162668,0.02233 -0.9782735,0.05755 -0.1310033,0.0176 -0.2452009,0.05589 -0.3452729,0.08632 -0.050036,0.01521 -0.1099745,0.01925 -0.1726365,0.05754 -0.062662,0.03829 -0.2014093,0.13315 -0.2014093,0.345273 l 0,1.093365 c 0,0.212123 0.1387473,0.306981 0.2014093,0.345273 0.062662,0.03829 0.1226004,0.04233 0.1726365,0.05755 0.100072,0.03043 0.2142696,0.06871 0.3452729,0.08632 0.2620067,0.03522 0.5978084,0.05755 0.9782735,0.05755 0.380465,0 0.7162667,-0.02233 0.9782734,-0.05755 0.1310034,-0.0176 0.245201,-0.05589 0.345273,-0.08632 0.050036,-0.01521 0.1099745,-0.01925 0.1726365,-0.05755 0.034213,-0.02091 0.098481,-0.05373 0.1438637,-0.115091 0.051534,0.346746 0.1283003,0.679486 0.230182,1.007046 0.015206,0.04889 0.041272,0.09545 0.057545,0.143864 0.01823,0.05826 0.037764,0.115059 0.057545,0.172636 0.03808,0.104002 0.07214,0.214951 0.115091,0.3165 0.015829,0.03944 0.040985,0.07601 0.057546,0.115091 0.071497,0.160061 0.118173,0.30714 0.2014092,0.460364 0.015919,0.03078 0.041161,0.05582 0.057545,0.08632 0.09074,0.161237 0.1845422,0.336402 0.2877275,0.489136 0.00725,0.0111 0.021465,0.01771 0.028773,0.02877 0.019407,0.02837 0.037722,0.05826 0.057545,0.08632 0.2210746,0.323613 0.4748727,0.610999 0.7480914,0.891955 1.26202,1.29776 3.0801933,2.504184 5.0533333,2.504184 1.598657,0 3.036377,-0.912679 4.211492,-1.813638 -0.149994,0.149994 -0.132324,0.302661 -0.115091,0.374046 0.01724,0.07138 0.0617,0.126497 0.08632,0.172637 0.04924,0.09228 0.121227,0.182643 0.201409,0.287727 0.160366,0.210167 0.363971,0.479062 0.633001,0.748092 0.269029,0.269029 0.537924,0.501407 0.748091,0.661773 0.105085,0.08019 0.195449,0.123391 0.287728,0.172636 0.04614,0.02462 0.101251,0.06908 0.172636,0.08632 0.07138,0.01724 0.224052,0.0349 0.374046,-0.115091 l 0.776864,-0.776864 c 0.149994,-0.149994 0.132323,-0.30266 0.115091,-0.374045 -0.01724,-0.07138 -0.0617,-0.126497 -0.08632,-0.172637 -0.04924,-0.09228 -0.09245,-0.182643 -0.172637,-0.287727 -0.160366,-0.210168 -0.392744,-0.479063 -0.661773,-0.748092 -0.269029,-0.269029 -0.537924,-0.472634 -0.748091,-0.633 -0.105085,-0.08019 -0.19545,-0.152164 -0.287728,-0.20141 -0.04614,-0.02462 -0.101251,-0.06908 -0.172636,-0.08632 -0.04934,-0.01191 -0.12721,-0.01046 -0.230182,0.02877 0.133815,-0.147968 0.253808,-0.301818 0.374045,-0.460364 0.09057,-0.148931 0.07867,-0.351384 -0.02877,-0.489137 0.492324,-0.761973 0.794943,-1.629932 0.9495,-2.560774 0.01963,0.0045 0.04003,0.02345 0.05755,0.02877 0.100072,0.03043 0.21427,0.06871 0.345273,0.08632 0.262007,0.03522 0.597808,0.05755 0.978273,0.05755 0.380465,0 0.716267,-0.02233 0.978274,-0.05755 0.131003,-0.0176 0.245201,-0.05589 0.345273,-0.08632 0.05003,-0.01521 0.109974,-0.01925 0.172636,-0.05754 0.06266,-0.03829 0.201409,-0.13315 0.201409,-0.345273 l 0,-1.093364 c 0,-0.212123 -0.138747,-0.306981 -0.201409,-0.345273 -0.06266,-0.03829 -0.1226,-0.04234 -0.172636,-0.05755 -0.100072,-0.03043 -0.21427,-0.06871 -0.345273,-0.08632 -0.262007,-0.03522 -0.597809,-0.05755 -0.978274,-0.05755 -0.380465,0 -0.716266,0.02233 -0.978273,0.05755 -0.120729,0.01622 -0.22222,0.0573 -0.3165,0.08632 -0.138617,-1.2620609 -0.647596,-2.409342 -1.381092,-3.366413 0.06584,0.012178 0.10817,0.00862 0.143863,0 0.07138,-0.017232 0.126497,-0.061696 0.172637,-0.086318 0.09228,-0.049245 0.182643,-0.092454 0.287727,-0.1726365 0.210168,-0.1603659 0.479062,-0.3927438 0.748092,-0.6617732 0.269029,-0.2690295 0.472634,-0.537924 0.633,-0.7480915 0.08019,-0.1050841 0.152164,-0.1954493 0.201409,-0.2877275 0.02462,-0.04614 0.04031,-0.1012511 0.05755,-0.1726364 0.01724,-0.071385 0.06368,-0.2240523 -0.08632,-0.3740458 L 18.90546,3.9908257 c -0.149994,-0.1499935 -0.302661,-0.132323 -0.374046,-0.115091 -0.07138,0.017232 -0.126497,0.061696 -0.172637,0.086318 -0.09228,0.049245 -0.211415,0.1212266 -0.3165,0.2014092 -0.210167,0.1603659 -0.450289,0.363971 -0.719319,0.6330005 -0.269029,0.2690294 -0.501407,0.5379239 -0.661773,0.7480914 -0.08019,0.1050842 -0.123391,0.1954493 -0.172636,0.2877275 -0.02462,0.046139 -0.06908,0.1012512 -0.08632,0.1726365 -0.0052,0.021415 7.1e-4,0.052539 0,0.086318 C 16.162841,5.898364 15.889871,5.7327616 15.625366,5.5733269 14.603179,4.957187 13.424384,4.5950534 12.143864,4.5950534 z M 7.3388148,6.5803731 7.540224,6.3501911 C 7.6902175,6.2001976 7.6437744,6.0475307 7.6265423,5.9761453 7.6093102,5.90476 7.5648462,5.8496484 7.540224,5.8035089 7.4909791,5.7112307 7.4477702,5.6208655 7.3675876,5.5157814 7.2072217,5.3056139 6.9748438,5.0367194 6.7058143,4.7676899 6.4367849,4.4986605 6.1966631,4.2950553 5.9864956,4.1346895 5.8814115,4.0545069 5.7622736,3.9825252 5.6699954,3.9332802 5.6238559,3.908658 5.597517,3.8641941 5.5261317,3.846962 c -0.035693,-0.00862 -0.1036682,-0.00884 -0.1726365,0 C 5.2845272,3.855802 5.19831,3.887056 5.1233132,3.962053 L 4.346449,4.7389172 C 4.1964555,4.8889107 4.2428987,5.0415776 4.260131,5.1129629 c 0.017232,0.071385 0.061696,0.126497 0.086318,0.1726365 0.049245,0.092278 0.092454,0.2114161 0.1726365,0.3165002 0.1603658,0.2101675 0.3927438,0.4502893 0.6617732,0.7193187 0.2690294,0.2690295 0.5091512,0.5014074 0.7193187,0.6617732 0.1050841,0.080183 0.224222,0.1233916 0.3165002,0.1726365 0.04614,0.024622 0.072479,0.069086 0.1438638,0.086318 0.071385,0.017232 0.252825,0.034903 0.4028184,-0.115091 L 7.3388148,6.5803731 z M 6.4756324,15.96029 c -0.071385,0.01724 -0.126497,0.0617 -0.1726365,0.08632 -0.092278,0.04925 -0.2114161,0.121226 -0.3165003,0.201409 -0.2101674,0.160366 -0.4502892,0.363971 -0.7193187,0.633 -0.2690294,0.26903 -0.5014073,0.537925 -0.6617732,0.748092 -0.080183,0.105084 -0.1233915,0.195449 -0.1726365,0.287727 -0.024622,0.04614 -0.069086,0.101252 -0.086318,0.172637 -0.017232,0.07138 -0.034903,0.224052 0.115091,0.374046 l 0.7480914,0.776864 c 0.1499935,0.149994 0.3314332,0.132323 0.4028185,0.115091 0.071385,-0.01724 0.126497,-0.0617 0.1726365,-0.08632 0.092278,-0.04924 0.1826433,-0.09245 0.2877275,-0.172636 0.2101675,-0.160366 0.479062,-0.392744 0.7480914,-0.661773 0.2690295,-0.26903 0.4726346,-0.509152 0.6330005,-0.719319 0.080182,-0.105084 0.1521643,-0.224222 0.2014092,-0.3165 0.024622,-0.04614 0.040313,-0.101252 0.057545,-0.172637 0.017232,-0.07138 0.063676,-0.224051 -0.086318,-0.374045 L 6.8496781,16.075381 C 6.6996846,15.925387 6.5470177,15.943058 6.4756324,15.96029 z m 2.5039806,1.98265 c 0,2.854452 -0.04866,3.55799 0.670352,4.24065 0.788942,0.749054 4.90207,0.771827 5.669586,-7.61e-4 0.750879,-0.755841 0.4737,-2.476062 0.4737,-4.25723 l -6.813638,0.01734 z" + id="path7926" + sodipodi:nodetypes="cssssssscccssssssscccscsssssssccssssssscsssssssssssscsssssssccsssssssssccssssssccsssssccsssssssccssssssssscccssssssssccssssssscccssssssccsssssssccccsscc" /> + <rect + style="fill:url(#radialGradient3672);fill-opacity:1.0;stroke:none" + id="rect7657" + width="2.6470928" + height="1.4386374" + x="2.4762204" + y="10.907004" + rx="3.3423133" + ry="0.17260009" /> + <path + style="fill:url(#radialGradient3658);fill-opacity:1.0;stroke:none" + d="m 12.356893,5.1521102 c -3.5109807,0 -6.3543456,2.8711131 -6.3543456,6.3820948 0,3.510981 2.8433649,6.354346 6.3543456,6.354346 2.091831,0 4.451587,-1.515552 5.194062,-2.801557 0,0 -1.511326,-0.879634 -1.558261,-3.750072 3e-6,-2.0257993 1.313096,-3.3782073 1.311203,-3.3749293 -1.86792,-2.4265982 -3.858601,-2.8098825 -4.947004,-2.8098825 z" + id="path7356" + sodipodi:nodetypes="csscccc" /> + <path + transform="matrix(0.80552866,-0.05090045,0.33309036,1.1343219,-1.4163082,-1.7370614)" + sodipodi:type="arc" + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:none" + id="path7359-5" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.2317115,-0.03569794,0.06301311,0.4090114,5.381261,7.8976225)" + sodipodi:type="arc" + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:none" + id="path7359-2" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.07560196,-0.03056249,0.06655832,0.16464426,9.5398059,11.580275)" + sodipodi:type="arc" + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:none" + id="path7359-8" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.34805141,-0.5199518,0.59727893,0.22716849,-0.304213,7.8279753)" + sodipodi:type="arc" + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:none" + id="path7359-4" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(-0.44099836,1.4339535,-1.0763276,-0.24400487,28.714594,2.5692459)" + sodipodi:type="arc" + style="opacity:0.6;fill:#43423e;fill-opacity:1;stroke:none" + id="path7359-56" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <rect + style="fill:url(#radialGradient3670);fill-opacity:1.0;stroke:none" + id="rect7657-0" + width="2.6470928" + height="1.4386374" + x="6.8032427" + y="-0.9981209" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" /> + <rect + style="fill:url(#radialGradient3668);fill-opacity:1.0;stroke:none" + id="rect7657-0-4" + width="2.6470928" + height="1.4386374" + x="1.5749317" + y="-12.791093" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="fill:url(#radialGradient3666);fill-opacity:1.0;stroke:none" + id="rect7657-0-6" + width="2.6470928" + height="1.4386374" + x="7.5293007" + y="16.016636" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)" /> + <rect + style="fill:url(#radialGradient3664);fill-opacity:1.0;stroke:none" + id="rect7657-0-0" + width="2.6470928" + height="1.4386374" + x="18.88641" + y="10.880012" + rx="3.3423133" + ry="0.17260009" /> + <rect + style="fill:url(#radialGradient3662);fill-opacity:1.0;stroke:none" + id="rect7657-0-8" + width="2.6470928" + height="1.4386374" + x="-26.690901" + y="-0.36545515" + rx="3.3423133" + ry="0.17260009" + transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> + <path + style="fill:url(#radialGradient3676);fill-opacity:1.0;stroke:none" + d="m 9.6829134,20.687046 c 0,-0.733245 -0.09979,-2.494693 -0.00418,-2.494693 0,0 1.3184246,0.665411 2.8116726,0.662912 1.332012,-0.0023 2.723282,-0.662912 2.723282,-0.662912 0.09562,0 0.04002,1.916127 0.04002,2.649372 0,0.733244 -0.717466,1.039968 -1.255358,1.323546 -0.472012,0.248847 -1.047234,0.26394 -1.580706,0.252681 -0.533175,-0.01125 -1.110463,-0.0446 -1.567761,-0.318972 -0.52358,-0.31414 -1.1669709,-0.67869 -1.1669709,-1.411934 z" + id="rect7657-0-4-8" + sodipodi:nodetypes="ccscsaaac" /> + <rect + style="fill:url(#radialGradient3674);fill-opacity:1.0;stroke:none" + id="rect7657-0-6-9" + width="2.6470928" + height="1.4386374" + x="6.896637" + y="-17.477507" + rx="3.3423133" + ry="0.17260009" + transform="matrix(-0.70710678,0.70710678,-0.70710678,-0.70710678,0,0)" /> + </g> +</svg> diff --git a/data/icons/ubuntu-mono-light/scalable/apps/redshift-idle.svg b/data/icons/ubuntu-mono-light/scalable/apps/redshift-idle.svg new file mode 100644 index 0000000..737fd64 --- /dev/null +++ b/data/icons/ubuntu-mono-light/scalable/apps/redshift-idle.svg @@ -0,0 +1,525 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<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:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2837" + version="1.1" + inkscape:version="0.47 r22583" + sodipodi:docname="redshiftIconlight.svg" + inkscape:export-filename="/home/joern/Desktop/redshiftIconlight.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2839"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective2845" /> + <inkscape:perspective + id="perspective7076" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7107" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7107-0" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7164" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7202" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-2" + id="radialGradient7192-2" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-2"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-4" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-9" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-9" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-4" + id="radialGradient7192-4" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-4"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-8" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-7" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-2" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-5" + id="radialGradient7192-1" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-5"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-5" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-4" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-90" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-9" + id="radialGradient7192-8" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-9"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-88" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-1" /> + </linearGradient> + <inkscape:perspective + id="perspective7369" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-8" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-0" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-5" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-51" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-9" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-93" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-3" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-84" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7667" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7691" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7757" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7782" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810-2" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810-28" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7883" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="8" + inkscape:cx="49.496586" + inkscape:cy="1.9672137" + inkscape:document-units="px" + inkscape:current-layer="layer5" + showgrid="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-global="false"> + <sodipodi:guide + position="0,0" + orientation="0,24" + id="guide2847" /> + <sodipodi:guide + position="24,0" + orientation="-24,0" + id="guide2849" /> + <sodipodi:guide + position="24,24" + orientation="0,-24" + id="guide2851" /> + <sodipodi:guide + position="0,24" + orientation="24,0" + id="guide2853" /> + <inkscape:grid + type="xygrid" + id="grid7095" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="-4.6845824,12.020815" + id="guide7849" /> + <sodipodi:guide + orientation="0,1" + position="-5.08233,17.987029" + id="guide7867" /> + <sodipodi:guide + orientation="1,0" + position="6.0104077,18.870912" + id="guide7869" /> + <sodipodi:guide + orientation="1,0" + position="17.987029,20.019961" + id="guide7871" /> + <sodipodi:guide + orientation="0,1" + position="9.1923882,6.0104077" + id="guide7873" /> + </sodipodi:namedview> + <metadata + id="metadata2842"> + <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> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)" /> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="Ebene" + style="display:inline" /> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Ebene#1" + style="display:inline"> + <path + style="opacity:0.6;fill:#eae3d0;fill-opacity:1;stroke:#eae3d0;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 11.510863,1.2668107 c -0.212123,0 -0.306981,0.1387472 -0.345273,0.2014092 -0.03829,0.062662 -0.04233,0.1226004 -0.05754,0.1726365 -0.03043,0.100072 -0.06871,0.2142696 -0.08632,0.345273 -0.03522,0.2620066 -0.05755,0.5978084 -0.05755,0.9782734 0,0.380465 0.02233,0.7162668 0.05755,0.9782734 0.0176,0.1310034 0.05589,0.245201 0.08632,0.345273 0.01521,0.050036 0.01925,0.1099745 0.05754,0.1726365 0.03829,0.062662 0.13315,0.2014092 0.345273,0.2014092 l 0.633001,0 0.460364,0 c 0.212123,0 0.306981,-0.1387472 0.345273,-0.2014092 0.03829,-0.062662 0.04233,-0.1226004 0.05755,-0.1726365 0.03043,-0.100072 0.06871,-0.2142696 0.08632,-0.345273 0.03522,-0.2620066 0.05755,-0.5978084 0.05755,-0.9782734 0,-0.380465 -0.02233,-0.7162668 -0.05755,-0.9782734 -0.01761,-0.1310034 -0.05589,-0.245201 -0.08632,-0.345273 -0.01522,-0.050036 -0.01925,-0.1099745 -0.05755,-0.1726365 -0.03829,-0.062662 -0.13315,-0.2014092 -0.345273,-0.2014092 l -1.093365,0 z m 0.633001,3.3951842 c -1.875109,0 -3.5762342,0.7565046 -4.8050492,1.9853197 -1.1007691,1.1007691 -1.8174891,2.5858504 -1.9565469,4.2295944 -0.027501,-0.03353 -0.065131,-0.07337 -0.086318,-0.08632 -0.062662,-0.03829 -0.1226005,-0.04233 -0.1726365,-0.05754 -0.100072,-0.03043 -0.2142696,-0.06871 -0.345273,-0.08632 -0.2620067,-0.03522 -0.5978084,-0.05755 -0.9782734,-0.05755 -0.3804651,0 -0.7162668,0.02233 -0.9782735,0.05755 -0.1310033,0.0176 -0.2452009,0.05589 -0.3452729,0.08632 -0.050036,0.01521 -0.1099745,0.01925 -0.1726365,0.05754 -0.062662,0.03829 -0.2014093,0.13315 -0.2014093,0.345273 l 0,1.093365 c 0,0.212123 0.1387473,0.306981 0.2014093,0.345273 0.062662,0.03829 0.1226004,0.04233 0.1726365,0.05755 0.100072,0.03043 0.2142696,0.06871 0.3452729,0.08632 0.2620067,0.03522 0.5978084,0.05755 0.9782735,0.05755 0.380465,0 0.7162667,-0.02233 0.9782734,-0.05755 0.1310034,-0.0176 0.245201,-0.05589 0.345273,-0.08632 0.050036,-0.01521 0.1099745,-0.01925 0.1726365,-0.05755 0.034213,-0.02091 0.098481,-0.05373 0.1438637,-0.115091 0.051534,0.346746 0.1283003,0.679486 0.230182,1.007046 0.015206,0.04889 0.041272,0.09545 0.057545,0.143864 0.01823,0.05826 0.037764,0.115059 0.057545,0.172636 0.03808,0.104002 0.07214,0.214951 0.115091,0.3165 0.015829,0.03944 0.040985,0.07601 0.057546,0.115091 0.071497,0.160061 0.118173,0.30714 0.2014092,0.460364 0.015919,0.03078 0.041161,0.05582 0.057545,0.08632 0.09074,0.161237 0.1845422,0.336402 0.2877275,0.489136 0.00725,0.0111 0.021465,0.01771 0.028773,0.02877 0.019407,0.02837 0.037722,0.05826 0.057545,0.08632 0.2210746,0.323613 0.4748727,0.610999 0.7480914,0.891955 1.26202,1.29776 3.0801933,2.504184 5.0533333,2.504184 1.598657,0 3.036377,-0.912679 4.211492,-1.813638 -0.149994,0.149994 -0.132324,0.302661 -0.115091,0.374046 0.01724,0.07138 0.0617,0.126497 0.08632,0.172637 0.04924,0.09228 0.121227,0.182643 0.201409,0.287727 0.160366,0.210167 0.363971,0.479062 0.633001,0.748092 0.269029,0.269029 0.537924,0.501407 0.748091,0.661773 0.105085,0.08019 0.195449,0.123391 0.287728,0.172636 0.04614,0.02462 0.101251,0.06908 0.172636,0.08632 0.07138,0.01724 0.224052,0.0349 0.374046,-0.115091 l 0.776864,-0.776864 c 0.149994,-0.149994 0.132323,-0.30266 0.115091,-0.374045 -0.01724,-0.07138 -0.0617,-0.126497 -0.08632,-0.172637 -0.04924,-0.09228 -0.09245,-0.182643 -0.172637,-0.287727 -0.160366,-0.210168 -0.392744,-0.479063 -0.661773,-0.748092 -0.269029,-0.269029 -0.537924,-0.472634 -0.748091,-0.633 -0.105085,-0.08019 -0.19545,-0.152164 -0.287728,-0.20141 -0.04614,-0.02462 -0.101251,-0.06908 -0.172636,-0.08632 -0.04934,-0.01191 -0.12721,-0.01046 -0.230182,0.02877 0.133815,-0.147968 0.253808,-0.301818 0.374045,-0.460364 0.09057,-0.148931 0.07867,-0.351384 -0.02877,-0.489137 0.492324,-0.761973 0.794943,-1.629932 0.9495,-2.560774 0.01963,0.0045 0.04003,0.02345 0.05755,0.02877 0.100072,0.03043 0.21427,0.06871 0.345273,0.08632 0.262007,0.03522 0.597808,0.05755 0.978273,0.05755 0.380465,0 0.716267,-0.02233 0.978274,-0.05755 0.131003,-0.0176 0.245201,-0.05589 0.345273,-0.08632 0.05003,-0.01521 0.109974,-0.01925 0.172636,-0.05754 0.06266,-0.03829 0.201409,-0.13315 0.201409,-0.345273 l 0,-1.093364 c 0,-0.212123 -0.138747,-0.306981 -0.201409,-0.345273 -0.06266,-0.03829 -0.1226,-0.04234 -0.172636,-0.05755 -0.100072,-0.03043 -0.21427,-0.06871 -0.345273,-0.08632 -0.262007,-0.03522 -0.597809,-0.05755 -0.978274,-0.05755 -0.380465,0 -0.716266,0.02233 -0.978273,0.05755 -0.120729,0.01622 -0.22222,0.0573 -0.3165,0.08632 -0.138617,-1.2620594 -0.647596,-2.4093405 -1.381092,-3.3664115 0.06584,0.012178 0.10817,0.00862 0.143863,0 0.07138,-0.017232 0.126497,-0.061696 0.172637,-0.086318 0.09228,-0.049245 0.182643,-0.092454 0.287727,-0.1726365 0.210168,-0.1603659 0.479062,-0.3927438 0.748092,-0.6617732 0.269029,-0.2690295 0.472634,-0.537924 0.633,-0.7480915 0.08019,-0.1050841 0.152164,-0.1954493 0.201409,-0.2877275 0.02462,-0.04614 0.04031,-0.1012511 0.05755,-0.1726364 0.01724,-0.071385 0.06368,-0.2240523 -0.08632,-0.3740458 L 18.90546,4.0577672 c -0.149994,-0.1499935 -0.302661,-0.132323 -0.374046,-0.115091 -0.07138,0.017232 -0.126497,0.061696 -0.172637,0.086318 -0.09228,0.049245 -0.211415,0.1212266 -0.3165,0.2014092 -0.210167,0.1603659 -0.450289,0.363971 -0.719319,0.6330005 -0.269029,0.2690294 -0.501407,0.5379239 -0.661773,0.7480914 -0.08019,0.1050842 -0.123391,0.1954493 -0.172636,0.2877275 -0.02462,0.046139 -0.06908,0.1012512 -0.08632,0.1726365 -0.0052,0.021415 7.1e-4,0.052539 0,0.086318 C 16.162841,5.9653055 15.889871,5.7997031 15.625366,5.6402684 14.603179,5.0241285 13.424384,4.6619949 12.143864,4.6619949 z M 7.3388148,6.6473146 7.540224,6.4171326 C 7.6902175,6.2671391 7.6437744,6.1144722 7.6265423,6.0430868 7.6093102,5.9717015 7.5648462,5.9165899 7.540224,5.8704504 7.4909791,5.7781722 7.4477702,5.687807 7.3675876,5.5827229 7.2072217,5.3725554 6.9748438,5.1036609 6.7058143,4.8346314 6.4367849,4.565602 6.1966631,4.3619968 5.9864956,4.201631 5.8814115,4.1214484 5.7622736,4.0494667 5.6699954,4.0002217 5.6238559,3.9755995 5.597517,3.9311356 5.5261317,3.9139035 c -0.035693,-0.00862 -0.1036682,-0.00884 -0.1726365,0 -0.068968,0.00884 -0.1551852,0.040094 -0.230182,0.115091 L 4.346449,4.8058587 C 4.1964555,4.9558522 4.2428987,5.1085191 4.260131,5.1799044 c 0.017232,0.071385 0.061696,0.126497 0.086318,0.1726365 0.049245,0.092278 0.092454,0.2114161 0.1726365,0.3165002 0.1603658,0.2101675 0.3927438,0.4502893 0.6617732,0.7193187 0.2690294,0.2690295 0.5091512,0.5014074 0.7193187,0.6617732 0.1050841,0.080183 0.224222,0.1233916 0.3165002,0.1726365 0.04614,0.024622 0.072479,0.069086 0.1438638,0.086318 0.071385,0.017232 0.252825,0.034903 0.4028184,-0.115091 L 7.3388148,6.6473146 z M 6.4756324,16.02723 c -0.071385,0.01724 -0.126497,0.0617 -0.1726365,0.08632 -0.092278,0.04925 -0.2114161,0.121226 -0.3165003,0.201409 -0.2101674,0.160366 -0.4502892,0.363971 -0.7193187,0.633 -0.2690294,0.26903 -0.5014073,0.537925 -0.6617732,0.748092 -0.080183,0.105084 -0.1233915,0.195449 -0.1726365,0.287727 -0.024622,0.04614 -0.069086,0.101252 -0.086318,0.172637 -0.017232,0.07138 -0.034903,0.224052 0.115091,0.374046 l 0.7480914,0.776864 c 0.1499935,0.149994 0.3314332,0.132323 0.4028185,0.115091 0.071385,-0.01724 0.126497,-0.0617 0.1726365,-0.08632 0.092278,-0.04924 0.1826433,-0.09245 0.2877275,-0.172636 0.2101675,-0.160366 0.479062,-0.392744 0.7480914,-0.661773 0.2690295,-0.26903 0.4726346,-0.509152 0.6330005,-0.719319 0.080182,-0.105084 0.1521643,-0.224222 0.2014092,-0.3165 0.024622,-0.04614 0.040313,-0.101252 0.057545,-0.172637 0.017232,-0.07138 0.063676,-0.224051 -0.086318,-0.374045 L 6.8496781,16.142321 C 6.6996846,15.992327 6.5470177,16.009998 6.4756324,16.02723 z m 2.5039806,1.98265 c 0,2.854452 -0.04866,3.55799 0.670352,4.24065 0.788942,0.749054 4.90207,0.771827 5.669586,-7.61e-4 0.750879,-0.755841 0.4737,-2.476062 0.4737,-4.25723 l -6.813638,0.01734 z" + id="path7926" + sodipodi:nodetypes="cssssssscccssssssscccscsssssssccssssssscsssssssssssscsssssssccsssssssssccssssssccsssssccsssssssccssssssssscccssssssssccssssssscccssssssccsssssssccccsscc" /> + <rect + style="fill:#3a3935;fill-opacity:1;stroke:none" + id="rect7657" + width="2.6470928" + height="1.4386374" + x="2.4762204" + y="10.973947" + rx="3.3423133" + ry="0.17260009" /> + <path + style="fill:#3a3935;fill-opacity:1;stroke:none" + d="m 12.356893,5.2190517 c -3.5109807,0 -6.3543456,2.8711131 -6.3543456,6.3820933 0,3.510981 2.8433649,6.354346 6.3543456,6.354346 2.091831,0 4.451587,-1.515552 5.194062,-2.801557 0,0 -1.511326,-0.879634 -1.558261,-3.750072 3e-6,-2.0257978 1.313096,-3.3782058 1.311203,-3.3749278 C 15.435977,5.602336 13.445296,5.2190517 12.356893,5.2190517 z" + id="path7356" + sodipodi:nodetypes="csscccc" /> + <path + transform="matrix(0.80552866,-0.05090045,0.33309036,1.1343219,-1.4163082,-1.6701199)" + sodipodi:type="arc" + style="fill:#eae3d0;fill-opacity:1;stroke:none" + id="path7359-5" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.2317115,-0.03569794,0.06301311,0.4090114,5.381261,7.964564)" + sodipodi:type="arc" + style="fill:#eae3d0;fill-opacity:1;stroke:none" + id="path7359-2" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.07560196,-0.03056249,0.06655832,0.16464426,9.5398059,11.647215)" + sodipodi:type="arc" + style="fill:#eae3d0;fill-opacity:1;stroke:none" + id="path7359-8" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.34805141,-0.5199518,0.59727893,0.22716849,-0.304213,7.8949168)" + sodipodi:type="arc" + style="fill:#eae3d0;fill-opacity:1;stroke:none" + id="path7359-4" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(-0.44099836,1.4339535,-1.0763276,-0.24400487,28.714594,2.6361874)" + sodipodi:type="arc" + style="fill:#eae3d0;fill-opacity:1;stroke:none" + id="path7359-56" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <rect + style="fill:#3a3935;fill-opacity:1;stroke:none" + id="rect7657-0" + width="2.6470928" + height="1.4386374" + x="6.8505774" + y="-0.95078588" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" /> + <rect + style="fill:#3a3935;fill-opacity:1;stroke:none" + id="rect7657-0-4" + width="2.6470928" + height="1.4386374" + x="1.6418734" + y="-12.791093" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="fill:#3a3935;fill-opacity:1;stroke:none" + id="rect7657-0-6" + width="2.6470928" + height="1.4386374" + x="7.481966" + y="16.063971" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)" /> + <rect + style="fill:#3a3935;fill-opacity:1;stroke:none" + id="rect7657-0-0" + width="2.6470928" + height="1.4386374" + x="18.88641" + y="10.946954" + rx="3.3423133" + ry="0.17260009" /> + <rect + style="fill:#3a3935;fill-opacity:1;stroke:none" + id="rect7657-0-8" + width="2.6470928" + height="1.4386374" + x="-26.738235" + y="-0.41279015" + rx="3.3423133" + ry="0.17260009" + transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> + <path + style="fill:#3a3935;fill-opacity:1;stroke:none" + d="m 9.6829134,20.753986 c 0,-0.733245 -0.09979,-2.494693 -0.00418,-2.494693 0,0 1.3184246,0.665411 2.8116726,0.662912 1.332012,-0.0023 2.723282,-0.662912 2.723282,-0.662912 0.09562,0 0.04002,1.916127 0.04002,2.649372 0,0.733244 -0.717466,1.039968 -1.255358,1.323546 -0.472012,0.248847 -1.047234,0.26394 -1.580706,0.252681 -0.533175,-0.01125 -1.110463,-0.0446 -1.567761,-0.318972 -0.52358,-0.31414 -1.1669709,-0.67869 -1.1669709,-1.411934 z" + id="rect7657-0-4-8" + sodipodi:nodetypes="ccscsaaac" /> + <rect + style="fill:#3a3935;fill-opacity:1;stroke:none" + id="rect7657-0-6-9" + width="2.6470928" + height="1.4386374" + x="6.9439716" + y="-17.524841" + rx="3.3423133" + ry="0.17260009" + transform="matrix(-0.70710678,0.70710678,-0.70710678,-0.70710678,0,0)" /> + </g> +</svg> diff --git a/data/icons/ubuntu-mono-light/scalable/apps/redshift.svg b/data/icons/ubuntu-mono-light/scalable/apps/redshift.svg new file mode 100644 index 0000000..2ea5d42 --- /dev/null +++ b/data/icons/ubuntu-mono-light/scalable/apps/redshift.svg @@ -0,0 +1,635 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<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:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg2837" + version="1.1" + inkscape:version="0.47 r22583" + sodipodi:docname="redshift.svg" + inkscape:export-filename="/home/joern/Desktop/redshiftIconlight.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2839"> + <linearGradient + id="linearGradient3652"> + <stop + style="stop-color:#dc0000;stop-opacity:1;" + offset="0" + id="stop3654" /> + <stop + style="stop-color:#dc4300;stop-opacity:1;" + offset="1" + id="stop3656" /> + </linearGradient> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective2845" /> + <inkscape:perspective + id="perspective7076" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7107" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7107-0" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7164" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7202" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-2" + id="radialGradient7192-2" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-2"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-4" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-9" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-9" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-4" + id="radialGradient7192-4" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-4"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-8" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-7" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-2" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-5" + id="radialGradient7192-1" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-5"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-5" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-4" /> + </linearGradient> + <inkscape:perspective + id="perspective7202-90" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7186-9" + id="radialGradient7192-8" + cx="4.0879612" + cy="15.890368" + fx="4.6574459" + fy="16.146029" + r="0.66291261" + gradientTransform="matrix(2.8333333,0.9,-0.43392852,1.3660713,-0.59931111,-9.4961718)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7186-9"> + <stop + style="stop-color:#eae3d0;stop-opacity:0.38275862" + offset="0" + id="stop7188-88" /> + <stop + style="stop-color:#eae3d0;stop-opacity:0;" + offset="1" + id="stop7190-1" /> + </linearGradient> + <inkscape:perspective + id="perspective7369" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-8" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-0" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-5" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-51" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-9" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-93" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-3" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7369-84" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7667" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7691" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7757" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7782" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810-2" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7810-28" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective7883" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3658" + cx="11.776751" + cy="11.587271" + fx="11.776751" + fy="11.587271" + r="5.7742038" + gradientTransform="matrix(1,0,0,1.1028741,0,-1.1920298)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3662" + cx="-25.414688" + cy="0.30652854" + fx="-25.414688" + fy="0.30652854" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,0.13993694)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3664" + cx="20.209955" + cy="11.666272" + fx="20.209955" + fy="11.666272" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,5.3259071)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3666" + cx="8.8055124" + cy="16.783289" + fx="8.8055124" + fy="16.783289" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,7.6619366)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3668" + cx="2.9654198" + cy="-12.071774" + fx="2.9654198" + fy="-12.071774" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,-5.5110275)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3670" + cx="8.1741238" + cy="-0.23146719" + fx="8.1741238" + fy="-0.23146719" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,-0.10566981)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3672" + cx="3.7997668" + cy="11.693265" + fx="3.7997668" + fy="11.693265" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,5.3382299)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3674" + cx="8.267518" + cy="-16.805523" + fx="8.267518" + fy="-16.805523" + r="1.3235464" + gradientTransform="matrix(1,0,0,0.54347825,0,-7.6720866)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3652" + id="radialGradient3676" + cx="12.453539" + cy="20.373398" + fx="12.453539" + fy="20.373398" + r="2.816242" + gradientTransform="matrix(1,0,0,0.75068297,0,5.079435)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="4.5713314" + inkscape:cy="2.7216751" + inkscape:document-units="px" + inkscape:current-layer="layer5" + showgrid="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:window-width="1440" + inkscape:window-height="848" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-global="false"> + <sodipodi:guide + position="0,0" + orientation="0,24" + id="guide2847" /> + <sodipodi:guide + position="24,0" + orientation="-24,0" + id="guide2849" /> + <sodipodi:guide + position="24,24" + orientation="0,-24" + id="guide2851" /> + <sodipodi:guide + position="0,24" + orientation="24,0" + id="guide2853" /> + <inkscape:grid + type="xygrid" + id="grid7095" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="-4.6845824,12.020815" + id="guide7849" /> + <sodipodi:guide + orientation="0,1" + position="-5.08233,17.987029" + id="guide7867" /> + <sodipodi:guide + orientation="1,0" + position="6.0104077,18.870912" + id="guide7869" /> + <sodipodi:guide + orientation="1,0" + position="17.987029,20.019961" + id="guide7871" /> + <sodipodi:guide + orientation="0,1" + position="9.1923882,6.0104077" + id="guide7873" /> + </sodipodi:namedview> + <metadata + id="metadata2842"> + <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> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)" /> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="Ebene" + style="display:inline" /> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Ebene#1" + style="display:inline"> + <path + style="opacity:0.6;fill:#eae3d0;fill-opacity:1;stroke:#eae3d0;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 11.510863,1.2668107 c -0.212123,0 -0.306981,0.1387472 -0.345273,0.2014092 -0.03829,0.062662 -0.04233,0.1226004 -0.05754,0.1726365 -0.03043,0.100072 -0.06871,0.2142696 -0.08632,0.345273 -0.03522,0.2620066 -0.05755,0.5978084 -0.05755,0.9782734 0,0.380465 0.02233,0.7162668 0.05755,0.9782734 0.0176,0.1310034 0.05589,0.245201 0.08632,0.345273 0.01521,0.050036 0.01925,0.1099745 0.05754,0.1726365 0.03829,0.062662 0.13315,0.2014092 0.345273,0.2014092 l 0.633001,0 0.460364,0 c 0.212123,0 0.306981,-0.1387472 0.345273,-0.2014092 0.03829,-0.062662 0.04233,-0.1226004 0.05755,-0.1726365 0.03043,-0.100072 0.06871,-0.2142696 0.08632,-0.345273 0.03522,-0.2620066 0.05755,-0.5978084 0.05755,-0.9782734 0,-0.380465 -0.02233,-0.7162668 -0.05755,-0.9782734 -0.01761,-0.1310034 -0.05589,-0.245201 -0.08632,-0.345273 -0.01522,-0.050036 -0.01925,-0.1099745 -0.05755,-0.1726365 -0.03829,-0.062662 -0.13315,-0.2014092 -0.345273,-0.2014092 l -1.093365,0 z m 0.633001,3.3951842 c -1.875109,0 -3.5762342,0.7565046 -4.8050492,1.9853197 -1.1007691,1.1007691 -1.8174891,2.5858504 -1.9565469,4.2295944 -0.027501,-0.03353 -0.065131,-0.07337 -0.086318,-0.08632 -0.062662,-0.03829 -0.1226005,-0.04233 -0.1726365,-0.05754 -0.100072,-0.03043 -0.2142696,-0.06871 -0.345273,-0.08632 -0.2620067,-0.03522 -0.5978084,-0.05755 -0.9782734,-0.05755 -0.3804651,0 -0.7162668,0.02233 -0.9782735,0.05755 -0.1310033,0.0176 -0.2452009,0.05589 -0.3452729,0.08632 -0.050036,0.01521 -0.1099745,0.01925 -0.1726365,0.05754 -0.062662,0.03829 -0.2014093,0.13315 -0.2014093,0.345273 l 0,1.093365 c 0,0.212123 0.1387473,0.306981 0.2014093,0.345273 0.062662,0.03829 0.1226004,0.04233 0.1726365,0.05755 0.100072,0.03043 0.2142696,0.06871 0.3452729,0.08632 0.2620067,0.03522 0.5978084,0.05755 0.9782735,0.05755 0.380465,0 0.7162667,-0.02233 0.9782734,-0.05755 0.1310034,-0.0176 0.245201,-0.05589 0.345273,-0.08632 0.050036,-0.01521 0.1099745,-0.01925 0.1726365,-0.05755 0.034213,-0.02091 0.098481,-0.05373 0.1438637,-0.115091 0.051534,0.346746 0.1283003,0.679486 0.230182,1.007046 0.015206,0.04889 0.041272,0.09545 0.057545,0.143864 0.01823,0.05826 0.037764,0.115059 0.057545,0.172636 0.03808,0.104002 0.07214,0.214951 0.115091,0.3165 0.015829,0.03944 0.040985,0.07601 0.057546,0.115091 0.071497,0.160061 0.118173,0.30714 0.2014092,0.460364 0.015919,0.03078 0.041161,0.05582 0.057545,0.08632 0.09074,0.161237 0.1845422,0.336402 0.2877275,0.489136 0.00725,0.0111 0.021465,0.01771 0.028773,0.02877 0.019407,0.02837 0.037722,0.05826 0.057545,0.08632 0.2210746,0.323613 0.4748727,0.610999 0.7480914,0.891955 1.26202,1.29776 3.0801933,2.504184 5.0533333,2.504184 1.598657,0 3.036377,-0.912679 4.211492,-1.813638 -0.149994,0.149994 -0.132324,0.302661 -0.115091,0.374046 0.01724,0.07138 0.0617,0.126497 0.08632,0.172637 0.04924,0.09228 0.121227,0.182643 0.201409,0.287727 0.160366,0.210167 0.363971,0.479062 0.633001,0.748092 0.269029,0.269029 0.537924,0.501407 0.748091,0.661773 0.105085,0.08019 0.195449,0.123391 0.287728,0.172636 0.04614,0.02462 0.101251,0.06908 0.172636,0.08632 0.07138,0.01724 0.224052,0.0349 0.374046,-0.115091 l 0.776864,-0.776864 c 0.149994,-0.149994 0.132323,-0.30266 0.115091,-0.374045 -0.01724,-0.07138 -0.0617,-0.126497 -0.08632,-0.172637 -0.04924,-0.09228 -0.09245,-0.182643 -0.172637,-0.287727 -0.160366,-0.210168 -0.392744,-0.479063 -0.661773,-0.748092 -0.269029,-0.269029 -0.537924,-0.472634 -0.748091,-0.633 -0.105085,-0.08019 -0.19545,-0.152164 -0.287728,-0.20141 -0.04614,-0.02462 -0.101251,-0.06908 -0.172636,-0.08632 -0.04934,-0.01191 -0.12721,-0.01046 -0.230182,0.02877 0.133815,-0.147968 0.253808,-0.301818 0.374045,-0.460364 0.09057,-0.148931 0.07867,-0.351384 -0.02877,-0.489137 0.492324,-0.761973 0.794943,-1.629932 0.9495,-2.560774 0.01963,0.0045 0.04003,0.02345 0.05755,0.02877 0.100072,0.03043 0.21427,0.06871 0.345273,0.08632 0.262007,0.03522 0.597808,0.05755 0.978273,0.05755 0.380465,0 0.716267,-0.02233 0.978274,-0.05755 0.131003,-0.0176 0.245201,-0.05589 0.345273,-0.08632 0.05003,-0.01521 0.109974,-0.01925 0.172636,-0.05754 0.06266,-0.03829 0.201409,-0.13315 0.201409,-0.345273 l 0,-1.093364 c 0,-0.212123 -0.138747,-0.306981 -0.201409,-0.345273 -0.06266,-0.03829 -0.1226,-0.04234 -0.172636,-0.05755 -0.100072,-0.03043 -0.21427,-0.06871 -0.345273,-0.08632 -0.262007,-0.03522 -0.597809,-0.05755 -0.978274,-0.05755 -0.380465,0 -0.716266,0.02233 -0.978273,0.05755 -0.120729,0.01622 -0.22222,0.0573 -0.3165,0.08632 -0.138617,-1.2620594 -0.647596,-2.4093405 -1.381092,-3.3664115 0.06584,0.012178 0.10817,0.00862 0.143863,0 0.07138,-0.017232 0.126497,-0.061696 0.172637,-0.086318 0.09228,-0.049245 0.182643,-0.092454 0.287727,-0.1726365 0.210168,-0.1603659 0.479062,-0.3927438 0.748092,-0.6617732 0.269029,-0.2690295 0.472634,-0.537924 0.633,-0.7480915 0.08019,-0.1050841 0.152164,-0.1954493 0.201409,-0.2877275 0.02462,-0.04614 0.04031,-0.1012511 0.05755,-0.1726364 0.01724,-0.071385 0.06368,-0.2240523 -0.08632,-0.3740458 L 18.90546,4.0577672 c -0.149994,-0.1499935 -0.302661,-0.132323 -0.374046,-0.115091 -0.07138,0.017232 -0.126497,0.061696 -0.172637,0.086318 -0.09228,0.049245 -0.211415,0.1212266 -0.3165,0.2014092 -0.210167,0.1603659 -0.450289,0.363971 -0.719319,0.6330005 -0.269029,0.2690294 -0.501407,0.5379239 -0.661773,0.7480914 -0.08019,0.1050842 -0.123391,0.1954493 -0.172636,0.2877275 -0.02462,0.046139 -0.06908,0.1012512 -0.08632,0.1726365 -0.0052,0.021415 7.1e-4,0.052539 0,0.086318 C 16.162841,5.9653055 15.889871,5.7997031 15.625366,5.6402684 14.603179,5.0241285 13.424384,4.6619949 12.143864,4.6619949 z M 7.3388148,6.6473146 7.540224,6.4171326 C 7.6902175,6.2671391 7.6437744,6.1144722 7.6265423,6.0430868 7.6093102,5.9717015 7.5648462,5.9165899 7.540224,5.8704504 7.4909791,5.7781722 7.4477702,5.687807 7.3675876,5.5827229 7.2072217,5.3725554 6.9748438,5.1036609 6.7058143,4.8346314 6.4367849,4.565602 6.1966631,4.3619968 5.9864956,4.201631 5.8814115,4.1214484 5.7622736,4.0494667 5.6699954,4.0002217 5.6238559,3.9755995 5.597517,3.9311356 5.5261317,3.9139035 c -0.035693,-0.00862 -0.1036682,-0.00884 -0.1726365,0 -0.068968,0.00884 -0.1551852,0.040094 -0.230182,0.115091 L 4.346449,4.8058587 C 4.1964555,4.9558522 4.2428987,5.1085191 4.260131,5.1799044 c 0.017232,0.071385 0.061696,0.126497 0.086318,0.1726365 0.049245,0.092278 0.092454,0.2114161 0.1726365,0.3165002 0.1603658,0.2101675 0.3927438,0.4502893 0.6617732,0.7193187 0.2690294,0.2690295 0.5091512,0.5014074 0.7193187,0.6617732 0.1050841,0.080183 0.224222,0.1233916 0.3165002,0.1726365 0.04614,0.024622 0.072479,0.069086 0.1438638,0.086318 0.071385,0.017232 0.252825,0.034903 0.4028184,-0.115091 L 7.3388148,6.6473146 z M 6.4756324,16.02723 c -0.071385,0.01724 -0.126497,0.0617 -0.1726365,0.08632 -0.092278,0.04925 -0.2114161,0.121226 -0.3165003,0.201409 -0.2101674,0.160366 -0.4502892,0.363971 -0.7193187,0.633 -0.2690294,0.26903 -0.5014073,0.537925 -0.6617732,0.748092 -0.080183,0.105084 -0.1233915,0.195449 -0.1726365,0.287727 -0.024622,0.04614 -0.069086,0.101252 -0.086318,0.172637 -0.017232,0.07138 -0.034903,0.224052 0.115091,0.374046 l 0.7480914,0.776864 c 0.1499935,0.149994 0.3314332,0.132323 0.4028185,0.115091 0.071385,-0.01724 0.126497,-0.0617 0.1726365,-0.08632 0.092278,-0.04924 0.1826433,-0.09245 0.2877275,-0.172636 0.2101675,-0.160366 0.479062,-0.392744 0.7480914,-0.661773 0.2690295,-0.26903 0.4726346,-0.509152 0.6330005,-0.719319 0.080182,-0.105084 0.1521643,-0.224222 0.2014092,-0.3165 0.024622,-0.04614 0.040313,-0.101252 0.057545,-0.172637 0.017232,-0.07138 0.063676,-0.224051 -0.086318,-0.374045 L 6.8496781,16.142321 C 6.6996846,15.992327 6.5470177,16.009998 6.4756324,16.02723 z m 2.5039806,1.98265 c 0,2.854452 -0.04866,3.55799 0.670352,4.24065 0.788942,0.749054 4.90207,0.771827 5.669586,-7.61e-4 0.750879,-0.755841 0.4737,-2.476062 0.4737,-4.25723 l -6.813638,0.01734 z" + id="path7926" + sodipodi:nodetypes="cssssssscccssssssscccscsssssssccssssssscsssssssssssscsssssssccsssssssssccssssssccsssssccsssssssccssssssssscccssssssssccssssssscccssssssccsssssssccccsscc" /> + <rect + style="fill:url(#radialGradient3672);fill-opacity:1.0;stroke:none" + id="rect7657" + width="2.6470928" + height="1.4386374" + x="2.4762204" + y="10.973947" + rx="3.3423133" + ry="0.17260009" /> + <path + style="fill:url(#radialGradient3658);fill-opacity:1;stroke:none" + d="m 12.356893,5.2190517 c -3.5109807,0 -6.3543456,2.8711131 -6.3543456,6.3820933 0,3.510981 2.8433649,6.354346 6.3543456,6.354346 2.091831,0 4.451587,-1.515552 5.194062,-2.801557 0,0 -1.511326,-0.879634 -1.558261,-3.750072 3e-6,-2.0257978 1.313096,-3.3782058 1.311203,-3.3749278 C 15.435977,5.602336 13.445296,5.2190517 12.356893,5.2190517 z" + id="path7356" + sodipodi:nodetypes="csscccc" /> + <path + transform="matrix(0.80552866,-0.05090045,0.33309036,1.1343219,-1.4163082,-1.6701199)" + sodipodi:type="arc" + style="fill:#eae3d0;fill-opacity:1;stroke:none" + id="path7359-5" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.2317115,-0.03569794,0.06301311,0.4090114,5.381261,7.964564)" + sodipodi:type="arc" + style="fill:#eae3d0;fill-opacity:1;stroke:none" + id="path7359-2" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.07560196,-0.03056249,0.06655832,0.16464426,9.5398059,11.647215)" + sodipodi:type="arc" + style="fill:#eae3d0;fill-opacity:1;stroke:none" + id="path7359-8" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(0.34805141,-0.5199518,0.59727893,0.22716849,-0.304213,7.8949168)" + sodipodi:type="arc" + style="fill:#eae3d0;fill-opacity:1;stroke:none" + id="path7359-4" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <path + transform="matrix(-0.44099836,1.4339535,-1.0763276,-0.24400487,28.714594,2.6361874)" + sodipodi:type="arc" + style="fill:#eae3d0;fill-opacity:1;stroke:none" + id="path7359-56" + sodipodi:cx="7.65625" + sodipodi:cy="15.09375" + sodipodi:rx="1.53125" + sodipodi:ry="1.40625" + d="m 9.1875,15.09375 a 1.53125,1.40625 0 1 1 -3.0625,0 1.53125,1.40625 0 1 1 3.0625,0 z" /> + <rect + style="fill:url(#radialGradient3670);fill-opacity:1.0;stroke:none" + id="rect7657-0" + width="2.6470928" + height="1.4386374" + x="6.8505774" + y="-0.95078588" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" /> + <rect + style="fill:url(#radialGradient3668);fill-opacity:1.0;stroke:none" + id="rect7657-0-4" + width="2.6470928" + height="1.4386374" + x="1.6418734" + y="-12.791093" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="fill:url(#radialGradient3666);fill-opacity:1.0;stroke:none" + id="rect7657-0-6" + width="2.6470928" + height="1.4386374" + x="7.481966" + y="16.063971" + rx="3.3423133" + ry="0.17260009" + transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)" /> + <rect + style="fill:url(#radialGradient3664);fill-opacity:1.0;stroke:none" + id="rect7657-0-0" + width="2.6470928" + height="1.4386374" + x="18.88641" + y="10.946954" + rx="3.3423133" + ry="0.17260009" /> + <rect + style="fill:url(#radialGradient3662);fill-opacity:1.0;stroke:none" + id="rect7657-0-8" + width="2.6470928" + height="1.4386374" + x="-26.738235" + y="-0.41279015" + rx="3.3423133" + ry="0.17260009" + transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> + <path + style="fill:url(#radialGradient3676);fill-opacity:1.0;stroke:none" + d="m 9.6829134,20.753986 c 0,-0.733245 -0.09979,-2.494693 -0.00418,-2.494693 0,0 1.3184246,0.665411 2.8116726,0.662912 1.332012,-0.0023 2.723282,-0.662912 2.723282,-0.662912 0.09562,0 0.04002,1.916127 0.04002,2.649372 0,0.733244 -0.717466,1.039968 -1.255358,1.323546 -0.472012,0.248847 -1.047234,0.26394 -1.580706,0.252681 -0.533175,-0.01125 -1.110463,-0.0446 -1.567761,-0.318972 -0.52358,-0.31414 -1.1669709,-0.67869 -1.1669709,-1.411934 z" + id="rect7657-0-4-8" + sodipodi:nodetypes="ccscsaaac" /> + <rect + style="fill:url(#radialGradient3674);fill-opacity:1.0;stroke:none" + id="rect7657-0-6-9" + width="2.6470928" + height="1.4386374" + x="6.9439716" + y="-17.524841" + rx="3.3423133" + ry="0.17260009" + transform="matrix(-0.70710678,0.70710678,-0.70710678,-0.70710678,0,0)" /> + </g> +</svg> diff --git a/po/gtk-redshift/cs.po b/po/gtk-redshift/cs.po deleted file mode 100644 index 79806eb..0000000 --- a/po/gtk-redshift/cs.po +++ /dev/null @@ -1,22 +0,0 @@ -# Czech translation for redshift -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the redshift package. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: redshift\n" -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2010-02-01 22:16+0100\n" -"PO-Revision-Date: 2010-06-01 11:10+0000\n" -"Last-Translator: clever_fox <clever_fox@seznam.cz>\n" -"Language-Team: Czech <cs@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-06-14 03:47+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#: src/gtk-redshift/gtk-redshift:59 -msgid "Toggle" -msgstr "Přepnout" diff --git a/po/gtk-redshift/da.po b/po/gtk-redshift/da.po deleted file mode 100644 index fb8be1a..0000000 --- a/po/gtk-redshift/da.po +++ /dev/null @@ -1,22 +0,0 @@ -# Danish translation for redshift -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the redshift package. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: redshift\n" -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2010-02-01 22:16+0100\n" -"PO-Revision-Date: 2010-02-02 11:34+0000\n" -"Last-Translator: Jon Lund Steffensen <Unknown>\n" -"Language-Team: Danish <da@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-06-14 03:47+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#: src/gtk-redshift/gtk-redshift:59 -msgid "Toggle" -msgstr "Slå til/fra" diff --git a/po/gtk-redshift/de.po b/po/gtk-redshift/de.po deleted file mode 100644 index 27c7971..0000000 --- a/po/gtk-redshift/de.po +++ /dev/null @@ -1,22 +0,0 @@ -# German translation for redshift -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the redshift package. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: redshift\n" -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2010-02-01 22:16+0100\n" -"PO-Revision-Date: 2010-06-12 18:07+0000\n" -"Last-Translator: Jan-Christoph Borchardt <inquata@gmail.com>\n" -"Language-Team: German <de@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-06-14 03:47+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#: src/gtk-redshift/gtk-redshift:59 -msgid "Toggle" -msgstr "Umschalten" diff --git a/po/gtk-redshift/es.po b/po/gtk-redshift/es.po deleted file mode 100644 index 71c8a52..0000000 --- a/po/gtk-redshift/es.po +++ /dev/null @@ -1,22 +0,0 @@ -# Spanish translation for redshift -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the redshift package. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: redshift\n" -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2010-02-01 22:16+0100\n" -"PO-Revision-Date: 2010-06-14 15:32+0000\n" -"Last-Translator: Fernando Ossandon <ferossan@gmail.com>\n" -"Language-Team: Spanish <es@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-06-15 03:38+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#: src/gtk-redshift/gtk-redshift:59 -msgid "Toggle" -msgstr "Cambiar" diff --git a/po/gtk-redshift/fi.po b/po/gtk-redshift/fi.po deleted file mode 100644 index 1c491c5..0000000 --- a/po/gtk-redshift/fi.po +++ /dev/null @@ -1,22 +0,0 @@ -# Finnish translation for redshift -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the redshift package. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: redshift\n" -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2010-02-01 22:16+0100\n" -"PO-Revision-Date: 2010-05-23 20:18+0000\n" -"Last-Translator: Ilari Oras <happo1472583@gmail.com>\n" -"Language-Team: Finnish <fi@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-06-14 03:47+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#: src/gtk-redshift/gtk-redshift:59 -msgid "Toggle" -msgstr "Kytke" diff --git a/po/gtk-redshift/he.po b/po/gtk-redshift/he.po deleted file mode 100644 index f847e8f..0000000 --- a/po/gtk-redshift/he.po +++ /dev/null @@ -1,22 +0,0 @@ -# Hebrew translation for redshift -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the redshift package. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: redshift\n" -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2010-02-01 22:16+0100\n" -"PO-Revision-Date: 2010-06-14 11:38+0000\n" -"Last-Translator: Ddorda <d.dorda@gmail.com>\n" -"Language-Team: Hebrew <he@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-06-15 03:38+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#: src/gtk-redshift/gtk-redshift:59 -msgid "Toggle" -msgstr "הפיכת מצב" diff --git a/po/gtk-redshift/it.po b/po/gtk-redshift/it.po deleted file mode 100644 index 8a7ef56..0000000 --- a/po/gtk-redshift/it.po +++ /dev/null @@ -1,22 +0,0 @@ -# Italian translation for redshift -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the redshift package. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: redshift\n" -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2010-02-01 22:16+0100\n" -"PO-Revision-Date: 2010-06-06 13:04+0000\n" -"Last-Translator: Francesco Marella <Unknown>\n" -"Language-Team: Italian <it@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-06-14 03:47+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#: src/gtk-redshift/gtk-redshift:59 -msgid "Toggle" -msgstr "Attiva/Disattiva" diff --git a/po/gtk-redshift/ru.po b/po/gtk-redshift/ru.po deleted file mode 100644 index ebcc0c9..0000000 --- a/po/gtk-redshift/ru.po +++ /dev/null @@ -1,22 +0,0 @@ -# Russian translation for redshift -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the redshift package. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: redshift\n" -"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2010-02-01 22:16+0100\n" -"PO-Revision-Date: 2010-02-02 09:20+0000\n" -"Last-Translator: Gregory Petrosyan <gregory.petrosyan@gmail.com>\n" -"Language-Team: Russian <ru@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-06-14 03:47+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#: src/gtk-redshift/gtk-redshift:59 -msgid "Toggle" -msgstr "Включить / Выключить" diff --git a/po/redshift.pot b/po/redshift.pot index 505d425..c05be96 100644 --- a/po/redshift.pot +++ b/po/redshift.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: redshift 1.3\n" +"Project-Id-Version: redshift 1.4\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/redshift\n" -"POT-Creation-Date: 2010-06-13 21:58+0200\n" +"POT-Creation-Date: 2010-06-13 22:39+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/src/Makefile.am b/src/Makefile.am index c07aea3..3d872ed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -DLOCALEDIR=\"$(localedir)\" bin_PROGRAMS = redshift redshift_SOURCES = \ - redshift.c \ + redshift.c redshift.h \ colorramp.c colorramp.h \ solar.c solar.h \ systemtime.c systemtime.h \ diff --git a/src/gtk-redshift/statusicon.py b/src/gtk-redshift/statusicon.py index 2295963..9b544ab 100644 --- a/src/gtk-redshift/statusicon.py +++ b/src/gtk-redshift/statusicon.py @@ -49,6 +49,10 @@ def run(): def toggle_cb(widget, data=None): process.send_signal(signal.SIGUSR1) + if status_icon.get_icon_name() == 'redshift': + status_icon.set_from_icon_name('redshift-idle') + else: + status_icon.set_from_icon_name('redshift') def destroy_cb(widget, data=None): status_icon.set_visible(False) |