feat: i3status, foot, emacs
This commit is contained in:
parent
40738ecc3f
commit
1cbce535ea
4 changed files with 63 additions and 6 deletions
46
dotfiles/.config/i3status-rust/config.toml
Normal file
46
dotfiles/.config/i3status-rust/config.toml
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
icons_format = "{icon}"
|
||||
|
||||
[theme]
|
||||
theme = "native"
|
||||
|
||||
[icons]
|
||||
icons = "none"
|
||||
[icons.overrides]
|
||||
bat = ["|E|", "|_|", "|=|", "|F|"]
|
||||
bat_charging = "|^| "
|
||||
|
||||
[[block]]
|
||||
block = "cpu"
|
||||
info_cpu = 20
|
||||
warning_cpu = 50
|
||||
critical_cpu = 90
|
||||
|
||||
[[block]]
|
||||
block = "disk_space"
|
||||
path = "/"
|
||||
info_type = "available"
|
||||
alert_unit = "GB"
|
||||
interval = 20
|
||||
warning = 20.0
|
||||
alert = 10.0
|
||||
format = " $icon root: $available.eng(w:2) "
|
||||
|
||||
[[block]]
|
||||
block = "memory"
|
||||
format = " $icon $mem_total_used_percents.eng(w:2) "
|
||||
format_alt = " $icon_swap $swap_used_percents.eng(w:2) "
|
||||
|
||||
[[block]]
|
||||
block = "sound"
|
||||
[[block.click]]
|
||||
button = "left"
|
||||
cmd = "pavucontrol"
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
interval = 1
|
||||
format = " $timestamp.datetime(f:'%F %T %Z') "
|
||||
|
||||
[[block]]
|
||||
block = "battery"
|
||||
interval = 30
|
||||
Loading…
Add table
Add a link
Reference in a new issue