From d5e0c8217b52eaf73cbfb32c6bbdb77f9bf4da7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 24 Mar 2024 01:17:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(rofi):=20padding=20for=20the?= =?UTF-8?q?=20search=20icon=20and=20radius=20changed=20from=2010=20to=207?= =?UTF-8?q?=20pixels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rofi/style.rasi | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.config/rofi/style.rasi b/.config/rofi/style.rasi index a3413c11..a0e448d0 100644 --- a/.config/rofi/style.rasi +++ b/.config/rofi/style.rasi @@ -19,7 +19,6 @@ configuration { /*****----- Main Window -----*****/ window { /* properties for window widget */ - transparency: "real"; location: center; anchor: center; fullscreen: false; @@ -61,19 +60,19 @@ inputbar { textbox-prompt-colon { enabled: true; expand: false; - padding: 12px 16px; + padding: 13px 12px 13px 16px; border: 0px; - border-radius: 10px; + border-radius: 7px; border-color: #363A4F; background-color: #363A4F; text-color: #CAD3F5; - str: ""; + str: " "; } entry { enabled: true; padding: 12px 16px; border: 0px; - border-radius: 10px; + border-radius: 7px; border-color: #363A4F; background-color: #363A4F; text-color: #CAD3F5; @@ -110,7 +109,7 @@ element { margin: 0px; padding: 10px; border: 0px solid; - border-radius: 10px; + border-radius: 7px; background-color: transparent; text-color: #CAD3F5; cursor: pointer; @@ -120,7 +119,7 @@ element normal.active { text-color: #CAD3F5; } element selected.normal { - border-radius: 10px; + border-radius: 7px; background-image: linear-gradient(to right, #363A4F, #B7BDF89F); text-color: #CAD3F5; } @@ -151,7 +150,7 @@ mode-switcher{ button { font: "JetBrainsMono NF 10"; padding: 10px; - border-radius: 10px; + border-radius: 7px; background-image: linear-gradient(#939ab7); text-color: #24273A; cursor: pointer; @@ -169,7 +168,7 @@ error-message { } textbox { padding: 0px; - border-radius: 10px; + border-radius: 7px; text-color: #CAD3F5; vertical-align: 0.5; horizontal-align: 0.0;