Update assistant status bar icon

This commit is contained in:
Nate Butler 2023-08-15 18:36:30 -04:00
parent 28649fb71d
commit a56747af8c
2 changed files with 15 additions and 19 deletions

View File

@ -1,27 +1,23 @@
<svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.375 8.74577V10.375C7.30597 10.375 6.69403 10.375 4.625 10.375V10.1226L9.375 5.87742V5.625H4.625V7.27717" stroke="black" stroke-width="1.25"/>
<circle cx="0.5" cy="8" r="0.5" fill="black" fill-opacity="0.5"/>
<path d="M10 8.94203V11C7.38649 11 6.61351 11 4 11V10.6812L10 5.31884V5H4V7.08696" stroke="black" stroke-width="1.25"/>
<circle cx="0.5" cy="8" r="0.5" fill="black"/>
<circle cx="1.49976" cy="5.82825" r="0.5" fill="black" fill-opacity="0.75"/>
<circle cx="1.49976" cy="10.1719" r="0.5" fill="black" fill-opacity="0.75"/>
<circle cx="13.5" cy="8.01581" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="13.5" cy="8.01581" r="0.5" fill="black"/>
<circle cx="12.5" cy="5.84387" r="0.5" fill="black" fill-opacity="0.75"/>
<circle cx="12.5" cy="10.1877" r="0.5" fill="black" fill-opacity="0.75"/>
<circle cx="6.99213" cy="1.48438" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="4.50391" cy="2.48438" r="0.5" fill="black" fill-opacity="0.75"/>
<circle cx="2.49976" cy="3.48438" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="2.49976" cy="12.5" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="0.5" cy="12.016" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="0.5" cy="3.98438" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="13.5" cy="12.016" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="13.5" cy="3.98438" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="2.49976" cy="14.516" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="2.48413" cy="1.48438" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="11.5" cy="14.516" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="11.5" cy="1.48438" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="11.5" cy="3.48438" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="11.5" cy="12.516" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="6.99219" cy="1.48438" r="0.5" fill="black"/>
<circle cx="4.5" cy="2.5" r="0.5" fill="black" fill-opacity="0.75"/>
<circle cx="0.5" cy="12.016" r="0.5" fill="black"/>
<circle cx="0.5" cy="3.98438" r="0.5" fill="black"/>
<circle cx="13.5" cy="12.016" r="0.5" fill="black"/>
<circle cx="13.5" cy="3.98438" r="0.5" fill="black"/>
<circle cx="2.49976" cy="14.516" r="0.5" fill="black"/>
<circle cx="2.48413" cy="1.48438" r="0.5" fill="black"/>
<circle cx="11.5" cy="14.516" r="0.5" fill="black"/>
<circle cx="11.5" cy="1.48438" r="0.5" fill="black"/>
<circle cx="9.49609" cy="2.48438" r="0.5" fill="black" fill-opacity="0.75"/>
<circle cx="6.99213" cy="14.5" r="0.5" fill="black" fill-opacity="0.5"/>
<circle cx="6.99219" cy="14.5" r="0.5" fill="black"/>
<circle cx="4.50391" cy="13.516" r="0.5" fill="black" fill-opacity="0.75"/>
<circle cx="9.49609" cy="13.5" r="0.5" fill="black" fill-opacity="0.75"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -784,7 +784,7 @@ impl Panel for AssistantPanel {
fn icon_path(&self, cx: &WindowContext) -> Option<&'static str> {
settings::get::<AssistantSettings>(cx)
.button
.then(|| "icons/robot_14.svg")
.then(|| "icons/ai.svg")
}
fn icon_tooltip(&self) -> (String, Option<Box<dyn Action>>) {