aboutsummaryrefslogtreecommitdiff
path: root/programs/rofi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'programs/rofi.nix')
-rw-r--r--programs/rofi.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/programs/rofi.nix b/programs/rofi.nix
index 12c0d7b..bdf5898 100644
--- a/programs/rofi.nix
+++ b/programs/rofi.nix
@@ -29,8 +29,7 @@ let
29 selected-normal-foreground = mkLiteral theme.base0C; 29 selected-normal-foreground = mkLiteral theme.base0C;
30 urgent-foreground = mkLiteral theme.base05; 30 urgent-foreground = mkLiteral theme.base05;
31 31
32 border = mkLiteral "4px solid"; 32 border-color = mkLiteral theme.base00;
33 border-color = mkLiteral theme.base01;
34 }; 33 };
35 34
36 inputbar.children = [ "entry" ]; 35 inputbar.children = [ "entry" ];
@@ -46,6 +45,8 @@ let
46 padding = 40; 45 padding = 40;
47 width = 800; 46 width = 800;
48 height = 600; 47 height = 600;
48 border = mkLiteral "3px solid";
49 border-color = mkLiteral theme.base01;
49 }; 50 };
50 }; 51 };
51in 52in