11 lines
185 B
Lua
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,
|
||
|
})
|