chore(home/linux/gui/hyprland): remove music player - mpd

This commit is contained in:
Ryan Yin
2025-05-31 23:39:15 +08:00
parent e53e7d80e4
commit b612932b17
8 changed files with 2 additions and 70 deletions

View File

@@ -76,7 +76,6 @@ tooltip label {
#memory,
#temperature,
#cpu,
#mpd,
#custom-wall,
#temperature,
#backlight,
@@ -150,13 +149,4 @@ tooltip label {
padding-right: 8px;
padding-left: 10px;
}
#mpd.paused {
color: #414868;
font-style: italic;
}
#mpd.stopped {
background: transparent;
}
#mpd {
color: #c0caf5;
}