2021-03-29 20:50:08 +02:00
|
|
|
package = "bling"
|
2021-03-30 17:12:09 +02:00
|
|
|
version = "scm-2"
|
2021-03-29 20:50:08 +02:00
|
|
|
|
|
|
|
source = {
|
|
|
|
url = "https://github.com/Nooo37/bling",
|
|
|
|
branch = "master",
|
|
|
|
}
|
|
|
|
|
|
|
|
description = {
|
|
|
|
summary = "Utilities for the AwesomeWM",
|
|
|
|
detailed = [[
|
|
|
|
This module extends the Awesome window manager with alternative layouts,
|
|
|
|
flash focus, tabbing, a simple tiling wallpaper generator, a declarative
|
|
|
|
wallpaper setter, window swallowing and a playerctl signal.
|
|
|
|
]],
|
|
|
|
homepage = "https://github.com/Nooo37/bling",
|
|
|
|
license = "MIT",
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies = {
|
|
|
|
"lua >= 5.1",
|
|
|
|
}
|
|
|
|
|
|
|
|
build = {
|
|
|
|
type = "builtin",
|
|
|
|
modules = { bling = "init.lua" },
|
|
|
|
}
|