Compare commits
4 Commits
e910d0a8a7
...
26b89dae76
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26b89dae76 | ||
|
|
b2a2ef70a4 | ||
|
|
8286e00eb3 | ||
|
|
c7487c9763 |
17
app/sovran_systemsos_web/static/sovran-hub-icon.svg
Normal file
17
app/sovran_systemsos_web/static/sovran-hub-icon.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
|
||||
<title>Sovran Hub Application Icon</title>
|
||||
<!-- Rounded rectangle background using Sovran brand dark green -->
|
||||
<rect width="256" height="256" rx="48" ry="48" fill="#0d3320"/>
|
||||
|
||||
<!-- Outer arc ring (brand green #1C9954) -->
|
||||
<path d="M 128,40 A 88,88 0 1 1 56.8,183.2" fill="none" stroke="#1C9954" stroke-width="14" stroke-linecap="round"/>
|
||||
|
||||
<!-- Middle arc ring (darker brand green #077233) -->
|
||||
<path d="M 128,60 A 68,68 0 1 1 74.8,176.4" fill="none" stroke="#077233" stroke-width="10" stroke-linecap="round"/>
|
||||
|
||||
<!-- Inner arc ring (lighter green for depth) -->
|
||||
<path d="M 128,80 A 48,48 0 1 1 93.1,169.8" fill="none" stroke="#1C9954" stroke-width="8" stroke-linecap="round"/>
|
||||
|
||||
<!-- White "S" letterform centered -->
|
||||
<text x="128" y="152" font-family="sans-serif" font-weight="bold" font-size="88" text-anchor="middle" fill="#ffffff" opacity="0.95">S</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 973 B |
@@ -263,7 +263,7 @@ let
|
||||
cp icons/* $out/share/sovran-hub/icons/ 2>/dev/null || true
|
||||
|
||||
install -d $out/share/icons/hicolor/scalable/apps
|
||||
cp sovran_systemsos_web/static/logo-light.svg $out/share/icons/hicolor/scalable/apps/sovran-hub.svg
|
||||
cp sovran_systemsos_web/static/sovran-hub-icon.svg $out/share/icons/hicolor/scalable/apps/sovran-hub.svg
|
||||
|
||||
install -d $out/share/applications
|
||||
cat > $out/share/applications/sovran-hub.desktop <<DESKTOP
|
||||
|
||||
Reference in New Issue
Block a user