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

9 lines
163 B
Lua

local colors = require("colors")
-- Equivalent to the --bar domain
sbar.bar({
height = 40,
color = colors.bar.bg,
padding_right = 2,
padding_left = 2,
})