diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-20 00:57:16 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-20 00:57:16 +0200 |
commit | f42a2f1de4db7db44d06a3bfa27ee1c51e2877d9 (patch) | |
tree | ff90a128d9c9e68ed8ad447ac48c0b7a29dc4312 /fnl/plugins/ui | |
parent | e510a9aa5cb99f86d96a3b2622f0a91877b8daf3 (diff) |
Replace project icon in alpha
Diffstat (limited to 'fnl/plugins/ui')
-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 55a962b..fec520e 100644 --- a/fnl/plugins/ui/alpha.fnl +++ b/fnl/plugins/ui/alpha.fnl @@ -30,7 +30,7 @@ ":Telescope find_files theme=dropdown<CR>") (dashboard.button :g (.. (. icons :text) " Find text") ":Telescope live_grep theme=dropdown<CR>") - (dashboard.button :p (.. (. icons :notebook) " Find project") + (dashboard.button :p (.. (. icons :cabinet) " Find project") ":Telescope projects theme=dropdown<CR>") (dashboard.button :r (.. (. icons :clock) " Recently used files") ":Telescope oldfiles theme=dropdown<CR>") |