diff --git a/modules/dashboard/alpha/config.nix b/modules/dashboard/alpha/config.nix index 05b4900..a0df3be 100644 --- a/modules/dashboard/alpha/config.nix +++ b/modules/dashboard/alpha/config.nix @@ -186,10 +186,10 @@ in { { type = "padding", val = 1 }, -- TODO: buttons should be added based on whether or not the relevant plugin is available dashboard.button("e", " New file", "ene"), -- available all the time - dashboard.button("SPC F", " Find file"), -- telescope - dashboard.button("SPC ff", " Live grep"), -- telescope + dashboard.button("SPC F", "󰈞 Find file"), -- telescope + dashboard.button("SPC ff", "󰊄 Live grep"), -- telescope dashboard.button("SPC p", " Projects"), -- any project - dashboard.button("q", " Quit", "qa"), -- available all the time + dashboard.button("q", "󰅚 Quit", "qa"), -- available all the time }, position = "center", } diff --git a/modules/statusline/lualine/lualine.nix b/modules/statusline/lualine/lualine.nix index f1bd31c..ebc217b 100644 --- a/modules/statusline/lualine/lualine.nix +++ b/modules/statusline/lualine/lualine.nix @@ -184,7 +184,7 @@ in { { "diagnostics", sources = {'nvim_lsp', 'nvim_diagnostic', 'coc'}, - symbols = {error = ' ', warn = ' ', info = ' ', hint = ' '} + symbols = {error = '󰅙 ', warn = ' ', info = ' ', hint = '󰌵 '} }, } ''; diff --git a/modules/ui/noice/config.nix b/modules/ui/noice/config.nix index 38d45b6..705256b 100644 --- a/modules/ui/noice/config.nix +++ b/modules/ui/noice/config.nix @@ -41,7 +41,7 @@ in { search_up = { kind = "search", pattern = "^%?", icon = " ", lang = "regex" }, filter = { pattern = "^:%s*!", icon = "", lang = "bash" }, lua = { pattern = "^:%s*lua%s+", icon = "", lang = "lua" }, - help = { pattern = "^:%s*he?l?p?%s+", icon = "" }, + help = { pattern = "^:%s*he?l?p?%s+", icon = "󰋖" }, input = {}, },