From 55fbc6552e97e7f41c180adade95c467963c2af2 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 29 Jul 2024 00:31:38 +0200 Subject: Update icons --- fnl/plugins/orgmode.fnl | 9 +++------ fnl/plugins/which-key.fnl | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'fnl/plugins') diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index 0868860..5415be2 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -61,14 +61,11 @@ :symbols {:list (. icons :line) :headlines [(. icons :orb) (. icons :orb-filled) + (. icons :square) + (. icons :square-filled) (. icons :diamond) (. icons :diamond-filled) - (. icons :pentagon) - (. icons :pentagon-filled) - (. icons :hexagon) - (. icons :hexagon-filled) - (. icons :octagon) - (. icons :octagon-filled)] + (. icons :triangle)] :checkboxes {:half [(. icons :line) "@org.checkbox.halfchecked"] :done [(. icons :checkmark) diff --git a/fnl/plugins/which-key.fnl b/fnl/plugins/which-key.fnl index db05b4d..c37d47b 100644 --- a/fnl/plugins/which-key.fnl +++ b/fnl/plugins/which-key.fnl @@ -28,7 +28,7 @@ :Esc (.. (. icons :esc) " ") :NL (.. (. icons :cr) " ") :BS (.. (. icons :bs) " ") - :Space (.. (. icons :space) " ") + :Space " " :Tab (.. (. icons :tab) " ")}} :layout {:height {:min 4 :max 25} :width {:min 20 :max 50} -- cgit v1.2.3-70-g09d2