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
@@ -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 {