summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-24 01:20:39 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-24 01:20:39 +0200
commitccf0c42b393f5c0bea71e040a30092f59062bbd1 (patch)
tree562b544a301a0270be186c7e8511531961be6793
parent3361387faa26044a9c9c3b0794fe0627ab9da443 (diff)
Add new icons
-rw-r--r--fnl/plugins/orgmode.fnl2
-rw-r--r--fnl/settings/icons.fnl2
2 files changed, 4 insertions, 0 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl
index 3387df3..bf8ff0f 100644
--- a/fnl/plugins/orgmode.fnl
+++ b/fnl/plugins/orgmode.fnl
@@ -61,6 +61,8 @@
:symbols {:list (. icons :line)
:headlines [(. icons :orb)
(. icons :orb-filled)
+ (. icons :diamond)
+ (. icons :diamond-filled)
(. icons :pentagon)
(. icons :pentagon-filled)
(. icons :hexagon)
diff --git a/fnl/settings/icons.fnl b/fnl/settings/icons.fnl
index 1efa1f9..f73ee65 100644
--- a/fnl/settings/icons.fnl
+++ b/fnl/settings/icons.fnl
@@ -14,6 +14,8 @@
:cog ""
:conflict ""
:cr "󰌑"
+ :diamond "◇"
+ :diamond-filled "◆"
:document ""
:down :
:error ""