Added icon and makefile
This commit is contained in:
39
data/img/space.quietfeathers.wince.svg
Normal file
39
data/img/space.quietfeathers.wince.svg
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="27.495001mm"
|
||||
height="27.494635mm"
|
||||
viewBox="0 0 27.495001 27.494636"
|
||||
version="1.1"
|
||||
id="svg5"
|
||||
xml:space="preserve"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs2"><linearGradient
|
||||
id="linearGradient1299"><stop
|
||||
style="stop-color:#ff2323;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop1295" /><stop
|
||||
style="stop-color:#ca5aaa;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop1297" /></linearGradient><linearGradient
|
||||
xlink:href="#linearGradient1299"
|
||||
id="linearGradient1301"
|
||||
x1="10.067801"
|
||||
y1="22.259319"
|
||||
x2="24.352367"
|
||||
y2="22.259319"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(-1.5278011,-6.6120943)" /></defs><g
|
||||
id="layer1"
|
||||
transform="translate(-1.9349249,-1.8999069)"><circle
|
||||
style="fill:#2f2d39;fill-opacity:1;stroke:#272730;stroke-width:1.4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path507"
|
||||
cx="15.682425"
|
||||
cy="15.647223"
|
||||
r="11.547338" /><path
|
||||
id="path3470"
|
||||
style="fill:url(#linearGradient1301);fill-opacity:1;stroke-width:0.264583"
|
||||
d="m 18.39274,9.0775417 a 4.431921,4.431921 0 0 0 -4.43228,4.4317693 4.431921,4.431921 0 0 0 0.31264,1.632976 l -5.4518611,4.655529 c -0.33702,0.287828 -0.37671,0.791079 -0.0889,1.128097 l 0.86248,1.009757 c 0.28782,0.337018 0.7910701,0.376712 1.1280901,0.08888 l 5.463231,-4.665865 c 0.002,-0.0014 0.003,-0.0028 0.005,-0.0041 a 4.431921,4.431921 0 0 0 2.20194,0.586527 4.431921,4.431921 0 0 0 4.43177,-4.431771 4.431921,4.431921 0 0 0 -4.43177,-4.4317693 z m -0.0109,1.6903363 a 2.8280926,2.8280926 0 0 1 2.82826,2.827733 2.8280926,2.8280926 0 0 1 -2.82826,2.828251 2.8280926,2.8280926 0 0 1 -2.82773,-2.828251 2.8280926,2.8280926 0 0 1 2.82773,-2.827733 z" /></g></svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
9
data/space.quietfeathers.wince.desktop
Normal file
9
data/space.quietfeathers.wince.desktop
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
StartupWMClass=wince
|
||||
Exec=wince %F
|
||||
Name=wince
|
||||
Comment=Search businesses and restaurants
|
||||
Terminal=false
|
||||
Icon=space.quietfeathers.wince
|
||||
Categories=Utility;
|
||||
@@ -130,6 +130,14 @@ Adw.ApplicationWindow mainWindow {
|
||||
}
|
||||
}
|
||||
|
||||
Shumate.SimpleMap detailsMap {
|
||||
margin-top: 8;
|
||||
margin-start: 8;
|
||||
margin-end: 8;
|
||||
height-request: 220;
|
||||
show-zoom-buttons: false;
|
||||
}
|
||||
|
||||
Gtk.Label {
|
||||
styles ["heading"]
|
||||
halign: start;
|
||||
|
||||
Reference in New Issue
Block a user