diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-19 01:49:09 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-19 01:49:09 +0200 |
commit | 7f90f7c25da27ae42c72359395a2fa0008b24b8a (patch) | |
tree | 5440024e0293b62e5a21add5e30a81e1ce982860 /fnl/settings | |
parent | f546a6d45eb53012666676b6c3e60a6059de64f4 (diff) |
Fix which-key and icons
Diffstat (limited to 'fnl/settings')
-rw-r--r-- | fnl/settings/icons.fnl | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/fnl/settings/icons.fnl b/fnl/settings/icons.fnl index 6cbf106..2e40804 100644 --- a/fnl/settings/icons.fnl +++ b/fnl/settings/icons.fnl @@ -1,15 +1,20 @@ ;; Icons. -{:caret ">" +{ + :bs "" + :caret ">" :checkmark "" :close "" :cmd "" :code "" :cog "" :conflict "" + :cr "" :document "" + :down-arrow "" :down : :error "" + :esc "" :git " " :git-add "|" :git-change-delete "~" @@ -24,29 +29,37 @@ :import "" :info "" :keyboard "" + :left-arrow "" :lightning "" :line "‒" + :meta "◆" :notebook "" + :octagon "" + :octagon-filled "" + :openbased "" :orb "○" :orb-filled "●" :org "" :package "" :pentagon "" :pentagon-filled "" - :octagon "" - :octagon-filled "" :play "" :recent-files "" :right-arrow "" :search-files "" :search-project "" :search-text "" + :shift "" :sleep "" :small-right-arrow "" + :space "" :staged "" :star "" + :tab "" :telescope "" :unstaged "" + :up-caret "" + :up-arrow "" :up : :vim "" :warn "" |