From f2fb01a55b54dae9a5c26c7e1bae3d17c18de73e Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Fri, 25 Jul 2025 13:40:27 -0400 Subject: repo: format tree --- modules/tofi.nix | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'modules/tofi.nix') diff --git a/modules/tofi.nix b/modules/tofi.nix index 7b36cb1..1b66112 100644 --- a/modules/tofi.nix +++ b/modules/tofi.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let cfg = config.modules.tofi; scheme = config.modules.scheme; @@ -31,16 +36,16 @@ in "text-color" = scheme.base02; "placeholder-color" = scheme.base00; - "selection-background" = scheme.base00; #151515 + "selection-background" = scheme.base00; # 151515 "selection-color" = scheme.base05; - "selection-background-padding"= "0, -1"; + "selection-background-padding" = "0, -1"; - "text-cursor-style"="bar"; - "text-cursor-color"=scheme.base05; + "text-cursor-style" = "bar"; + "text-cursor-color" = scheme.base05; - "prompt-text"="\"\""; + "prompt-text" = "\"\""; - "background-color"=scheme.base00; + "background-color" = scheme.base00; num-results = 5; "outline-width" = 0; -- cgit v1.2.3