From 80797d3b0d347e6f8500caf60a5f17f1328e91b9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 28 Aug 2023 23:46:20 -0400 Subject: [PATCH] rofi: Increase icon size and number of columns --- home/rofi.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/home/rofi.nix b/home/rofi.nix index d4f595ed..0fb4b3f1 100644 --- a/home/rofi.nix +++ b/home/rofi.nix @@ -73,9 +73,10 @@ }; listview = { - margin = mkLiteral "48px calc( 50% - 560px )"; + margin = mkLiteral "48px calc( 50% - 720px )"; + margin-bottom = mkLiteral "0px"; spacing = mkLiteral "48px"; - columns = 5; + columns = 6; fixed-columns = true; }; @@ -88,7 +89,7 @@ spacing = mkLiteral "4px"; orientation = mkLiteral "vertical"; - border-radius = mkLiteral "16px"; + border-radius = mkLiteral "12px"; }; "element selected" = { @@ -96,7 +97,7 @@ }; element-icon = { - size = mkLiteral "5em"; + size = mkLiteral "5.75em"; horizontal-align = mkLiteral "0.5"; };