.s/.config/sketchybar/bar.lua

11 lines
185 B
Lua
Raw Normal View History

2024-05-26 16:23:12 -04:00
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,
})