From 48c45096a4ebf6173a0bb9664199e51a133678d0 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 31 Jul 2024 13:47:06 +0200 Subject: Update org icons --- fnl/plugins/orgmode.fnl | 14 +++++++------- fnl/settings/icons.fnl | 7 +++++++ 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'fnl') diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index cb94462..e3f2974 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -59,13 +59,13 @@ (local bullets-opts {:concealcursor true :symbols {:list (. icons :line) - :headlines [(. icons :orb) - (. icons :orb-filled) - (. icons :square) - (. icons :square-filled) - (. icons :diamond) - (. icons :diamond-filled) - (. icons :triangle)] + :headlines [(. icons :1) + (. icons :2) + (. icons :3) + (. icons :4) + (. icons :5) + (. icons :6) + (. icons :7)] :checkboxes {:half [(. icons :line) "@org.checkbox.halfchecked"] :done [(. icons :checkmark) diff --git a/fnl/settings/icons.fnl b/fnl/settings/icons.fnl index 8959f93..174a16f 100644 --- a/fnl/settings/icons.fnl +++ b/fnl/settings/icons.fnl @@ -1,6 +1,13 @@ ;; Icons. { + :1 "󰲡" + :2 "󰲣" + :3 "󰲥" + :4 "󰲧" + :5 "󰲩" + :6 "󰲫" + :7 "󰲭" :arrow-down "󰁅" :arrow-left "󰁍" :arrow-right "" -- cgit v1.2.3-70-g09d2