mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 16:58:34 -05:00
9 lines
163 B
Lua
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,
|
|
})
|