From e02304f014645a01ef6cdd40276997dea58504d9 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 10 Jan 2025 15:08:05 +0530 Subject: Cleaning up 'bin' folder. --- .config/gotop/user.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/gotop/user.json (limited to '.config/gotop/user.json') 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 +} -- cgit v1.2.3