diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-10 23:15:34 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-10 23:15:34 +0200 | 
| commit | f65783947a1d92738f4c3544bec94be94bd6e27c (patch) | |
| tree | 262ca963b19d6499c5282acbc649929438552eac | |
| parent | 0f1462b52daa9b10b1c02934dc2fd4fe1dbe536a (diff) | |
reset font, removed padding
| -rw-r--r-- | config/hyprland/tofi/themes/nord | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord index 3db099f..dae003b 100644 --- a/config/hyprland/tofi/themes/nord +++ b/config/hyprland/tofi/themes/nord @@ -1,5 +1,5 @@  ### Font -font = /usr/share/fonts/TTF/JetBrainsMono-Bold.ttf +font = monospace bold  font-size = 12  text-color = #d8dee9 @@ -25,7 +25,8 @@ corner-radius = 26  padding-top = 0  padding-bottom = 0 -padding-left = 7% +padding-left = 0 +# padding-left = 7%  padding-right = 0  require-match = false  | 
