forked from Shinonome/dots-hyprland
make the icon named more accurately
they cant copyright a fucking 4 point star right????????
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user