From 1a4a847133a1ff619e4f58e3497fd3948d635b89 Mon Sep 17 00:00:00 2001 From: an920107 Date: Thu, 4 Jan 2024 20:57:51 +0800 Subject: [PATCH] update wofi --- wofi/config | 1 + wofi/style.css | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wofi/config b/wofi/config index 31060b2..3ec67dc 100644 --- a/wofi/config +++ b/wofi/config @@ -4,3 +4,4 @@ no_actions=true normal_window=true hide_scroll=true width=40% +location=center diff --git a/wofi/style.css b/wofi/style.css index efd6a2c..47cbe22 100644 --- a/wofi/style.css +++ b/wofi/style.css @@ -1,5 +1,5 @@ window { - background-color: rgba(30, 30, 30, 0.9); + background-color: rgba(40, 40, 40, 0.9); font-size: 20px; font-family: 'Noto Sans CJK TC'; color: white; @@ -7,7 +7,7 @@ window { } #outer-box { - /*border: 6px solid #888888; /**/ + border: 1px solid transparent; border-radius: 10px; padding: 10px; } @@ -22,7 +22,7 @@ window { #entry:selected { border-radius: 10px; - background: rgba(145, 165, 120, 0.9); + background: rgba(179, 199, 255, 0.9); } #text:selected {