187 current 2024-03-13 14:15:18 24.05.20240309.3030f18 6.7.9-zen1 *

This commit is contained in:
zackartz 2024-03-13 14:15:26 -04:00
parent 124b2a090b
commit 8f76c7ce7c

View file

@ -447,13 +447,9 @@
local tokyonight = require("lualine.themes.tokyonight") local tokyonight = require("lualine.themes.tokyonight")
local icons = {}
local sources = {} local sources = {}
local fmt = function(icon, text, space) return M.icons[icon] .. string.rep(" ", space or 1) .. text end local icons = {
icons = {
Vim = "", Vim = "",
Config = "", Config = "",
Normal = "󰡛", Normal = "󰡛",
@ -559,6 +555,8 @@
Download = "󰇚", Download = "󰇚",
} }
local fmt = function(icon, text, space) return icons[icon] .. string.rep(" ", space or 1) .. text end
sources.mode = { sources.mode = {
"mode", "mode",
fmt = function(name) fmt = function(name)