Added menu icons to awesome.

This commit is contained in:
Johannes Findeisen 2026-05-31 22:31:07 +02:00
commit 7d7e554b14
31 changed files with 380 additions and 93 deletions

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#78909C" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="10" y="20" width="28" height="18" rx="3"/>
<path d="M16 20v-4a4 4 0 014-4h8a4 4 0 014 4v4"/>
</g>

Before

Width:  |  Height:  |  Size: 285 B

After

Width:  |  Height:  |  Size: 706 B

Before After
Before After

View file

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#64B5F6" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<circle cx="24" cy="24" r="12"/>
<circle cx="24" cy="24" r="4"/>
<line x1="24" y1="11" x2="24" y2="6"/>
<line x1="33" y1="15" x2="37" y2="11"/>
<line x1="37" y1="24" x2="42" y2="24"/>
<line x1="33" y1="33" x2="37" y2="37"/>
<line x1="24" y1="37" x2="24" y2="42"/>
<line x1="15" y1="33" x2="11" y2="37"/>
<line x1="11" y1="24" x2="6" y2="24"/>
<line x1="15" y1="15" x2="11" y2="11"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 599 B

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#9575CD" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="10" y="16" width="10" height="16" rx="2"/>
<polygon points="20,18 30,24 20,30"/>
<path d="M33 18a10 10 0 010 12"/>

Before

Width:  |  Height:  |  Size: 349 B

After

Width:  |  Height:  |  Size: 770 B

Before After
Before After

View file

@ -1,8 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#64B5F6" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 12a4 4 0 014-4h24a4 4 0 014 4v14a4 4 0 01-4 4H18l-8 8V12z"/>
<circle cx="20" cy="19" r="2" fill="#64B5F6"/>
<circle cx="28" cy="19" r="2" fill="#64B5F6"/>
<circle cx="36" cy="19" r="2" fill="#64B5F6"/>
<circle cx="20" cy="19" r="2" fill="#455A64"/>
<circle cx="28" cy="19" r="2" fill="#455A64"/>
<circle cx="36" cy="19" r="2" fill="#455A64"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 405 B

After

Width:  |  Height:  |  Size: 826 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#81C784" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="24" cy="12" rx="14" ry="4"/>
<path d="M10 12v24c0 2.2 6.3 4 14 4s14-1.8 14-4V12"/>
<path d="M10 20c0 2.2 6.3 4 14 4s14-1.8 14-4"/>

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 804 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#6D4C41" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="10" width="24" height="18" rx="2"/>
<line x1="14" y1="28" x2="26" y2="28"/>
<line x1="20" y1="28" x2="20" y2="36"/>
@ -7,8 +16,8 @@
<line x1="36" y1="12" x2="44" y2="12"/>
<line x1="36" y1="18" x2="44" y2="18"/>
<line x1="36" y1="24" x2="44" y2="24"/>
<circle cx="36" cy="12" r="3.5" fill="#6D4C41"/>
<circle cx="40" cy="18" r="3.5" fill="#6D4C41"/>
<circle cx="38" cy="24" r="3.5" fill="#6D4C41"/>
<circle cx="36" cy="12" r="3.5" fill="#455A64"/>
<circle cx="40" cy="18" r="3.5" fill="#455A64"/>
<circle cx="38" cy="24" r="3.5" fill="#455A64"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 653 B

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#FFD54F" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="12" width="20" height="24" rx="3"/>
<path d="M26 16l12 12"/>
<path d="M26 28h12V16"/>

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 709 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#BA68C8" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="10" y="10" width="28" height="28" rx="5"/>
<path d="M20 18l-6 6 6 6"/>
<path d="M28 18l6 6-6 6"/>

Before

Width:  |  Height:  |  Size: 294 B

After

Width:  |  Height:  |  Size: 715 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#4DB6AC" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="14" y="14" width="20" height="20" rx="3"/>
<line x1="10" y1="18" x2="14" y2="18"/>
<line x1="10" y1="24" x2="14" y2="24"/>

