1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00

i3: escape ${} in bars.command example

This commit is contained in:
Nikita Uvarov 2018-02-19 20:17:33 +01:00
parent 6d7b5c9513
commit 05ad0c9e06
No known key found for this signature in database
GPG key ID: F7A5FB3A7C10EF96

View file

@ -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 {