1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

feat(i3status): show what music is playing

This commit is contained in:
2023-10-10 13:06:00 +02:00
parent 587ec584c1
commit f435277463

View File

@@ -27,6 +27,10 @@
}; };
}; };
blocks = [ blocks = [
{
block = "music";
format = "$icon {$combo $play |}";
}
{ {
block = "weather"; block = "weather";
autolocate = true; autolocate = true;