diff options
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 +} |