i3: escape ${} in bars.command example
(cherry picked from commit 05ad0c9e06
)
This commit is contained in:
parent
5fd31df9d3
commit
de2c181eae
|
@ -133,7 +133,7 @@ let
|
||||||
default = "${cfg.package}/bin/i3bar";
|
default = "${cfg.package}/bin/i3bar";
|
||||||
defaultText = "i3bar";
|
defaultText = "i3bar";
|
||||||
description = "Command that will be used to start a bar.";
|
description = "Command that will be used to start a bar.";
|
||||||
example = literalExample "${pkgs.i3-gaps}/bin/i3bar -t";
|
example = "\${pkgs.i3-gaps}/bin/i3bar -t";
|
||||||
};
|
};
|
||||||
|
|
||||||
statusCommand = mkOption {
|
statusCommand = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue