Skip to content

Commit

Permalink
remove light icon, apply stroke to dark icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fardog committed Jul 10, 2020
1 parent feb5315 commit c85b531
Show file tree
Hide file tree
Showing 13 changed files with 76 additions and 83 deletions.
20 changes: 0 additions & 20 deletions Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,4 @@
<data name="TrayIconDarkRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\TrayIconDarkRight.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="TrayIconLightLeft" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\TrayIconLightLeft.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="TrayIconLightRight" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\TrayIconLightRight.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
102 changes: 51 additions & 51 deletions Resources/TrayIcon-Source.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/TrayIconDarkLeft.ico
Binary file not shown.
Binary file modified Resources/TrayIconDarkLeft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/TrayIconDarkRight.ico
Binary file not shown.
Binary file modified Resources/TrayIconDarkRight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Resources/TrayIconLightLeft.ico
Binary file not shown.
Binary file removed Resources/TrayIconLightLeft.png
Binary file not shown.
Binary file removed Resources/TrayIconLightRight.ico
Binary file not shown.
Binary file removed Resources/TrayIconLightRight.png
Binary file not shown.
2 changes: 0 additions & 2 deletions Resources/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh

convert TrayIconLightLeft.png -define icon:auto-resize=16,32,48,128,256 -compress zip TrayIconLightLeft.ico
convert TrayIconLightRight.png -define icon:auto-resize=16,32,48,128,256 -compress zip TrayIconLightRight.ico
convert TrayIconDarkLeft.png -define icon:auto-resize=16,32,48,128,256 -compress zip TrayIconDarkLeft.ico
convert TrayIconDarkRight.png -define icon:auto-resize=16,32,48,128,256 -compress zip TrayIconDarkRight.ico
29 changes: 25 additions & 4 deletions Swapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -83,10 +98,16 @@
<None Include="Resources\TrayIconDarkRight.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\TrayIconLightLeft.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\TrayIconLightRight.ico" />
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit c85b531

Please sign in to comment.