summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/icons.fnl31
-rw-r--r--fnl/plugins/ui/alpha.fnl2
2 files changed, 16 insertions, 17 deletions
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<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>")