Files
2026-04-30 02:11:36 +03:00

13 lines
315 B
JSON

{
"disk": {
"interval": 30,
"format": "󰋊 {percentage_used}%",
"format-alt": "󰋊 {used} / {total}",
"path": "/",
"tooltip": true,
"tooltip-format": "{used} is used out of {total}\nCurrently free storage is {free} ({percentage_free}%)",
"on-click-right": "kitty -e ncdu /"
}
}