mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-08-02 22:25:01 +00:00
zsh: st: shuffle sections
This commit is contained in:
parent
cdd1a80ebe
commit
cf3072ef1e
1 changed files with 6 additions and 6 deletions
|
|
@ -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",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue