From 38b30a44882646cb94445329026b367e6c070fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 7 Apr 2024 02:00:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(rofi):=20enable=20transparent?= =?UTF-8?q?=20background?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rofi/style.rasi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/rofi/style.rasi b/.config/rofi/style.rasi index a0e448d0..4910b8f2 100644 --- a/.config/rofi/style.rasi +++ b/.config/rofi/style.rasi @@ -35,7 +35,8 @@ window { padding: 0px; border-radius: 10px; cursor: "default"; - background-color: #24273A; + transparency: "real"; + background-color: #24273ACC; } /*****----- Main Box -----*****/ @@ -64,7 +65,7 @@ textbox-prompt-colon { border: 0px; border-radius: 7px; border-color: #363A4F; - background-color: #363A4F; + background-color: #494d64; text-color: #CAD3F5; str: " "; } @@ -74,7 +75,7 @@ entry { border: 0px; border-radius: 7px; border-color: #363A4F; - background-color: #363A4F; + background-color: #494d64; text-color: #CAD3F5; cursor: text; placeholder: "Search..."; @@ -145,7 +146,7 @@ mode-switcher{ enabled: true; expand: false; spacing: 15px; - background-color: #24273A; + background-color: transparent; } button { font: "JetBrainsMono NF 10";