Skip to content

saivert/ddb_misc_headerbar_GTK3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddb_misc_headerbar_GTK3

Adds a headerbar to your DeaDBeeF.

Requirements

  • Version 0.7 or higher of DeaDBeeF.
  • GTK3

Screenshots

Screenshot Screenshot

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.

Build scripts for your favorite distro are accepted :)