about summary refs log tree commit diff
path: root/modules/i3/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/i3/default.nix')
-rw-r--r--modules/i3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/i3/default.nix b/modules/i3/default.nix
index 83ec9c59..a10c9e69 100644
--- a/modules/i3/default.nix
+++ b/modules/i3/default.nix
@@ -57,7 +57,7 @@ let
     else if headCount == 1 then mkBar (head xrandrHeads) conky.single
     else let inner = take (length xrandrHeads - 2) (tail xrandrHeads);
     in mkBar (head xrandrHeads) conky.left
-     + map (flip mkBar null) inner
+     + concatMapStrings (flip mkBar null) inner
      + mkBar (last xrandrHeads) conky.right;
 in
 {