.dotfiles/dot_config/sketchybar/settings.lua
2025-02-14 09:59:25 -05:00

22 lines
641 B
Lua

return {
paddings = 3,
group_paddings = 5,
icons = "sf-symbols", -- alternatively available: NerdFont
-- This is a font configuration for SF Pro and SF Mono (installed manually)
font = require("helpers.default_font"),
-- Alternatively, this is a font config for JetBrainsMono Nerd Font
-- font = {
-- text = "JetBrainsMono Nerd Font", -- Used for text
-- numbers = "JetBrainsMono Nerd Font", -- Used for numbers
-- style_map = {
-- ["Regular"] = "Regular",
-- ["Semibold"] = "Medium",
-- ["Bold"] = "SemiBold",
-- ["Heavy"] = "Bold",
-- ["Black"] = "ExtraBold",
-- },
-- },
}