Skip to content

Commit be82a78

Browse files
committed
fix: remove runes and crosses from default cosmic lualine example
1 parent c5dd960 commit be82a78

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.config/nvim/lua/core/lualine.lua

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -195,29 +195,8 @@ math.randomseed(os.time())
195195
-- Icon sets for random selection
196196
local icon_sets = {
197197
stars = { '', '', '', '', '', '', '', '' }, -- Set of star-like icons
198-
runes = {
199-
'',
200-
'',
201-
'𖤐',
202-
'',
203-
'',
204-
'',
205-
'',
206-
'',
207-
'',
208-
'',
209-
'',
210-
'',
211-
'',
212-
'',
213-
'',
214-
'',
215-
'',
216-
'🜏',
217-
}, -- Set of rune-like symbols
218198
hearts = { '', '', '', '', '' }, -- Set of heart-shaped icons
219199
waves = { '', '', '', '', '', '', '' }, -- Set of wave-like symbols
220-
crosses = { '', '', '', '', '', '' }, -- Set of cross-like symbols
221200
}
222201

223202
-- Function to select a random icon from a given set

0 commit comments

Comments
 (0)