From 12e84a93f00cb2c81b1847ab297701e8421f60de Mon Sep 17 00:00:00 2001 From: dbroqua Date: Mon, 18 Jan 2021 21:56:54 +0100 Subject: [PATCH] Updated Wofi theme --- config/wofi/config | 2 ++ config/wofi/style.css | 34 ++++++++++++++++------------------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/config/wofi/config b/config/wofi/config index 1ce4873..e91e7db 100644 --- a/config/wofi/config +++ b/config/wofi/config @@ -1,8 +1,10 @@ show=drun term=termite +prompt=Looking for… layer=overlay always_parse_args=true allow_images=true image_size=16 width=25% insensitive=true +hide_scroll=true diff --git a/config/wofi/style.css b/config/wofi/style.css index 44d447c..915a5ef 100644 --- a/config/wofi/style.css +++ b/config/wofi/style.css @@ -1,43 +1,40 @@ * { - font-family: "Sarasa Term SC"; - font-size: 18px; + font-family: "DejaVu Sans Mono"; + font-size: 12px; + background-color: transparent; + color: rgba(0, 0, 0, 0.7); + border: none; + margin: 0; } window { margin: 0px; - border: 2px solid #8fbcbb; - background-color: #2e3440; + border: 2px solid rgba(94, 129, 172, 0.6); + background-color: rgba(46, 52, 64, 0.7); border-radius: 16px; } #input { - margin: 5px; + margin: 6px; color: #e5e9f0; - background-color: #2e3440; + background-color: rgba(94, 129, 172, 0.6); border-radius: 16px; } #inner-box { - margin: 5px; + margin: 6px; border: none; - background-color: #2e3440; } #outer-box { - margin: 5px; + margin: 6px; border: none; - background-color: #2e3440; border-radius: 16px; -} - -#scroll { - margin: 0px; - border: none; + padding-bottom: 8px; } #text { - margin: 5px; - border: none; + margin: 4px; color: #d8dee9; } @@ -45,5 +42,6 @@ window { font-weight: bold; border-radius: 0; outline: none; - background-color: #3b4252; + background-color: rgba(94, 129, 172, 0.5); + padding: 12px; }