actually fixed icon maybe
This commit is contained in:
parent
5c54f84522
commit
5c6a299d13
@ -14,7 +14,7 @@
|
|||||||
viewBox="0 0 100 100"
|
viewBox="0 0 100 100"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
inkscape:version="0.92.2 2405546, 2018-03-11"
|
inkscape:version="0.92.1 r15371"
|
||||||
sodipodi:docname="favicon.svg">
|
sodipodi:docname="favicon.svg">
|
||||||
<defs
|
<defs
|
||||||
id="defs2" />
|
id="defs2" />
|
||||||
@ -27,15 +27,15 @@
|
|||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="1.4"
|
inkscape:zoom="1.4"
|
||||||
inkscape:cx="112.18352"
|
inkscape:cx="112.18352"
|
||||||
inkscape:cy="204.00161"
|
inkscape:cy="209.82653"
|
||||||
inkscape:document-units="mm"
|
inkscape:document-units="mm"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:window-width="1366"
|
inkscape:window-width="1111"
|
||||||
inkscape:window-height="768"
|
inkscape:window-height="867"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="136"
|
||||||
inkscape:window-y="0"
|
inkscape:window-y="1202"
|
||||||
inkscape:window-maximized="1" />
|
inkscape:window-maximized="0" />
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata5">
|
id="metadata5">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
@ -64,15 +64,15 @@
|
|||||||
<text
|
<text
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
style="font-style:normal;font-weight:normal;font-size:111.90415955px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#5599ff;fill-opacity:1;stroke:none;stroke-width:0.44642615"
|
style="font-style:normal;font-weight:normal;font-size:111.90415955px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#5599ff;fill-opacity:1;stroke:none;stroke-width:0.44642615"
|
||||||
x="14.022104"
|
x="20.814173"
|
||||||
y="284.31168"
|
y="288.98129"
|
||||||
id="text3684"
|
id="text3684"
|
||||||
transform="scale(1.0295183,0.97132805)"><tspan
|
transform="scale(1.0295183,0.97132806)"><tspan
|
||||||
sodipodi:role="line"
|
sodipodi:role="line"
|
||||||
id="tspan3682"
|
id="tspan3682"
|
||||||
x="14.022104"
|
x="20.814173"
|
||||||
y="284.31168"
|
y="288.98129"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:111.90415955px;font-family:Inconsolata;-inkscape-font-specification:Inconsolata;fill:#7fdbff;fill-opacity:1;stroke-width:0.44642615">@</tspan></text>
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:111.90415955px;font-family:Inconsolata;-inkscape-font-specification:Inconsolata;fill:#7fdbff;stroke-width:0.44642615;fill-opacity:1">@</tspan></text>
|
||||||
<flowRoot
|
<flowRoot
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="flowRoot3686"
|
id="flowRoot3686"
|
||||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.9 KiB |
@ -1,5 +1,8 @@
|
|||||||
let
|
let
|
||||||
stuff = import ./rf.nix;
|
stuff = import ./rf.nix;
|
||||||
in stuff.rf.env.overrideAttrs (drv: {
|
in stuff.rf.env.overrideAttrs (drv: {
|
||||||
buildInputs = drv.buildInputs ++ [ stuff.pkgs.imagemagick ];
|
buildInputs = drv.buildInputs ++ [
|
||||||
|
stuff.pkgs.imagemagick
|
||||||
|
stuff.pkgs.inconsolata
|
||||||
|
];
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user