An open API service indexing awesome lists of open source software.

https://github.com/saivert/ddb_misc_headerbar_gtk3

Adds a headerbar to your DeaDBeeF.
https://github.com/saivert/ddb_misc_headerbar_gtk3

deadbeef headerbar

Last synced: 3 months ago
JSON representation

Adds a headerbar to your DeaDBeeF.

Awesome Lists containing this project

README

          

# ddb_misc_headerbar_GTK3
Adds a headerbar to your DeaDBeeF.

Requirements
------------
* Version 0.7 or higher of DeaDBeeF.
* GTK3

Screenshots
-----------
![Screenshot](screenshots/ddb-app-menu.png "New app menu")
![Screenshot](screenshots/ddb-file-popover.png "New file popover")

![Screenshot](https://imgur.com/8ZG6bbc.png "Screenshot")

Installation
------------

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.

Binary builds
-------------

Static builds can now be downloaded from the [deadbeef plugin page](http://deadbeef.sourceforge.net/plugins.html).

Build scripts for your favorite distro are accepted :)