add lrc plugin (#156)
* 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>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user