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"