summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:31:38 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:31:38 +0200
commit55fbc6552e97e7f41c180adade95c467963c2af2 (patch)
tree3bf7be52ee77493f127bfff89adaa7b09c8594a5
parente5305a2dfc10813ee7b01130bb4703e403e88b2f (diff)
Update icons
-rw-r--r--fnl/plugins/orgmode.fnl9
-rw-r--r--fnl/plugins/which-key.fnl2
-rw-r--r--fnl/settings/icons.fnl10
3 files changed, 7 insertions, 14 deletions
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}
diff --git a/fnl/settings/icons.fnl b/fnl/settings/icons.fnl
index f73ee65..8959f93 100644
--- a/fnl/settings/icons.fnl
+++ b/fnl/settings/icons.fnl
@@ -27,8 +27,6 @@
:git-top-delete "‾"
:git-untracked "┆"
:guillemet "»"
- :hexagon "󰋙"
- :hexagon-filled "󰋘"
:hint ""
:ignored ""
:import ""
@@ -38,15 +36,11 @@
:line "‒"
:meta "◆"
:notebook ""
- :octagon "󰏄"
- :octagon-filled "󰏃"
:openbased ""
:orb "○"
:orb-filled "●"
:org ""
:package "󰏗"
- :pentagon "󰜀"
- :pentagon-filled "󰜁"
:play ""
:recent-files "󱋢"
:search-files "󰱽"
@@ -55,11 +49,13 @@
:shift "󰘶"
:sleep "󰒲"
:small-arrow-right ""
- :space ""
+ :square "󰨔"
+ :square-filled "󰨓"
:staged ""
:star ""
:tab "󰌒"
:telescope ""
+ :triangle ""
:unstaged ""
:up :
:up-caret "󰅃"