summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-20 00:57:16 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-05-20 00:57:16 +0200
commitf42a2f1de4db7db44d06a3bfa27ee1c51e2877d9 (patch)
treeff90a128d9c9e68ed8ad447ac48c0b7a29dc4312 /fnl/plugins
parente510a9aa5cb99f86d96a3b2622f0a91877b8daf3 (diff)
Replace project icon in alpha
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/ui/alpha.fnl2
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>")