zsh: st: shuffle sections

This commit is contained in:
He4eT 2026-06-26 04:12:01 +02:00
commit cf3072ef1e

View file

@ -28,20 +28,20 @@
}, },
"break", "break",
{ {
"type": "battery", "type": "sound",
"key": "Battery", "format": "{6} ({4}) [{3}]",
}, },
{ {
"type": "brightness", "type": "brightness",
"key": "Brightness", "key": "Brightness",
}, },
{
"type": "sound",
"format": "{6} ({4}) [{3}]",
},
{ {
"type": "wifi", "type": "wifi",
"format": "{11} ({7}) [{10} - {4}]", "format": "{11} ({7}) [{10} - {4}]",
}, },
{
"type": "battery",
"key": "Battery",
},
], ],
} }