add current playing music to polybar

This commit is contained in:
Kopatz
2024-07-19 19:45:32 +02:00
parent 23ef026095
commit 190b82526a
5 changed files with 42 additions and 20 deletions

View File

@@ -1,18 +1,16 @@
{
plugins.diffview = {
enable = true;
};
plugins.neogit = {
enable = true;
integrations = {
diffview = true;
plugins = {
diffview = { enable = true; };
neogit = {
enable = true;
integrations = { diffview = true; };
};
};
plugins.gitsigns = {
enable = true;
settings = {
current_line_blame = true;
trouble = true;
gitsigns = {
enable = true;
settings = {
current_line_blame = true;
trouble = true;
};
};
};
}