diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-08 19:55:15 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-08 19:55:15 +0200 |
commit | 85573c9d4887f4d5444ef3779b97ee15f7b03277 (patch) | |
tree | 43bdcb255c317679715d8d5a6bc05d9b3e826ae8 | |
parent | 07844a0819a22c4d2f9d248c59ef9a334f371ebd (diff) |
removed padding right as it was cutting the words
-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 2bb7884..12c8ff8 100644 --- a/config/hyprland/tofi/config +++ b/config/hyprland/tofi/config @@ -37,7 +37,7 @@ corner-radius = 26 padding-top = 0 padding-bottom = 0 padding-left = 7% -padding-right = 7% +padding-right = 0 clip-to-padding = true scale = true |