add current playing music to polybar
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user