diff --git a/README.md b/README.md index 24c12b49..61ae2986 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.ht **Optional dependencies for extended module support:** - alsa-lib *required by `internal/alsa`* - libpulse *required by `internal/pulseaudio`* +- i3-wm *required by `internal/i3`* - jsoncpp *required by `internal/i3`* - libmpdclient *required by `internal/mpd`* - libcurl *required by `internal/github`* diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD index 91d3d874..eca18005 100644 --- a/contrib/polybar-git.aur/PKGBUILD +++ b/contrib/polybar-git.aur/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=polybar pkgname="${_pkgname}-git" pkgver=3.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") url="https://github.com/jaagr/polybar" @@ -14,6 +14,7 @@ optdepends=("alsa-lib: alsa module support" "libmpdclient: mpd module support" "wireless_tools: network module support" "jsoncpp: i3 module support" + "i3-wm: i3 module support" "ttf-unifont: Font used in example config" "siji-git: Font used in example config" "curl: github module support") diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD index 459fb39b..bf9a1adb 100644 --- a/contrib/polybar.aur/PKGBUILD +++ b/contrib/polybar.aur/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Michael Carlberg pkgname=polybar pkgver=3.1.0 -pkgrel=3 +pkgrel=4 pkgdesc="A fast and easy-to-use status bar" arch=("i686" "x86_64") url="https://github.com/jaagr/polybar" @@ -12,6 +12,7 @@ optdepends=("alsa-lib: alsa module support" "libmpdclient: mpd module support" "wireless_tools: network module support" "jsoncpp: i3 module support" + "i3-wm: i3 module support" "ttf-unifont: Font used in example config" "siji-git: Font used in example config" "curl: github module support")