i3status-rust: fix formatting

main
Robert Helgesson 2 years ago
parent 223a73c2ba
commit 778af87a98
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
  1. 2
      tests/modules/programs/i3status-rust/with-custom.nix
  2. 2
      tests/modules/programs/i3status-rust/with-default.nix
  3. 2
      tests/modules/programs/i3status-rust/with-extra-settings.nix

@ -175,7 +175,7 @@ with lib;
[[block]]
block = "battery"
''
''
}
'';
};

@ -47,7 +47,7 @@ with lib;
block = "time"
format = "%a %d/%m %R"
interval = 60
''
''
}
'';
};

@ -191,7 +191,7 @@ with lib;
[theme.overrides]
idle_bg = "#123456"
idle_fg = "#abcdef"
''
''
}
'';
};

Loading…
Cancel
Save