~yerinalexey/dotfiles

cbf1180081463f8287784080f04bdcd18e9ecaf0 — Alexey Yerin 2 years ago 5b99c07
new: bottom config
2 files changed, 18 insertions(+), 0 deletions(-)

M .gitignore
A bottom/bottom.toml
M .gitignore => .gitignore +1 -0
@@ 7,6 7,7 @@

# Included configs:
!alacritty/
!bottom/
!fontconfig/
!lf/
!mako/

A bottom/bottom.toml => bottom/bottom.toml +17 -0
@@ 0,0 1,17 @@
[flags]
hide_avg_cpu = true
current_usage = true

# UI layout
[[row]]
  [[row.child]]
  type="cpu"

[[row]]
    [[row.child]]
    ratio = 2
    type = "mem"

    [[row.child]]
      [[row.child.child]]
      type = "proc"