summaryrefslogtreecommitdiff
path: root/fnl/settings
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-19 01:51:24 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-19 01:51:24 +0200
commitc58e188c453b99821c4337e20f93ba82e3feac25 (patch)
tree42bf657091095182087f341f782de503c9adc83c /fnl/settings
parent7f90f7c25da27ae42c72359395a2fa0008b24b8a (diff)
Fix arrow names
Diffstat (limited to 'fnl/settings')
-rw-r--r--fnl/settings/icons.fnl12
1 files changed, 6 insertions, 6 deletions
diff --git a/fnl/settings/icons.fnl b/fnl/settings/icons.fnl
index 2e40804..1efa1f9 100644
--- a/fnl/settings/icons.fnl
+++ b/fnl/settings/icons.fnl
@@ -1,6 +1,10 @@
;; Icons.
{
+ :arrow-down "󰁅"
+ :arrow-left "󰁍"
+ :arrow-right ""
+ :arrow-up ""
:bs "󰭜"
:caret ">"
:checkmark ""
@@ -11,7 +15,6 @@
:conflict ""
:cr "󰌑"
:document ""
- :down-arrow "󰁅"
:down :
:error ""
:esc "󱊷"
@@ -29,7 +32,6 @@
:import ""
:info ""
:keyboard ""
- :left-arrow "󰁍"
:lightning ""
:line "‒"
:meta "◆"
@@ -45,22 +47,20 @@
:pentagon-filled "󰜁"
:play ""
:recent-files "󱋢"
- :right-arrow ""
:search-files "󰱽"
:search-project "󰺅"
:search-text "󱎸"
:shift "󰘶"
:sleep "󰒲"
- :small-right-arrow ""
+ :small-arrow-right ""
:space ""
:staged ""
:star ""
:tab "󰌒"
:telescope ""
:unstaged ""
- :up-caret "󰅃"
- :up-arrow ""
:up :
+ :up-caret "󰅃"
:vim ""
:warn ""
}