Skip to content

This is a waybar module to show the lyrics of mpd

Notifications You must be signed in to change notification settings

YUxiangLuo/hyric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a waybar module to show the lyrics of mpd.

Requirements:

  1. Your song directory is ~/Music
  2. Your waybar config directory is ~/.config/waybar/
  3. mpc is installed

Install and run

sudo npm install -g hyric
hyric

Edit waybar config

{
  "modules-center": ["custom/hyric","mpd"],
  "custom/hyric": {
       "exec": "/home/YOURNAME/.config/waybar/hyric.sh",
       "restart-interval": 1
     }
}

Auto start when hyprland starts

exec-once = hyric

About

This is a waybar module to show the lyrics of mpd

Topics

Resources

Stars

Watchers

Forks