From 4cc19c89d44a9109eb879bd3474a75ef1c3702ea Mon Sep 17 00:00:00 2001 From: lorenzhohermuth Date: Sat, 27 Jul 2024 20:54:43 +0200 Subject: [PATCH] forgot semicolons --- features/i3.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/features/i3.nix b/features/i3.nix index 0fcc62d..bdd1885 100644 --- a/features/i3.nix +++ b/features/i3.nix @@ -9,28 +9,28 @@ childBorder = "#${base09}"; indicator = "#${base09}"; text = "#${base08}"; - } + }; focusedInactive = { background = "#285577"; border = "#4c7899"; childBorder = "#285577"; indicator = "#2e9ef4"; text = "#ffffff"; - } + }; unfocused = { background = "#285577"; border = "#4c7899"; childBorder = "#285577"; indicator = "#2e9ef4"; text = "#ffffff"; - } + }; urgent = { background = "#285577"; border = "#4c7899"; childBorder = "#285577"; indicator = "#2e9ef4"; text = "#ffffff"; - } - } - } + }; + }; + }; }