chiyuki0325 / PlasmaDesktopLyrics

🎼 KDE Plasma 桌面歌词显示挂件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDE Plasma Desktop Lyrics Widget

简体中文

Daemon

Build & Insstall

go build -o ~/.local/bin/plasma-desktop-lyrics-daemon
cat misc/plasma-desktop-lyrics.service | sed "s#USERNAME#$USER#" > ~/.config/systemd/user/plasma-desktop-lyrics.service
systemctl enable --now --user plasma-desktop-lyrics.service

Uninstall

killall plasma-desktop-lyrics-daemon
rm ~/.local/bin/plasma-desktop-lyrics-daemon
systemctl disable --now --user plasma-desktop-lyrics
rm ~/.config/systemd/user/plasma-desktop-lyrics.service

Plasma Widget

Install

cp -r plasmoid ~/.local/share/plasma/plasmoids/ink.chyk.plasmaDesktopLyrics
systemctl restart --user plasma-plasmashell.service

Uninstall

rm -rf ~/.local/share/plasma/plasmoids/ink.chyk.audaciousLyrics
systemctl restart --user plasma-plasmashell.service

About

🎼 KDE Plasma 桌面歌词显示挂件


Languages

Language:Go 84.9%Language:QML 15.1%