diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:27:04 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:27:04 +0100 |
| commit | fe236054c3b6bc96b30ab2353b0af6e3795e31bf (patch) | |
| tree | 4d043a0165d44afd4a085e2ad6d01c8de6268f6d | |
| parent | 05c356375f0bbe3fb36b3c96159752f4f8ce9897 (diff) | |
Update wofi style
| -rw-r--r-- | wofi/config | 1 | ||||
| -rw-r--r-- | wofi/style.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/wofi/config b/wofi/config index 3730661..2a44d00 100644 --- a/wofi/config +++ b/wofi/config @@ -4,5 +4,6 @@ insensitive=true dynamic_lines=true no_actions=true location=2 +single_click=true drun-display_generic=true diff --git a/wofi/style.css b/wofi/style.css index 5e10303..af56f21 100644 --- a/wofi/style.css +++ b/wofi/style.css @@ -17,6 +17,7 @@ window { #input { border: none; background-color: #434e59; + box-shadow: none; opacity: 1; border-radius: 0; } |
