make the icon named more accurately

they cant copyright a fucking 4 point star right????????
This commit is contained in:
end-4
2025-04-29 21:00:03 +02:00
parent f7a73edaea
commit f72e480e91
4 changed files with 59 additions and 58 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ Scope {
width: 19.5
height: 19.5
source: ConfigOptions.bar.topLeftIcon == 'distro' ?
SystemInfo.distroIcon : "google-gemini-symbolic"
SystemInfo.distroIcon : "spark-symbolic"
}
ColorOverlay {
@@ -19,7 +19,7 @@ Singleton {
property QtObject bar: QtObject {
property int batteryLowThreshold: 20
property string topLeftIcon: "gemini" // Options: distro, gemini
property string topLeftIcon: "spark" // Options: distro, spark
property QtObject resources: QtObject {
property bool alwaysShowSwap: true
property bool alwaysShowCpu: false