This commit is contained in:
Lian Drake 2024-03-31 01:25:41 -04:00
parent 048b9d8bac
commit 02199e6f6b
2 changed files with 57 additions and 0 deletions

56
assets/logo.svg Normal file
View file

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="415"
height="40"
viewBox="0 0 415 40"
version="1.1"
id="svg1"
inkscape:export-filename="logo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
sodipodi:docname="drawing.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"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="2.728764"
inkscape:cx="202.65585"
inkscape:cy="65.96393"
inkscape:window-width="1918"
inkscape:window-height="1057"
inkscape:window-x="0"
inkscape:window-y="21"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<text
xml:space="preserve"
style="font-size:33.0501px;font-family:'sucklessfont_v1.1';-inkscape-font-specification:'sucklessfont_v1.1, Normal';fill:#ffffff;stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1"
x="2.1633663"
y="31.79669"
id="text1"><tspan
sodipodi:role="line"
id="tspan1"
x="2.1633663"
y="31.79669"
style="stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1">NEODOTFILES</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -99,6 +99,7 @@ static const Rule rules[] = {
{"xtightvncviewer", NULL, NULL, 0, 1, -1},
/* 1 - Code Tag */
{"editor", NULL, NULL, 1, 0, -1},
{"gnome-builder", NULL, NULL, 1, 0, -1},
{"lvim", NULL, NULL, 1, 0, -1},
{"Emacs", NULL, NULL, 1, 0, -1},
{"Godot", NULL, NULL, 1, 0, -1},