Skip to content

Commit

Permalink
Add .config/bottom/bottom.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan605 committed Jan 8, 2025
1 parent c88dc0d commit a5261a2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dot_config/bottom/bottom.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[flags]
basic = false
battery = false
default_widget_type = "proc"
disable_click = true
group_processes = false
tree = true

[processes]
columns = ["pid", "mem%", "cpu%", "name", "state", "user", "time"]

[layout]
[[row]]
[[row.child]]
type="cpu"
[[row]]
[[row.child]]
type="mem"
[[row.child]]
type="proc"

0 comments on commit a5261a2

Please sign in to comment.