Before

Width:  |  Height:  |  Size: 759 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#FFB74D" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<circle cx="24" cy="24" r="14" stroke-dasharray="3.5 4.5" stroke-width="4"/>
<circle cx="24" cy="24" r="9"/>
<circle cx="24" cy="24" r="3.5"/>

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 751 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#66BB6A" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 14a4 4 0 014-4h8l4 4h12a4 4 0 014 4v16a4 4 0 01-4 4H12a4 4 0 01-4-4V14z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 687 B

Before After
Before After

View file

@ -1,12 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#E57373" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="18" width="22" height="12" rx="5"/>
<rect x="30" y="14" width="10" height="20" rx="5"/>
<line x1="15" y1="21" x2="15" y2="27"/>
<line x1="12" y1="24" x2="18" y2="24"/>
<circle cx="35" cy="19" r="1.5" fill="#E57373"/>
<circle cx="35" cy="29" r="1.5" fill="#E57373"/>
<circle cx="32" cy="24" r="1.5" fill="#E57373"/>
<circle cx="38" cy="24" r="1.5" fill="#E57373"/>
<circle cx="35" cy="19" r="1.5" fill="#455A64"/>
<circle cx="35" cy="29" r="1.5" fill="#455A64"/>
<circle cx="32" cy="24" r="1.5" fill="#455A64"/>
<circle cx="38" cy="24" r="1.5" fill="#455A64"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 586 B

After

Width:  |  Height:  |  Size: 1,007 B

Before After
Before After

View file

@ -1,11 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#F06292" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<ellipse cx="24" cy="26" rx="16" ry="13"/>
<circle cx="15" cy="20" r="3" fill="#F06292"/>
<circle cx="28" cy="16" r="2.5" fill="#F06292"/>
<circle cx="36" cy="26" r="2.5" fill="#F06292"/>
<circle cx="26" cy="35" r="2" fill="#F06292"/>
<circle cx="14" cy="30" r="2" fill="#F06292"/>
<circle cx="15" cy="20" r="3" fill="#455A64"/>
<circle cx="28" cy="16" r="2.5" fill="#455A64"/>
<circle cx="36" cy="26" r="2.5" fill="#455A64"/>
<circle cx="26" cy="35" r="2" fill="#455A64"/>
<circle cx="14" cy="30" r="2" fill="#455A64"/>
<circle cx="10" cy="26" r="2.5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 940 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#7986CB" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M10 14a4 4 0 014-4h20a4 4 0 014 4v20a4 4 0 01-4 4H14a4 4 0 01-4-4z"/>
<path d="M16 18l6 6-6 6"/>
<path d="M30 20h4"/>

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 785 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#4FC3F7" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<circle cx="24" cy="24" r="15"/>
<ellipse cx="24" cy="24" rx="7" ry="15"/>
<line x1="9" y1="24" x2="39" y2="24"/>

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 836 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#FF8A65" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<circle cx="24" cy="24" r="15"/>
<polygon points="20,16 20,32 33,24"/>
</g>

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 675 B

Before After
Before After

View file

@ -1,9 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#4DD0E1" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<circle cx="14" cy="24" r="6"/>
<circle cx="34" cy="24" r="6"/>
<line x1="20" y1="24" x2="28" y2="24"/>
<circle cx="14" cy="24" r="2.5" fill="#4DD0E1"/>
<circle cx="34" cy="24" r="2.5" fill="#4DD0E1"/>
<circle cx="14" cy="24" r="2.5" fill="#455A64"/>
<circle cx="34" cy="24" r="2.5" fill="#455A64"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 397 B

After

Width:  |  Height:  |  Size: 818 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#A1887F" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="20" width="32" height="20" rx="3"/>
<path d="M16 20v-5a4 4 0 014-4h8a4 4 0 014 4v5"/>
</g>

Before

Width:  |  Height:  |  Size: 284 B

