FIX i3status-rust : change to 0.30 format
This commit is contained in:
parent
c627585531
commit
e766f11ae2
|
@ -8,18 +8,16 @@
|
||||||
{
|
{
|
||||||
block = "disk_space";
|
block = "disk_space";
|
||||||
path = "/";
|
path = "/";
|
||||||
alias = "/";
|
format = "$icon $percentage";
|
||||||
info_type = "available";
|
format_alt = " $icon $available / $total ";
|
||||||
unit = "GB";
|
info_type = "used";
|
||||||
interval = 60;
|
interval = 60;
|
||||||
warning = 20.0;
|
warning = 20.0;
|
||||||
alert = 10.0;
|
alert = 10.0;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "memory";
|
block = "memory";
|
||||||
display_type = "memory";
|
format = " $icon $mem_avail.eng(prefix:M)/$mem_total.eng(prefix:M)($mem_total_used_percents.eng(w:2)) ";
|
||||||
format_mem = "{mem_used_percents}";
|
|
||||||
format_swap = "{swap_used_percents}";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "cpu";
|
block = "cpu";
|
||||||
|
@ -40,7 +38,7 @@
|
||||||
{
|
{
|
||||||
block = "time";
|
block = "time";
|
||||||
interval = 60;
|
interval = 60;
|
||||||
format = "%a %d/%m %R";
|
format = " $icon $timestamp.datetime(f:'%d/%m %R', l:fr_FR) ";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
icons = "material-nf";
|
icons = "material-nf";
|
||||||
|
|
Loading…
Reference in New Issue