All Projects → saivert → ddb_misc_headerbar_GTK3

saivert / ddb_misc_headerbar_GTK3

Licence: GPL-2.0 license
Adds a headerbar to your DeaDBeeF.

Programming Languages

c
50402 projects - #5 most used programming language
M4
1887 projects
Makefile
30231 projects
shell
77523 projects
Meson
512 projects

Projects that are alternatives of or similar to ddb misc headerbar GTK3

deadbeef-lyricbar
A simple plugin for DeaDBeeF audio player that fetches and shows the song’s lyrics
Stars: ✭ 26 (+4%)
Mutual labels:  deadbeef
deadbeef-overlay
DeaDBeeF player overlay for Gentoo Linux
Stars: ✭ 13 (-48%)
Mutual labels:  deadbeef

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 :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].