put files in folder

This commit is contained in:
2026-04-30 02:11:36 +03:00
parent fdd6ede51d
commit 32ed8b850a
38 changed files with 1495 additions and 1 deletions
@@ -0,0 +1,11 @@
{
"memory": {
"interval": 2,
"format": " {percentage}%",
"format-alt": " {used:0.1f}GiB / {total:0.1f}GiB",
"tooltip": true,
"tooltip-format": "{used} GiB RAM is used out of {total} GiB\n{swapUsed} GiB SWAP is used out of {swapTotal} GiB",
"on-click-right": "kitty -e btop"
}
}