FIX i3status-rust : change to 0.30 format

main
Alexandre LUCAZEAU 2023-06-17 21:08:04 +02:00
parent c627585531
commit e766f11ae2
1 changed files with 5 additions and 7 deletions

View File

@ -8,18 +8,16 @@
{
block = "disk_space";
path = "/";
alias = "/";
info_type = "available";
unit = "GB";
format = "$icon $percentage";
format_alt = " $icon $available / $total ";
info_type = "used";
interval = 60;
warning = 20.0;
alert = 10.0;
}
{
block = "memory";
display_type = "memory";
format_mem = "{mem_used_percents}";
format_swap = "{swap_used_percents}";
format = " $icon $mem_avail.eng(prefix:M)/$mem_total.eng(prefix:M)($mem_total_used_percents.eng(w:2)) ";
}
{
block = "cpu";
@ -40,7 +38,7 @@
{
block = "time";
interval = 60;
format = "%a %d/%m %R";
format = " $icon $timestamp.datetime(f:'%d/%m %R', l:fr_FR) ";
}
];
icons = "material-nf";