initial commit
This commit is contained in:
commit
50da7ffff8
68 changed files with 3086 additions and 0 deletions
32
modules/home/dotfiles/i3status/config
Normal file
32
modules/home/dotfiles/i3status/config
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
general {
|
||||
interval = 5
|
||||
colors = true
|
||||
}
|
||||
|
||||
order += "cpu_usage"
|
||||
order += "memory"
|
||||
order += "disk /"
|
||||
order += "tztime local"
|
||||
#order += "keyboard_layout"
|
||||
|
||||
cpu_usage {
|
||||
format = "CPU: %usage"
|
||||
}
|
||||
|
||||
memory {
|
||||
format = "RAM: %used/%total"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "Disk: %avail"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Y-%m-%d %H:%M:%S %Z"
|
||||
}
|
||||
|
||||
#keyboard_layout {
|
||||
# format = "LANG: %s"
|
||||
# interval = 1
|
||||
# exec = "xkblayout-state print '%s'"
|
||||
#}
|
||||
Loading…
Add table
Add a link
Reference in a new issue