From 9826178c0e5fecbbe59fed4105da40dd0cef3c1e Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:34:46 -0400 Subject: [PATCH] fix: rofi-calc live results --- modules/nixos/graphical/rofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/graphical/rofi.nix b/modules/nixos/graphical/rofi.nix index 87911c7..b4befcb 100644 --- a/modules/nixos/graphical/rofi.nix +++ b/modules/nixos/graphical/rofi.nix @@ -59,7 +59,7 @@ in { border = mkLiteral "0px"; border-radius = mkLiteral "0px"; border-color = mkLiteral config.theme.colors.base04; - children = map mkLiteral [ "inputbar" "listview" ]; + children = map mkLiteral [ "inputbar" "message" "listview" ]; spacing = mkLiteral "10px"; padding = mkLiteral "10px"; };