diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-07-11 14:51:08 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-07-11 14:51:08 +0200 |
commit | 5fa5db55bf33f9d2efdc9aa5107dadb378f64088 (patch) | |
tree | d01725eefdca60ca2faa6f25c3798342b55a48fc | |
parent | 06badf388d7808c71a84a7d569611ff99231182c (diff) |
Update icons
-rw-r--r-- | fnl/plugins/icons.fnl | 31 | ||||
-rw-r--r-- | fnl/plugins/ui/alpha.fnl | 2 |
2 files changed, 16 insertions, 17 deletions
diff --git a/fnl/plugins/icons.fnl b/fnl/plugins/icons.fnl index 329cceb..3865d1a 100644 --- a/fnl/plugins/icons.fnl +++ b/fnl/plugins/icons.fnl @@ -1,20 +1,19 @@ ;; Icons. -{:error "" - :warn "" - :hint "" +{:error "" + :warn "" + :hint "" :info "" - :other " " :git " " - :search "" - :text "" - :notebook "" - :clock "" + :search "" + :text "" + :notebook "" + :recent-files "" :cog "" :cabinet "" :org "" :checkmark "" - :right-arrow "" + :right-arrow "" :small-right-arrow "" :guillemet "»" :close "" @@ -23,24 +22,24 @@ :git-top-delete "‾" :git-change-delete "~" :git-untracked "┆" - :telescope "" + :telescope "" :caret ">" :cmd "" :lightning "" - :document "" + :document "" :import "" :keyboard "" - :sleep "鈴" + :sleep "" :filled-orb "●" :orb "○" - :package "" + :package "" :vim "" :code "" :play "" :star "" :line "‒" - :ignored "" - :unstaged "" - :staged "" + :ignored "" + :unstaged "" + :staged "" :conflict "" } diff --git a/fnl/plugins/ui/alpha.fnl b/fnl/plugins/ui/alpha.fnl index 0693a6c..3dbff4d 100644 --- a/fnl/plugins/ui/alpha.fnl +++ b/fnl/plugins/ui/alpha.fnl @@ -32,7 +32,7 @@ ":Telescope live_grep theme=dropdown<CR>") (dashboard.button :p (.. (. icons :cabinet) " Find project") ":Telescope projects theme=dropdown<CR>") - (dashboard.button :r (.. (. icons :clock) " Recently used files") + (dashboard.button :r (.. (. icons :recent-files) " Recently used files") ":Telescope oldfiles theme=dropdown<CR>") (dashboard.button :t (.. (. icons :cog) " Configuration") ":e ~/.config/nvim/init.lua <CR>") |