Compare commits

..

2 commits

Author SHA1 Message Date
6a8d01d0e4 home: vim: add remove deprecated option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
The plug-in now configures itself automatically.

I could also set `vim.g.skip_ts_context_commentstring_module = true`,
but that should be removed soon enough anyway, and I would forget to
remove it...
2023-12-01 12:19:52 +00:00
39d54c7a24 flake: bump inputs
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-11-30 21:06:56 +01:00

View file

@ -22,6 +22,20 @@ in
block = "music";
# This format seems to remove the block when not playing, somehow
format = "{ $icon $combo.str(max_w:50,rot_interval:0.5) $prev $play $next |}";
click = [
{
button = "play";
action = "music_play";
}
{
button = "prev";
action = "music_prev";
}
{
button = "next";
action = "music_next";
}
];
}
(lib.optionalAttrs config.my.home.bluetooth.enable {
block = "bluetooth";