Regenerated

This commit is contained in:
2026-04-13 11:31:13 +02:00
parent 1bfc500c99
commit 4d0f3677a3
3 changed files with 338 additions and 338 deletions
+334 -334
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -2770,7 +2770,7 @@ ShellRoot {
Process { id: shuffleOffProc; command: ["playerctl", "--player=" + media.player, "shuffle", "off"] }
function cycleShuffleMode() {
var next = (media.shuffleMode + 1) % 3
var next = (media.shuffleMode + 1) % 2
media.shuffleMode = next
if (next === 0)
shuffleOffProc.running = true
@@ -2971,7 +2971,7 @@ ShellRoot {
text: "󰒟"
font.pixelSize: 18
color: media.shuffleMode === 0 ? colors.surface2
: media.shuffleMode === 1 ? colors.blue
: colors.blue
}
MouseArea {
@@ -141,7 +141,7 @@ ShellRoot {
Process { id: shuffleOffProc; command: ["playerctl", "--player=" + media.player, "shuffle", "off"] }
function cycleShuffleMode() {
var next = (media.shuffleMode + 1) % 3
var next = (media.shuffleMode + 1) % 2
media.shuffleMode = next
if (next === 0)
shuffleOffProc.running = true
@@ -342,7 +342,7 @@ ShellRoot {
text: "󰒟"
font.pixelSize: 18
color: media.shuffleMode === 0 ? colors.surface2
: media.shuffleMode === 1 ? colors.blue
: colors.blue
}
MouseArea {