After

Width:  |  Height:  |  Size: 705 B

Before After
Before After

View file

@ -1,7 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#AED581" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M24 8l-14 6v8c0 8.4 5.6 16.2 14 19 8.4-2.8 14-10.6 14-19v-8l-14-6z"/>
<rect x="20" y="22" width="8" height="6" rx="1.5" fill="#AED581"/>
<rect x="20" y="22" width="8" height="6" rx="1.5" fill="#455A64"/>
<path d="M20 22v-3a4 4 0 018 0v3"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 369 B

After

Width:  |  Height:  |  Size: 790 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#EC407A" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M24 6v18"/>
<path d="M16 14a16 16 0 1016 0"/>
</g>

Before

Width:  |  Height:  |  Size: 238 B

After

Width:  |  Height:  |  Size: 659 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#90A4AE" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<line x1="24" y1="6" x2="24" y2="30"/>
<line x1="24" y1="30" x2="12" y2="40"/>
<line x1="24" y1="30" x2="36" y2="40"/>

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 801 B

Before After
Before After

View file

@ -1,8 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#26A69A" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 28a12 12 0 1110-19.6"/>
<path d="M14 28l-5 4V20"/>
<path d="M34 20a12 12 0 11-10 19.6"/>
<path d="M34 20l5-4v12"/>
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M 36 24 A 12 12 0 1 1 34 18"/>
<path d="M 34 18 L 30 20 L 38 16"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 680 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#DCE775" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 12h8v10l8 12a4 4 0 01-3.2 6H15.2a4 4 0 01-3.2-6l8-12V12z"/>
<line x1="16" y1="32" x2="32" y2="32"/>
<line x1="18" y1="12" x2="18" y2="8"/>

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 933 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#7E57C2" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<path d="M28 8A16 16 0 1128 40 12 12 0 1028 8z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 650 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#B0BEC5" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="10" width="32" height="24" rx="2"/>
<line x1="16" y1="34" x2="32" y2="34"/>
<line x1="24" y1="34" x2="24" y2="40"/>

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 783 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#5C6BC0" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="12" width="32" height="24" rx="2"/>
<path d="M16 18l-4 4 4 4"/>
<path d="M28 22h6"/>

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 734 B

Before After
Before After

View file

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<line x1="8" y1="40" x2="22" y2="18"/>
<line x1="22" y1="18" x2="24" y2="8"/>
<line x1="24" y1="8" x2="20" y2="4"/>
<path d="M24 8 C24 20, 32 20, 32 14"/>
<line x1="32" y1="14" x2="32" y2="10"/>
<line x1="32" y1="10" x2="36" y2="6"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 854 B

View file

@ -1,10 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#8D6E63" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<line x1="8" y1="18" x2="16" y2="18"/>
<line x1="24" y1="18" x2="40" y2="18"/>
<circle cx="20" cy="18" r="3.5" fill="#8D6E63"/>
<circle cx="20" cy="18" r="3.5" fill="#455A64"/>
<line x1="8" y1="32" x2="26" y2="32"/>
<line x1="34" y1="32" x2="40" y2="32"/>
<circle cx="30" cy="32" r="3.5" fill="#8D6E63"/>
<circle cx="30" cy="32" r="3.5" fill="#455A64"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 455 B

After

Width:  |  Height:  |  Size: 876 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#EF5350" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="16" width="22" height="16" rx="3"/>
<polygon points="30,18 40,24 30,30"/>
</g>

Before

Width:  |  Height:  |  Size: 272 B

After

Width:  |  Height:  |  Size: 693 B

Before After
Before After

View file

@ -1,5 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<g fill="none" stroke="#42A5F5" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
<defs>
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90A4AE"/>
<stop offset="100%" stop-color="#455A64"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="1.5" dy="2.5" stdDeviation="2" flood-color="#263238" flood-opacity="0.25"/>
</filter>
</defs>
<g filter="url(#shadow)" fill="none" stroke="url(#iconGrad)" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="8" width="14" height="14" rx="2"/>
<rect x="26" y="8" width="14" height="14" rx="2"/>
<rect x="8" y="26" width="14" height="14" rx="2"/>

Before

Width:  |  Height:  |  Size: 395 B

After

Width:  |  Height:  |  Size: 816 B

Before After
Before After

View file

@ -1,20 +1,17 @@
local icondir = os.getenv("HOME").."/.config/awesome/icons/rrze/tango/22x22/"
local icondir = os.getenv("HOME") .. "/.config/awesome/icons/"
local appicon = icondir .. "application.svg"
accessoriesmenu = {
{ "calculator", "/usr/bin/galculator", "/usr/share/icons/hicolor/48x48/apps/galculator.png" },
{ "calibre", "/usr/bin/calibre", "/usr/share/icons/hicolor/48x48/apps/calibre-gui.png" },
{ "dia", "/usr/bin/dia --integrated", "/usr/share/icons/hicolor/48x48/apps/dia.png" },
{ "engrampa", "/usr/bin/engrampa", "/usr/share/icons/hicolor/32x32/apps/engrampa.png" },
{ "epdfview", "/usr/bin/epdfview", "/usr/share/icons/hicolor/48x48/apps/epdfview.png" },
{ "evince", "/usr/bin/evince", "/usr/share/help/C/evince/figures/org.gnome.Evince.svg" },
{ "freemind", "/usr/bin/freemind", "/usr/share/icons/hicolor/32x32/apps/freemind.png" },
{ "gscriptor", "/usr/bin/gscriptor", "/usr/share/icons/hicolor/48x48/apps/gcr-smart-card.png" },
{ "gvim", "/usr/bin/gvim", "/usr/share/icons/hicolor/48x48/apps/gvim.png" },
{ "pluma", "/usr/bin/pluma", "/usr/share/icons/Vimix/scalable/apps/gedit-icon.svg" },
{ "pluma", "/usr/bin/pluma", appicon },
{ "qpdfview", "/usr/bin/qpdfview", "/usr/share/icons/hicolor/scalable/apps/qpdfview.svg" },
{ "regexxer", "/usr/bin/regexxer", "/usr/share/icons/hicolor/48x48/apps/regexxer.png" },
{ "retext", "/usr/bin/retext", "/usr/share/icons/hicolor/48x48/apps/retext.png" },
{ "xarchiver", "/usr/bin/xarchiver", "/usr/share/icons/hicolor/48x48/apps/xarchiver.png" },
{ "xpad", "/usr/bin/xpad", "/usr/share/icons/hicolor/scalable/apps/xpad.svg" },
{ "xreader", "/usr/bin/xreader", "/usr/share/icons/hicolor/scalable/apps/xreader.svg" },
}
@ -291,6 +288,12 @@ systemmenu = {
{ "sysmon", "/usr/bin/sysmon", "/home/hanez/.config/awesome/icons/sysmon.png" },
{ "teamviewer", "/usr/bin/teamviewer", "/usr/share/icons/hicolor/48x48/apps/TeamViewer.png" },
}
toolsmenu = {
{ "engrampa", "/usr/bin/engrampa", "/usr/share/icons/hicolor/32x32/apps/engrampa.png" },
{ "gscriptor", "/usr/bin/gscriptor", "/usr/share/icons/hicolor/48x48/apps/gcr-smart-card.png" },
{ "regexxer", "/usr/bin/regexxer", "/usr/share/icons/hicolor/48x48/apps/regexxer.png" },
{ "xarchiver", "/usr/bin/xarchiver", "/usr/share/icons/hicolor/48x48/apps/xarchiver.png" },
}
utilitiesmenu = {
{ "arandr", "/usr/bin/arandr", "/usr/share/icons/hicolor/scalable/devices/video-television.svg" },
{ "file search tool", "/usr/bin/gnome-search-tool", "/usr/share/icons/Adwaita/48x48/legacy/system-search.png" },
@ -307,46 +310,47 @@ videomenu = {
}
windowsmenu = {
{ "bottles", "/usr/bin/bottles", "/usr/share/icons/hicolor/scalable/apps/com.usebottles.bottles.svg" },
{ "control panel", "wine /home/hanez/.wine/drive_c/windows/syswow64/control.exe", "" },
{ "control panel", "wine /home/hanez/.wine/drive_c/windows/syswow64/control.exe", appicon },
--{ "playonlinux", "/usr/bin/playonlinux", "/usr/share/pixmaps/playonlinux.png" },
{ "regedit", "/usr/bin/regedit", "" },
{ "uninstaller pro", "wine '/home/hanez/.wine/drive_c/Program Files/VS Revo Group/Revo Uninstaller Pro/RevoUninPro.exe'", "" },
{ "wineconsole", "/usr/bin/wineconsole", "" },
{ "winefile", "/usr/bin/winefile", "" },
{ "regedit", "/usr/bin/regedit", appicon },
{ "uninstaller pro", "wine '/home/hanez/.wine/drive_c/Program Files/VS Revo Group/Revo Uninstaller Pro/RevoUninPro.exe'", appicon },
{ "wineconsole", "/usr/bin/wineconsole", appicon },
{ "winefile", "/usr/bin/winefile", appicon },
{ "winegui", "/usr/bin/winegui", "/usr/share/icons/hicolor/scalable/apps/winegui.svg" },
{ "winetricks", "/usr/bin/winetricks", "/usr/share/icons/hicolor/scalable/apps/winetricks.svg" },
}
mainmenu = awful.menu({ items = {
{ "accessories", accessoriesmenu, os.getenv("HOME") .. "/.config/awesome/icons/accessories.svg" },
{ "audio", audiomenu, os.getenv("HOME") .. "/.config/awesome/icons/audio.svg" },
{ "communication", communicationmenu, os.getenv("HOME") .. "/.config/awesome/icons/communication.svg" },
{ "database", databasemenu, os.getenv("HOME") .. "/.config/awesome/icons/database.svg" },
{ "development", developmentmenu, os.getenv("HOME") .. "/.config/awesome/icons/development.svg" },
{ "emulation", emulationmenu, os.getenv("HOME") .. "/.config/awesome/icons/emulation.svg" },
{ "engineering", engineeringmenu, os.getenv("HOME") .. "/.config/awesome/icons/engineering.svg" },
{ "games", gamesmenu, os.getenv("HOME") .. "/.config/awesome/icons/games.svg"},
{ "graphics", graphicsmenu, os.getenv("HOME") .. "/.config/awesome/icons/graphics.svg" },
{ "hacking", hackingmenu, os.getenv("HOME") .. "/.config/awesome/icons/hacking.svg" },
{ "internet", internetmenu, os.getenv("HOME") .. "/.config/awesome/icons/internet.svg" },
{ "network", networkmenu, os.getenv("HOME") .. "/.config/awesome/icons/network.svg" },
{ "multimedia", multimediamenu, os.getenv("HOME") .. "/.config/awesome/icons/multimedia.svg" },
{ "office", officemenu, os.getenv("HOME") .. "/.config/awesome/icons/office.svg" },
{ "privacy", privacymenu, os.getenv("HOME") .. "/.config/awesome/icons/privacy.svg" },
{ "radio", radiomenu, os.getenv("HOME") .. "/.config/awesome/icons/radio.svg" },
{ "science", sciencemenu, os.getenv("HOME") .. "/.config/awesome/icons/science.svg" },
{ "system", systemmenu, os.getenv("HOME") .. "/.config/awesome/icons/system.svg" },
{ "utilities", utilitiesmenu, os.getenv("HOME") .. "/.config/awesome/icons/utilities.svg" },
{ "video", videomenu, os.getenv("HOME") .. "/.config/awesome/icons/video.svg" },
{ "windows", windowsmenu, os.getenv("HOME") .. "/.config/awesome/icons/windows.svg" },
{ "filemanager (nemo)", "/usr/bin/nemo", os.getenv("HOME") .. "/.config/awesome/icons/filemanager.svg" },
{ "filemanager (thunar)", "/usr/bin/thunar", os.getenv("HOME") .. "/.config/awesome/icons/filemanager.svg" },
{ "filemanager (thunar su)", "/usr/bin/gksudo /usr/bin/thunar",os.getenv("HOME") .. "/.config/awesome/icons/filemanager.svg" },
{ "terminal (xfce4)", "/usr/bin/xfce4-terminal",os.getenv("HOME") .. "/.config/awesome/icons/terminal.svg" },
{ "terminal (xterm)", terminal,os.getenv("HOME") .. "/.config/awesome/icons/terminal.svg" },
{ "configuration", editor_cmd .. " " .. awesome.conffile,os.getenv("HOME") .. "/.config/awesome/icons/desktop-config.svg" },
{ "reload", awesome.restart,os.getenv("HOME") .. "/.config/awesome/icons/reload.svg" },
{ "suspend", function () awful.util.spawn("/usr/bin/loginctl suspend") end,os.getenv("HOME") .. "/.config/awesome/icons/suspend.svg" },
{ "quit", function() awesome.quit() end,os.getenv("HOME") .. "/.config/awesome/icons/quit.svg" }
{ "accessories >", accessoriesmenu, icondir .. "accessories.svg" },
{ "audio >", audiomenu, icondir .. "audio.svg" },
{ "communication >", communicationmenu, icondir .. "communication.svg" },
{ "database >", databasemenu, icondir .. "database.svg" },
{ "development >", developmentmenu, icondir .. "development.svg" },
{ "emulation >", emulationmenu, icondir .. "emulation.svg" },
{ "engineering >", engineeringmenu, icondir .. "engineering.svg" },
{ "games >", gamesmenu, icondir .. "games.svg"},
{ "graphics >", graphicsmenu, icondir .. "graphics.svg" },
{ "hacking >", hackingmenu, icondir .. "hacking.svg" },
{ "internet >", internetmenu, icondir .. "internet.svg" },
{ "network >", networkmenu, icondir .. "network.svg" },
{ "multimedia >", multimediamenu, icondir .. "multimedia.svg" },
{ "office >", officemenu, icondir .. "office.svg" },
{ "privacy >", privacymenu, icondir .. "privacy.svg" },
{ "radio >", radiomenu, icondir .. "radio.svg" },
{ "science >", sciencemenu, icondir .. "science.svg" },
{ "system >", systemmenu, icondir .. "system.svg" },
{ "tools >", toolsmenu, icondir .. "tools.svg" },
{ "utilities >", utilitiesmenu, icondir .. "utilities.svg" },
{ "video >", videomenu, icondir .. "video.svg" },
{ "windows >", windowsmenu, icondir .. "windows.svg" },
{ "filemanager (nemo)", "/usr/bin/nemo", icondir .. "filemanager.svg" },
{ "filemanager (thunar)", "/usr/bin/thunar", icondir .. "filemanager.svg" },
{ "filemanager (thunar su)", "/usr/bin/gksudo /usr/bin/thunar", icondir .. "filemanager.svg" },
{ "terminal (xfce4)", "/usr/bin/xfce4-terminal", icondir .. "terminal.svg" },
{ "terminal (xterm)", terminal, icondir .. "terminal.svg" },
{ "configuration", editor_cmd .. " " .. awesome.conffile, icondir .. "desktop-config.svg" },
{ "reload", awesome.restart, icondir .. "reload.svg" },
{ "suspend", function () awful.util.spawn("/usr/bin/loginctl suspend") end, icondir .. "suspend.svg" },
{ "quit", function() awesome.quit() end, icondir .. "quit.svg" }
}
})