Skip to content

Commit

Permalink
i3status-rust: replace deprecated format keys (nix-community#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
sephii authored Jun 2, 2021
1 parent cb227dc commit b917624
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/programs/i3status-rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ in {
{
block = "memory";
display_type = "memory";
format_mem = "{Mup}%";
format_swap = "{SUp}%";
format_mem = "{mem_used_percents}";
format_swap = "{swap_used_percents}";
}
{
block = "cpu";
Expand Down Expand Up @@ -205,8 +205,8 @@ in {
{
block = "memory";
display_type = "memory";
format_mem = "{Mup}%";
format_swap = "{SUp}%";
format_mem = "{mem_used_percents}";
format_swap = "{swap_used_percents}";
}
{
block = "cpu";
Expand Down

0 comments on commit b917624

Please sign in to comment.