added missing_format to i3status-rust backlight.

This commit is contained in:
Gabe Venberg 2024-04-15 14:03:53 -05:00
parent 952858da85
commit 5feb64f09e

View file

@ -47,7 +47,10 @@
(
lib.mkIf
(!osConfig.host.isVm)
{block = "backlight";}
{
block = "backlight";
missing_format = "";
}
)
(
lib.mkIf (osConfig.host.isLaptop)