Fix icons
This commit is contained in:
parent
5972f4e958
commit
6e4f6edbb6
4 changed files with 17 additions and 16 deletions
|
@ -2,4 +2,4 @@
|
|||
Type=Application
|
||||
Name=Tinge
|
||||
Exec=tinge
|
||||
Icon=face-cool
|
||||
Icon=org.smolnet.tinge
|
||||
|
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
@ -2,13 +2,13 @@
|
|||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="210mm"
|
||||
height="297mm"
|
||||
viewBox="0 0 210 297"
|
||||
width="170.17047mm"
|
||||
height="166.50186mm"
|
||||
viewBox="0 0 170.17047 166.50186"
|
||||
version="1.1"
|
||||
id="svg5"
|
||||
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||
sodipodi:docname="icon.svg"
|
||||
sodipodi:docname="org.smolnet.tinge.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
@ -28,8 +28,8 @@
|
|||
inkscape:snap-grids="false"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:zoom="0.48222205"
|
||||
inkscape:cx="1098.0419"
|
||||
inkscape:cy="1165.4382"
|
||||
inkscape:cx="1046.1985"
|
||||
inkscape:cy="1128.111"
|
||||
inkscape:window-width="3440"
|
||||
inkscape:window-height="1440"
|
||||
inkscape:window-x="0"
|
||||
|
@ -42,15 +42,15 @@
|
|||
<marker
|
||||
style="overflow:visible"
|
||||
id="Arrow1Lstart"
|
||||
refX="0.0"
|
||||
refY="0.0"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto"
|
||||
inkscape:stockid="Arrow1Lstart"
|
||||
inkscape:isstock="true">
|
||||
<path
|
||||
transform="scale(0.8) translate(12.5,0)"
|
||||
style="fill-rule:evenodd;fill:context-stroke;stroke:context-stroke;stroke-width:1.0pt"
|
||||
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
|
||||
transform="matrix(0.8,0,0,0.8,10,0)"
|
||||
style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
|
||||
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
||||
id="path11947" />
|
||||
</marker>
|
||||
<linearGradient
|
||||
|
@ -65,9 +65,10 @@
|
|||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
id="layer1"
|
||||
transform="translate(-13.673282,-10.01244)">
|
||||
<ellipse
|
||||
style="fill:#ffffff;fill-rule:evenodd;stroke-width:1.00000003;stroke-miterlimit:4;stroke-dasharray:8.00000022,2.00000006,1.00000003,2.00000006;stroke:#000000;stroke-opacity:1;stroke-dashoffset:0;stroke-linecap:round"
|
||||
style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:8, 2, 1, 2;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path18033"
|
||||
cx="98.75856"
|
||||
cy="93.263443"
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
4
setup.py
4
setup.py
|
@ -5,10 +5,10 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||
|
||||
setuptools.setup(
|
||||
name="tinge",
|
||||
version="0.0.1",
|
||||
version="0.0.2",
|
||||
author="Micke Nordin",
|
||||
author_email="hej@mic.ke",
|
||||
data_files = [('share/applications', ['data/org.smolnet.tinge.desktop']),],
|
||||
data_files = [('share/applications', ['data/org.smolnet.tinge.desktop']),('share/icons/hicolor/scalable/apps',['data/org.smolnet.tinge.svg']),],
|
||||
description="A GUI for Philips Hue lights.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Loading…
Add table
Reference in a new issue