Commit be43ed178830

Vincent Demeester <vincent@sbr.pm>
2018-08-04 15:39:27
Fix i3status package missing…
… Using `${pkgs.i3status}/bin/i3status` instead of the string `i3status` makes nix installing the package.
1 parent 5da383a
Changed files (1)
i3.nix
@@ -60,7 +60,7 @@
       bars = [{
         mode = "hide";
         position = "bottom";
-        statusCommand = "i3status";
+        statusCommand = "${pkgs.i3status}/bin/i3status";
         colors = {
           background = "#073642";
           statusline = "#eee8d5";