Files
community-plugins/lrc/plugin.toml
T
f910abd18a 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>
2026-07-30 21:03:55 -04:00

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"