added missing_format to i3status-rust backlight.
This commit is contained in:
parent
952858da85
commit
5feb64f09e
|
@ -47,7 +47,10 @@
|
||||||
(
|
(
|
||||||
lib.mkIf
|
lib.mkIf
|
||||||
(!osConfig.host.isVm)
|
(!osConfig.host.isVm)
|
||||||
{block = "backlight";}
|
{
|
||||||
|
block = "backlight";
|
||||||
|
missing_format = "";
|
||||||
|
}
|
||||||
)
|
)
|
||||||
(
|
(
|
||||||
lib.mkIf (osConfig.host.isLaptop)
|
lib.mkIf (osConfig.host.isLaptop)
|
||||||
|
|
Loading…
Reference in a new issue