i3: escape ${} in bars.command example

(cherry picked from commit 05ad0c9e06)
This commit is contained in:
Nikita Uvarov 2018-02-19 20:17:33 +01:00 committed by Robert Helgesson
parent 5fd31df9d3
commit de2c181eae
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -133,7 +133,7 @@ let
default = "${cfg.package}/bin/i3bar";
defaultText = "i3bar";
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 {