Repo Icon & Raspberry PI category

[skip ci] because simple things
This commit is contained in:
Stef Tervelde
2025-03-13 02:59:48 +01:00
parent c7bb58dde9
commit d6ee9bfbd8
2 changed files with 6 additions and 1 deletions

5
.idea/icon.svg generated Normal file
View File

@@ -0,0 +1,5 @@
<svg width="800" height="800" viewBox="0 0 800 800" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M400 500C700 500 700 100 400 100" stroke="#0468FF" stroke-width="150"/>
<path d="M400 200L100 600" stroke="#1F34AB" stroke-width="150"/>
<path d="M100 300L200 500" stroke="#85AEFF" stroke-width="150"/>
</svg>

After

Width:  |  Height:  |  Size: 324 B

View File

@@ -70,7 +70,7 @@ compose.desktop {
}
linux {
appCategory = "Programming"
menuGroup = "Processing"
menuGroup = "Development;Programming;"
iconFile = rootProject.file("build/linux/processing.png")
// Fix fonts on some Linux distributions
jvmArgs("-Dawt.useSystemAAFontSettings=on")