skhd + yabai + sketchybar
This commit is contained in:
19
__sketchybar/settings.lua
Normal file
19
__sketchybar/settings.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
return {
|
||||
paddings = 3,
|
||||
group_paddings = 5,
|
||||
|
||||
icons = "NerdFont",
|
||||
|
||||
font = {
|
||||
text = "MesloLGS Nerd Font Mono",
|
||||
numbers = "MesloLGS Nerd Font Mono",
|
||||
|
||||
style_map = {
|
||||
["Regular"] = "Regular",
|
||||
["Semibold"] = "Semibold",
|
||||
["Bold"] = "Bold",
|
||||
["Heavy"] = "Heavy",
|
||||
["Black"] = "Black",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user