From e686d925d30e28a776657f0ec8c2372f3297cacc Mon Sep 17 00:00:00 2001 From: yutent Date: Tue, 8 Aug 2023 04:28:07 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Drofi1.7.5=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=BC=95=E8=B5=B7=E7=9A=84=E6=AE=B5=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/config/rofi/password.rasi | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/home/config/rofi/password.rasi b/home/config/rofi/password.rasi index eb20788..91b20ca 100644 --- a/home/config/rofi/password.rasi +++ b/home/config/rofi/password.rasi @@ -13,7 +13,7 @@ window { mainbox { padding: 24px; - children: [ "inputbar", "entry"]; + children: [ "inputbar", "entry", "listview"]; } inputbar { @@ -39,10 +39,14 @@ prompt { } entry { - margin: 16 0 0 0; + margin: 16px 0 0 0; padding: 12px; border-radius: 6px; font: "Menlo 18px"; - background-color: @bluea; background-color: @grey; +} + + +listview { + enabled: false; } \ No newline at end of file