i3status-rust: fix tests

Nix 2.12.0 slightly changed the JSON output format. This updates the
i3status-rust test cases to match.
This commit is contained in:
Robert Helgesson 2022-12-13 21:46:36 +01:00
parent 054d9e3187
commit 263f6e4523
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
4 changed files with 8 additions and 8 deletions

View File

@ -102,14 +102,14 @@ with lib;
icons = "awesome5"
theme = "gruvbox-dark"
[[block]]
alert = 10
alert = 10.0
alias = "/"
block = "disk_space"
info_type = "available"
interval = 60
path = "/"
unit = "GB"
warning = 20
warning = 20.0
[[block]]
block = "memory"

View File

@ -16,14 +16,14 @@ with lib;
icons = "none"
theme = "plain"
[[block]]
alert = 10
alert = 10.0
alias = "/"
block = "disk_space"
info_type = "available"
interval = 60
path = "/"
unit = "GB"
warning = 20
warning = 20.0
[[block]]
block = "memory"

View File

@ -111,14 +111,14 @@ with lib;
pkgs.writeText "i3status-rust-expected-config" ''
icons = "awesome5"
[[block]]
alert = 10
alert = 10.0
alias = "/"
block = "disk_space"
info_type = "available"
interval = 60
path = "/"
unit = "GB"
warning = 20
warning = 20.0
[[block]]
block = "memory"

View File

@ -62,14 +62,14 @@ with lib;
icons = "none"
theme = "plain"
[[block]]
alert = 10
alert = 10.0
alias = "/"
block = "disk_space"
info_type = "available"
interval = 60
path = "/"
unit = "GB"
warning = 20
warning = 20.0
[[block]]
block = "memory"