diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 20:16:23 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 20:16:40 +0200 |
commit | 9fa72d20db8ac1e58f2b7e954854606ff0dd09a3 (patch) | |
tree | 963b823d2c7745a66b284557e2f549c6e68fc4d2 /config/hyprland/tofi/themes/base16 | |
parent | 61232fb5564a6ec42124141634fbc13de5cc75d4 (diff) |
added tofi colors generation
Diffstat (limited to 'config/hyprland/tofi/themes/base16')
-rw-r--r-- | config/hyprland/tofi/themes/base16 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config/hyprland/tofi/themes/base16 b/config/hyprland/tofi/themes/base16 new file mode 100644 index 0000000..b18efb4 --- /dev/null +++ b/config/hyprland/tofi/themes/base16 @@ -0,0 +1,25 @@ +### Font +include=themes/colors +font = monospace bold +font-size = 12 + +prompt-text = "" +prompt-padding = 0 +placeholder-text = "..." + +width = 20% +height = 20% +outline-width = 0 +border-width = 2 +corner-radius = 26 + +padding-top = 0 +padding-bottom = 0 +padding-left = 0 +# padding-left = 7% +padding-right = 0 + +matching-algorithm = prefix +require-match = false +auto-accept-single = true +hidden-character = "" |