Skip to content

Commit

Permalink
Presets: fix examples/24
Browse files Browse the repository at this point in the history
Fix #24
  • Loading branch information
CarterLi committed Sep 23, 2024
1 parent 32b6af2 commit 3b9d20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presets/examples/24.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
{
"type": "disk",
"key": "{#90}{$1}│ {#91}Disk {#90}│",
"format": "{$2}{$3}{size-used} / {size-used} ({size-percentage}{$2})"
"format": "{$2}{$3}{size-used} / {size-total} ({size-percentage}{$2})"
},
{
"type": "poweradapter",
Expand Down

0 comments on commit 3b9d20d

Please sign in to comment.