add some base configs
This commit is contained in:
parent
5637f587c1
commit
45ae7c132f
11 changed files with 3932 additions and 0 deletions
36
config/i3status-rust/config.toml
Normal file
36
config/i3status-rust/config.toml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
icons_format = "{icon}"
|
||||
|
||||
[theme]
|
||||
theme = "solarized-dark"
|
||||
|
||||
[icons]
|
||||
icons = "awesome6"
|
||||
|
||||
|
||||
[[block]]
|
||||
block = "cpu"
|
||||
|
||||
[[block]]
|
||||
block = "memory"
|
||||
format = " $icon $mem_total_used_percents.eng(w:2) "
|
||||
format_alt = " $icon_swap $swap_used_percents.eng(w:2) "
|
||||
#display_type = "memory"
|
||||
#icons = true
|
||||
#clickable = true
|
||||
interval = 5
|
||||
warning_mem = 80
|
||||
warning_swap = 80
|
||||
critical_mem = 95
|
||||
critical_swap = 95
|
||||
|
||||
[[block]]
|
||||
block = "battery"
|
||||
interval = 5
|
||||
format = "$icon $percentage {$time |}"
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
interval = 5
|
||||
#format = " %a %Y-%m-%d %R "
|
||||
format = " $timestamp.datetime(f:' %a %Y-%m-%d %R ', l:en_US)"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue