diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-07 16:18:01 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-07 16:18:01 +0200 |
commit | 03d70b38c22d7b18c328ac5aaa6638a9af763a74 (patch) | |
tree | eb889c783fcde24cbe34ed17cb24cc78e84c6487 | |
parent | a1d9a8a615b844a188b198dceeb5ea9a08c11fd4 (diff) |
made background transparent
-rw-r--r-- | config/hyprland/tofi/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hyprland/tofi/config b/config/hyprland/tofi/config index 3d513c4..2bb7884 100644 --- a/config/hyprland/tofi/config +++ b/config/hyprland/tofi/config @@ -27,7 +27,7 @@ min-input-width = 0 ### Window theming width = 20% height = 20% -background-color = #2e3440 +background-color = #2e3440a0 outline-width = 0 outline-color = #81a1c1 border-width = 2 |