From 933139f04b4a4234c0f7d6b3dd8945898fa3cf0b Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 16 Jul 2022 21:26:58 -0700 Subject: [PATCH] Changed rofi settings --- bin/rofi/launcher.rasi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/rofi/launcher.rasi b/bin/rofi/launcher.rasi index fd1a629..f1bd059 100755 --- a/bin/rofi/launcher.rasi +++ b/bin/rofi/launcher.rasi @@ -1,5 +1,5 @@ configuration { - font: "Inter Regular 10"; + font: "Inter Regular 20"; show-icons: true; icon-theme: "Papirus"; drun-display-format: "{name}"; @@ -31,8 +31,8 @@ window { anchor: southwest; x-offset: 4px; y-offset: -50px; - height: 500px; - width: 400px; + height: 800px; + width: 700px; orientation: vertical; border-radius: 5px; } @@ -44,7 +44,7 @@ prompt { button { action: "ok"; str: " "; - font: "FantasqueSansMono Nerd Font 11"; + font: "FantasqueSansMono Nerd Font 30"; expand: false; text-color: @foreground; background-color: @transparent; @@ -53,7 +53,7 @@ button { } entry { - font: "Inter Regular 11"; + font: "Inter Regular 20"; background-color: @transparent; text-color: @foreground; expand: true; @@ -115,7 +115,7 @@ element { } element-icon { - size: 36px; + size: 75px; border: 0; background-color: @transparent; text-color: inherit;