From 5fa5db55bf33f9d2efdc9aa5107dadb378f64088 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 11 Jul 2023 14:51:08 +0200 Subject: Update icons --- fnl/plugins/icons.fnl | 31 +++++++++++++++---------------- fnl/plugins/ui/alpha.fnl | 2 +- 2 files changed, 16 insertions(+), 17 deletions(-) (limited to 'fnl') 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") (dashboard.button :p (.. (. icons :cabinet) " Find project") ":Telescope projects theme=dropdown") - (dashboard.button :r (.. (. icons :clock) " Recently used files") + (dashboard.button :r (.. (. icons :recent-files) " Recently used files") ":Telescope oldfiles theme=dropdown") (dashboard.button :t (.. (. icons :cog) " Configuration") ":e ~/.config/nvim/init.lua ") -- cgit v1.2.3-70-g09d2