skhd + yabai + sketchybar

This commit is contained in:
Kulvir Singh
2024-09-16 03:19:04 +05:30
parent e775445e9c
commit c8ae27f529
31 changed files with 878 additions and 12 deletions

14
__sketchybar/icons.lua Normal file
View File

@@ -0,0 +1,14 @@
local icons = {
nerdfont = {
battery = {
_100 = "",
_75 = "",
_50 = "",
_25 = "",
_0 = "",
charging = "",
},
},
}
return icons.nerdfont