switch color generation to wallust
This commit is contained in:
parent
c1267d5d8e
commit
1b8de6d630
@ -77,7 +77,7 @@ Rectangle {
|
||||
hoverEnabled: true
|
||||
onEntered: {
|
||||
batPopup.visible = true;
|
||||
batPopup.popupText = "Volume: " + root.vol + "%";
|
||||
batPopup.popupText = "Vol " + root.vol + "%";
|
||||
}
|
||||
onExited: {
|
||||
batPopup.visible = false;
|
||||
|
||||
@ -23,7 +23,7 @@ FloatingWindow {
|
||||
}
|
||||
Process {
|
||||
id: wallustRunner
|
||||
property string cmd: "matugen image " + Settings.config.currentWall + " --source-color-index 0"
|
||||
property string cmd: "wallust run " + Settings.config.currentWall
|
||||
command: ["sh", "-c", cmd]
|
||||
}
|
||||
GlobalShortcut {
|
||||
|
||||
@ -5,16 +5,16 @@ import qs.settings
|
||||
Text {
|
||||
id: root
|
||||
color: Colors.onSurfaceColor
|
||||
property real iconSize: 16
|
||||
property real fill: 1
|
||||
property real iconSize: 18
|
||||
property real fill: 0
|
||||
renderType: Text.NativeRendering
|
||||
font {
|
||||
hintingPreference: Font.PreferNoHinting
|
||||
family: "Material Symbols Outlined"
|
||||
family: "Material Symbols Rounded"
|
||||
pixelSize: iconSize
|
||||
weight: Font.Normal + (Font.DemiBold - Font.Normal) * fill
|
||||
variableAxes: {
|
||||
"FILL": fill,
|
||||
"FILL": fill.toFixed(1),
|
||||
"opsz": iconSize
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user