Files
dotFiles/__sketchybar/icons.lua

15 lines
179 B
Lua
Raw Normal View History

2024-09-16 03:19:04 +05:30
local icons = {
nerdfont = {
battery = {
_100 = "",
_75 = "",
_50 = "",
_25 = "",
_0 = "",
charging = "",
},
},
}
return icons.nerdfont