From 9ccdc18b7926ed5e069e7f305ac5ec304f87a65f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 11 Jul 2023 15:36:43 +0200 Subject: Update icons --- fnl/plugins/ui/alpha.fnl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fnl/plugins/ui') diff --git a/fnl/plugins/ui/alpha.fnl b/fnl/plugins/ui/alpha.fnl index 3dbff4d..c9dce50 100644 --- a/fnl/plugins/ui/alpha.fnl +++ b/fnl/plugins/ui/alpha.fnl @@ -26,11 +26,11 @@ (let [dashboard (require :alpha.themes.dashboard)] (set dashboard.section.header.val ascii-art) (set dashboard.section.buttons.val - [(dashboard.button :f (.. (. icons :search) " Find file") + [(dashboard.button :f (.. (. icons :search-files) " Find file") ":Telescope find_files theme=dropdown") - (dashboard.button :g (.. (. icons :text) " Find text") + (dashboard.button :g (.. (. icons :search-text) " Find text") ":Telescope live_grep theme=dropdown") - (dashboard.button :p (.. (. icons :cabinet) " Find project") + (dashboard.button :p (.. (. icons :search-project) " Find project") ":Telescope projects theme=dropdown") (dashboard.button :r (.. (. icons :recent-files) " Recently used files") ":Telescope oldfiles theme=dropdown") -- cgit v1.2.3-70-g09d2