From 6f44baa34babda4c893e6dae08940ab8494f47e6 Mon Sep 17 00:00:00 2001 From: krolxon Date: Fri, 15 Aug 2025 12:29:09 +0530 Subject: rofi: remove borders and location on top --- .config/rofi/config.rasi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/rofi/config.rasi') diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 8476280..d946e86 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -57,7 +57,6 @@ } element { - padding: 1px ; cursor: pointer; spacing: 5px ; border: 0; @@ -113,7 +112,8 @@ element-icon { window { padding: 5; background-color: @background; - border: 1; + border: 0; + width: 100%; } mainbox { padding: 0; @@ -192,6 +192,9 @@ prompt { configuration { // matching: "fuzzy"; case-sensitive: false; + location: 1; + yoffset: 0; + font: "Fira Code 11"; } textbox-prompt-colon { margin: 0px 0.3000em 0.0000em 0.0000em ; -- cgit v1.2.3