Refactor icons jammy (#108)
* chore: add icons and installation * refactor: use the new battery icons * refactor: use audio applet icons * chore dependency cleanup * chore: remove icons included in cosmic-icons package * refactor: use icons for signal strength and fix handling of new connections * fix: improve some logic for the networking applet * chore: add cosmic-icons to Depends * feat: use notifications icons * chore: set bluetooth icon depending on state * fix: set default font and text size * feat (network): add airplane-mode message * feat (battery): add display icons to the battery applet * fix (battery): logic for selecting the battery icon & use new battery icons
This commit is contained in:
parent
76ce8838b5
commit
3ad64df5f3
77 changed files with 653 additions and 615 deletions
|
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 610 B |
|
|
@ -0,0 +1,15 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="Status Icons/notification-disabled-symbolic" clip-path="url(#clip0_4614_124694)">
|
||||
<g id="Group">
|
||||
<path id="Vector" d="M0 0H16V16H0V0Z" fill="#808080" fill-opacity="0.01"/>
|
||||
<path id="Vector_2" d="M12.5414 12.1343L2.69913 2.29205C2.30977 1.9027 1.6785 1.90271 1.28915 2.29206C0.899796 2.68141 0.899812 3.31266 1.28916 3.70202L11.1314 13.5442C11.5207 13.9336 12.152 13.9336 12.5413 13.5443C12.9307 13.1549 12.9307 12.5236 12.5414 12.1343Z" fill="#232323"/>
|
||||
<path id="Vector_3" d="M3 3C1.892 3 1 3.892 1 5V10C1 11.108 1.892 12 3 12H12.41L3.41 3H3ZM5.39001 3L14.074 11.684C14.63 11.329 15 10.711 15 10V5C15 3.892 14.108 3 13 3H5.39001Z" fill="#232323"/>
|
||||
<path id="Vector_4" d="M8 12L6 15L4 12H8Z" fill="#232323"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_4614_124694">
|
||||
<rect width="16" height="16" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 934 B |
|
|
@ -0,0 +1,13 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="Status Icons/notification-new-symbolic" clip-path="url(#clip0_4614_124695)">
|
||||
<path id="Vector" d="M0 0H16V16H0V0Z" fill="#808080" fill-opacity="0.01"/>
|
||||
<path id="Vector_2" d="M7.23995 3C7.73568 3.7396 8.00087 4.60963 8.00195 5.5C8.00195 6.09095 7.88556 6.67611 7.65941 7.22208C7.43326 7.76804 7.1018 8.26412 6.68393 8.68198C6.26607 9.09984 5.76999 9.43131 5.22403 9.65746C4.67806 9.8836 4.0929 10 3.50195 10C2.61179 9.99951 1.74178 9.73502 1.00195 9.24V10C1.00195 11.108 1.89395 12 3.00195 12H13.002C14.11 12 15.002 11.108 15.002 10V5C15.002 3.892 14.11 3 13.002 3H7.23995Z" fill="#232323"/>
|
||||
<path id="Vector_3" d="M12 12L10 15L8 12H12Z" fill="#232323"/>
|
||||
<path id="Vector_4" d="M3.5 2C2.57174 2 1.6815 2.36875 1.02513 3.02513C0.368749 3.6815 0 4.57174 0 5.5C0 6.42826 0.368749 7.3185 1.02513 7.97487C1.6815 8.63125 2.57174 9 3.5 9C4.42826 9 5.3185 8.63125 5.97487 7.97487C6.63125 7.3185 7 6.42826 7 5.5C7 4.57174 6.63125 3.6815 5.97487 3.02513C5.3185 2.36875 4.42826 2 3.5 2ZM3 3H4V6H3V3ZM3 7H4V8H3V7Z" fill="#232323"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_4614_124695">
|
||||
<rect width="16" height="16" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
|
@ -0,0 +1,14 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="Status Icons/notification-symbolic" clip-path="url(#clip0_4612_124293)">
|
||||
<g id="Group">
|
||||
<path id="Vector" d="M0 0L16 0V16H0L0 0Z" fill="#808080" fill-opacity="0.01"/>
|
||||
<path id="Vector_2" d="M13 3H3C1.89543 3 1 3.89543 1 5V10C1 11.1046 1.89543 12 3 12H13C14.1046 12 15 11.1046 15 10V5C15 3.89543 14.1046 3 13 3Z" fill="#232323"/>
|
||||
<path id="Vector_3" d="M12 12L10 15L8 12H12Z" fill="#232323"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_4612_124293">
|
||||
<rect width="16" height="16" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 617 B |
Loading…
Add table
Add a link
Reference in a new issue