mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added sketchybar config
This commit is contained in:
parent
87bb07f015
commit
95ebd7af03
38 changed files with 2329 additions and 0 deletions
22
dot_config/sketchybar/settings.lua
Normal file
22
dot_config/sketchybar/settings.lua
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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",
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue