Adds a headerbar to your DeaDBeeF.
- Version 0.7 or higher of DeaDBeeF.
- GTK3
Manually from source:
$ git clone https://github.com/saivert/ddb_misc_headerbar_GTK3.git
$ cd ddb_misc_headerbar_GTK3
$ ./autogen.sh
$ ./configure && make
The last step copies the plugin to ~/.local/lib64/deadbeef
$ cd src && make localinstall
If you have a 32 bit system copy it yourself to the right place, e.g:
$ cp src/.libs/ddb_misc_headerbar_GTK3.so ~/.local/lib/deadbeef
For Arch linux you can use the PKGBUILD in the distro/arch directory.
Static builds can now be downloaded from the deadbeef plugin page.
Build scripts for your favorite distro are accepted :)