From c77a046f158af9e14cf41123ab1fe7c400320262 Mon Sep 17 00:00:00 2001 From: edwark43 <97860398+edwark43@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:08:49 +0000 Subject: [PATCH] Updated launcher.rasi --- config/rofi/launcher.rasi | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/config/rofi/launcher.rasi b/config/rofi/launcher.rasi index 17855d4..7410f46 100644 --- a/config/rofi/launcher.rasi +++ b/config/rofi/launcher.rasi @@ -13,7 +13,7 @@ configuration { /*****----- Global Properties -----*****/ * { - font: "JetBrainsMono Nerd Font Bold 9"; + font: "Terminess Nerd Font Mono Bold 10"; background: #1f2329; background-alt: #1f2329E0; foreground: #b8bfe5; @@ -51,10 +51,10 @@ mainbox { listbox { spacing: 10px; - padding: 10px 5px 10px 5px; + padding: 15px 15px; background-color: transparent; orientation: vertical; - children: [ "message", "listview" ]; + children: [ "listview" ]; } /*****----- Inputbar -----*****/ @@ -69,8 +69,9 @@ inputbar { textbox-prompt-colon { enabled: true; expand: false; - str: ""; - padding: 12px 15px; + font: "JetBrainsMono Nerd Font Bold 9"; + str: ""; + padding: 12px 19px 0 15px; border-radius: 8px; background-color: @background-alt; text-color: inherit; @@ -78,7 +79,7 @@ textbox-prompt-colon { entry { enabled: true; expand: true; - padding: 12px 16px; + padding: 12px 12px; border-radius: 8px; background-color: @background-alt; text-color: inherit; @@ -86,10 +87,6 @@ entry { placeholder: "Search"; placeholder-color: inherit; } -dummy { - expand: true; - background-color: transparent; -}