config: i3status: add memory status
This commit is contained in:
parent
30275628ff
commit
b730cf54fc
1 changed files with 4 additions and 0 deletions
|
|
@ -11,11 +11,15 @@ general {
|
|||
interval = 5
|
||||
}
|
||||
|
||||
order += "memory"
|
||||
order += "cpu_temperature 0"
|
||||
order += "cpu_usage"
|
||||
order += "battery all"
|
||||
order += "tztime local"
|
||||
|
||||
memory {
|
||||
format = " %percentage_used"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = " %degrees°C"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue