mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 19:44:50 +00:00
feat: add stardust logo
This commit is contained in:
parent
8e865a2675
commit
1c00638917
3 changed files with 68 additions and 1 deletions
66
data/icons/scalable/status/stardust-logo-symbolic.svg
Normal file
66
data/icons/scalable/status/stardust-logo-symbolic.svg
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="900px"
|
||||
height="900px"
|
||||
viewBox="0 0 900 900"
|
||||
version="1.1"
|
||||
xml:space="preserve"
|
||||
id="SVGRoot"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="astroid.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"><defs
|
||||
id="defs1"><inkscape:path-effect
|
||||
effect="mirror_symmetry"
|
||||
start_point="450.1533,26.523083"
|
||||
end_point="450.1533,874.09606"
|
||||
center_point="450.1533,450.30957"
|
||||
id="path-effect2"
|
||||
is_visible="true"
|
||||
lpeversion="1.2"
|
||||
lpesatellites=""
|
||||
mode="free"
|
||||
discard_orig_path="false"
|
||||
fuse_paths="false"
|
||||
oposite_fuse="false"
|
||||
split_items="false"
|
||||
split_open="false"
|
||||
link_styles="false" /></defs>
|
||||
<sodipodi:namedview
|
||||
pagecolor="#a9a9a9"
|
||||
bordercolor="#292929"
|
||||
borderopacity="1"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#232323"
|
||||
id="namedview1"
|
||||
inkscape:zoom="0.65996633"
|
||||
inkscape:cx="419.71838"
|
||||
inkscape:cy="401.53564"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1044"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="SVGRoot" />
|
||||
<style
|
||||
type="text/css"
|
||||
id="style1">
|
||||
g.prefab path {
|
||||
vector-effect:non-scaling-stroke;
|
||||
-inkscape-stroke:hairline;
|
||||
fill: none;
|
||||
fill-opacity: 1;
|
||||
stroke-opacity: 1;
|
||||
stroke: #00349c;
|
||||
}
|
||||
</style>
|
||||
|
||||
<path
|
||||
id="path2"
|
||||
style="fill:#000000;stroke-width:0.863683"
|
||||
d="M 133.8943,449.92976 C 291.91656,449.92976 449.93883,238.03163 450,26.213512 450.0612,238.03164 608.08344,449.92976 766.1057,449.92976 608.08344,449.92976 449.83108,661.822 449.88495,873.78649 449.93883,661.822 291.91656,449.92976 133.8943,449.92976 Z"
|
||||
sodipodi:nodetypes="ccccc" /></svg>
|
After Width: | Height: | Size: 2 KiB |
|
@ -5,5 +5,6 @@
|
|||
|
||||
<file compressed="true" preprocess="xml-stripblanks">icons/org.gabmus.envision.svg</file>
|
||||
<file compressed="true" preprocess="xml-stripblanks">icons/org.gabmus.envision-symbolic.svg</file>
|
||||
<file compressed="true" preprocess="xml-stripblanks">icons/scalable/status/stardust-logo-symbolic.svg</file>
|
||||
</gresource>
|
||||
</gresources>
|
||||
|
|
|
@ -383,7 +383,7 @@ impl SimpleComponent for MainView {
|
|||
set_title: Some("XR"),
|
||||
set_icon_name: Some("org.gabmus.envision-symbolic"),
|
||||
},
|
||||
add_titled_with_icon: (model.stardust_view.widget(), Some("stardust_view"), "Stardust XR", "starred-symbolic"),
|
||||
add_titled_with_icon: (model.stardust_view.widget(), Some("stardust_view"), "Stardust XR", "stardust-logo-symbolic"),
|
||||
},
|
||||
add_bottom_bar: bottom_bar = >k::Box {
|
||||
set_orientation: gtk::Orientation::Horizontal,
|
||||
|
|
Loading…
Add table
Reference in a new issue