-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.lua
More file actions
36 lines (32 loc) · 938 Bytes
/
settings.lua
File metadata and controls
36 lines (32 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
return {
paddings = 3,
icon_paddings = 2,
group_paddings = 5,
icons = "NerdFont", -- available: NerdFont, sf-symbols
-- Shortcuts (right-side compact icon chunk)
shortcuts_icon_size = 15.0,
app_icons = {
enabled = true,
font = {
family = "sketchybar-app-font",
style = "Regular",
size = 14.0,
},
padding_right = 4,
},
-- All three roles fall back to Nerd Fonts installed via Homebrew casks so
-- the bar renders without Apple's restricted SF family or a separately-installed
-- Sarasa Term SC.
font = {
text = "JetBrainsMono Nerd Font", -- Used for text
numbers = "JetBrainsMono Nerd Font Mono", -- Used for numbers
icons = "Symbols Nerd Font", -- Used for icons (NerdFont glyphs)
style_map = {
["Regular"] = "Regular",
["Semibold"] = "SemiBold",
["Bold"] = "Bold",
["Heavy"] = "ExtraBold",
["Black"] = "ExtraBold",
},
},
}