From bada6ae699540b949c2755c2e127b228a2f6b98a Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 26 Jul 2023 03:54:06 -0500 Subject: Add tofi vertical and use for menu --- tofi/themes/dmenu_vertical | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tofi/themes/dmenu_vertical (limited to 'tofi') diff --git a/tofi/themes/dmenu_vertical b/tofi/themes/dmenu_vertical new file mode 100644 index 0000000..5c7af8b --- /dev/null +++ b/tofi/themes/dmenu_vertical @@ -0,0 +1,21 @@ +include = "colors" + +hidden-character = "*" +anchor = top +width = 100% +height = 600 +horizontal = false +font-size = 24 +prompt-text = "" +font = mononoki Nerd Font Mono +outline-width = 0 +border-width = 0 +min-input-width = 424 +result-spacing = 0 +padding-top = 0 +padding-bottom = 0 +padding-left = 0 +padding-right = 0 +history = false +selection-background-padding = 0 +require-match=false -- cgit v1.2.3 From 1fc2fe8ecffc349019f31d765d1a1ec13613dd27 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 2 Aug 2023 01:51:18 -0500 Subject: Better optimize dmenu_vertical tofi --- tofi/themes/dmenu_vertical | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'tofi') diff --git a/tofi/themes/dmenu_vertical b/tofi/themes/dmenu_vertical index 5c7af8b..7b8703f 100644 --- a/tofi/themes/dmenu_vertical +++ b/tofi/themes/dmenu_vertical @@ -11,11 +11,17 @@ font = mononoki Nerd Font Mono outline-width = 0 border-width = 0 min-input-width = 424 -result-spacing = 0 +result-spacing = 0, 12 +selection-background-padding = 0, 12 padding-top = 0 padding-bottom = 0 -padding-left = 0 -padding-right = 0 +padding-left = 12 +padding-right = 12 +margin-top = 0 +margin-bottom = 0 +margin-left = 12 +margin-right = 12 +clip-to-padding=true history = false -selection-background-padding = 0 require-match=false +num-results = true -- cgit v1.2.3 From e5bad143b929decfbf6cb12a238a9dc115b7a3e9 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 16 Aug 2023 13:17:30 -0500 Subject: Fix broken tofi args --- tofi/themes/dmenu_vertical | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tofi') diff --git a/tofi/themes/dmenu_vertical b/tofi/themes/dmenu_vertical index 7b8703f..0eb8a30 100644 --- a/tofi/themes/dmenu_vertical +++ b/tofi/themes/dmenu_vertical @@ -11,7 +11,7 @@ font = mononoki Nerd Font Mono outline-width = 0 border-width = 0 min-input-width = 424 -result-spacing = 0, 12 +result-spacing = 0 selection-background-padding = 0, 12 padding-top = 0 padding-bottom = 0 @@ -23,5 +23,5 @@ margin-left = 12 margin-right = 12 clip-to-padding=true history = false -require-match=false -num-results = true +require-match = false +num-results = 15 -- cgit v1.2.3 From ee385d7d75c299c0e6e5ea8daa30f76a65cf39d5 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 19 Aug 2023 12:02:40 -0500 Subject: Fix tofi dmenu_vertical --- tofi/themes/dmenu_vertical | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tofi') diff --git a/tofi/themes/dmenu_vertical b/tofi/themes/dmenu_vertical index 0eb8a30..1b7259a 100644 --- a/tofi/themes/dmenu_vertical +++ b/tofi/themes/dmenu_vertical @@ -7,11 +7,12 @@ height = 600 horizontal = false font-size = 24 prompt-text = "" +prompt-padding = 24 font = mononoki Nerd Font Mono outline-width = 0 border-width = 0 min-input-width = 424 -result-spacing = 0 +result-spacing = 12 selection-background-padding = 0, 12 padding-top = 0 padding-bottom = 0 -- cgit v1.2.3