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
13
dot_config/sketchybar/helpers/default_font.lua
Normal file
13
dot_config/sketchybar/helpers/default_font.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
text = "SF Pro", -- Used for text
|
||||
numbers = "SF Mono", -- Used for numbers
|
||||
|
||||
-- Unified font style map
|
||||
style_map = {
|
||||
["Regular"] = "Regular",
|
||||
["Semibold"] = "Semibold",
|
||||
["Bold"] = "Bold",
|
||||
["Heavy"] = "Heavy",
|
||||
["Black"] = "Black",
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue