.s/.config/sketchybar/bar.lua
2024-05-26 13:49:31 -07:00

11 lines
185 B
Lua

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