i3-sway: Empty set argument was passed to wrong function (#2819)
This would give the error "attempt to call something which is not a function but a list" given that `optionals a b` returns a list. `indent` is the one taking this empty set as second argument.
This commit is contained in:
parent
80b4360678
commit
48a1584d8b
|
@ -123,7 +123,7 @@ rec {
|
|||
(optionalString (colors.bindingMode != null)
|
||||
"binding_mode ${barColorSetStr colors.bindingMode}")
|
||||
"}"
|
||||
])) { })
|
||||
]) { }))
|
||||
extraConfig
|
||||
])) { })
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue