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 /fnl/plugins/ui/alpha.fnl | |
parent | 06badf388d7808c71a84a7d569611ff99231182c (diff) |
Update icons
Diffstat (limited to 'fnl/plugins/ui/alpha.fnl')
-rw-r--r-- | fnl/plugins/ui/alpha.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
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>") |