diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-01-10 15:08:05 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-01-10 15:08:05 +0530 |
commit | e02304f014645a01ef6cdd40276997dea58504d9 (patch) | |
tree | 49ac70d8b348fa138f681e2fe6fa8f92b512ec9e /.config/gotop/user.json | |
parent | 776f17159bccd342bdc8ab9afdd035196f48d385 (diff) |
Cleaning up 'bin' folder.
Diffstat (limited to '.config/gotop/user.json')
-rw-r--r-- | .config/gotop/user.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/gotop/user.json b/.config/gotop/user.json new file mode 100644 index 0000000..fcc44ec --- /dev/null +++ b/.config/gotop/user.json @@ -0,0 +1,22 @@ +{ + "Fg": 7, + "Bg": -1, + + "BorderLabel": 7, + "BorderLine": 6, + + "CPULines": [4, 3, 2, 1, 5, 6, 7, 8], + + "BattLines": [4, 3, 2, 1, 5, 6, 7, 8], + + "MemLines": [5, 11, 4, 3, 2, 1, 6, 7, 8], + + "ProcCursor": 4, + + "Sparklines": [4, 5], + + "DiskBar": 7, + + "TempLow": 2, + "TempHigh": 1 +} |