diff options
Diffstat (limited to 'tofi/themes')
-rw-r--r-- | tofi/themes/dmenu | 6 | ||||
-rw-r--r-- | tofi/themes/dmenu_vertical | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tofi/themes/dmenu b/tofi/themes/dmenu index 75fd7f2..e2dc14d 100644 --- a/tofi/themes/dmenu +++ b/tofi/themes/dmenu @@ -1,13 +1,13 @@ -include = "themes/colors" +include = "colors" hidden-character = "*" anchor = top width = 100% -height = 24 +height = 36 horizontal = true font-size = 18 prompt-text = "" -font = mononoki Nerd Font Mono +font = FiraCode Nerd Font Mono outline-width = 0 border-width = 0 min-input-width = 424 diff --git a/tofi/themes/dmenu_vertical b/tofi/themes/dmenu_vertical index 24df784..c8b6900 100644 --- a/tofi/themes/dmenu_vertical +++ b/tofi/themes/dmenu_vertical @@ -8,7 +8,7 @@ horizontal = false font-size = 18 prompt-text = "" prompt-padding = 18 -font = mononoki Nerd Font Mono +font = FiraCode Nerd Font Mono outline-width = 0 border-width = 0 min-input-width = 424 |