* added lrc plugin to display lyrics of playing music * added a small demonstration * fixed the readme and added proper thumbnail * added a demo * trimmed up some deps and removed the demo --------- Co-authored-by: shin01221 <mohamed@madin372.com>
16 lines
295 B
TOML
16 lines
295 B
TOML
id = "shin/lrc"
|
|
name = "LRC"
|
|
version = "1.0.0"
|
|
plugin_api = 3
|
|
author = "shin"
|
|
license = "MIT"
|
|
icon = "music"
|
|
deprecated = false
|
|
description = "Displays current song lyrics via lrc_tty."
|
|
tags = ["bar", "music"]
|
|
dependencies = ["lrc_tty", "playerctl"]
|
|
|
|
[[widget]]
|
|
id = "lrc"
|
|
entry = "widget.luau"
|