patrick96
a06eb8cdac
doc: Specify where to run make userconfig
2018-06-20 08:12:35 +02:00
patrick96
e849a55567
doc: Link to Compiling page in 'Building from source'
2018-06-20 08:12:35 +02:00
patrick96
415ecebe52
doc: Add introduction to 'Getting Started'
2018-06-20 08:12:35 +02:00
patrick96
a7e2173c6f
doc: Update links for Void Linux, FreeBSD, Gentoo
2018-06-20 08:12:35 +02:00
patrick96
f98552f87c
doc: Mention cmake and git dependency
2018-06-20 08:12:35 +02:00
taschenb
3afc341c7b
feat(net): Add nl80211 support ( #1009 )
...
This patch enables support for nl80211. In case the libnl-genl-3.0
library isn't found, it will fall back to Wext instead.
The library to use can also be manually set with the CMake option
WITH_LIBNL.
The Wireless-Extensions (WE or Wext) are deprecated and long replaced
by cfg80211.
Although Wext isn't used by WiFi drivers anymore, CFG80211_WEXT allows
old tools to communicate with modern drivers by providing a wrapper
API.
2018-06-18 20:16:09 -07:00
patrick96
e33ac7be10
doc: List xcb-util-xrm as optional
...
Since polybar compiles without it, it's not necessary to actually run
polybar
2018-06-18 11:49:31 +02:00
NBonaparte
2e198ec9c2
fix(README): remove colon between name and username
2018-05-30 07:19:49 +02:00
patrick96
fb27cdf7f7
doc: List main contributors in README
2018-05-29 22:21:17 +02:00
tobaloidee
e828cbd2ce
Add polybar banner
2018-05-27 09:37:56 +02:00
patrick96
77d36b959d
fix(doc): Use proper license badge URL
2018-05-09 16:44:24 -07:00
Kajzer
45b39b0fbd
Add Gentoo install instructions
2018-05-05 10:11:09 +02:00
Matthias Gamsjager
ff39c9d09f
Add Freebsd install instructions
2018-04-18 21:15:55 +02:00
NBonaparte
4dfa4079be
feat(travis): switch to codecov for code coverage ( #1165 )
2018-04-16 20:03:34 +02:00
patrick96
56413aa7a8
coverage: Add badge
2018-04-10 00:56:51 +02:00
patrick96
eb9c8e66f2
aur: Add i3-wm dependency
...
The actual i3 package is also needed to build polybar with i3 support.
2018-03-20 17:59:54 -07:00
sysek
031f58c522
docs: Add information for openSUSE ( #1031 )
2018-02-15 12:29:16 +01:00
patrick96
802a27177c
fix(doc): GetDeb packages not Debian compatible
...
There is no Debian release in GetDeb and according to [1] packages
from Ubuntu repositories can break a Debian system.
Fixes #1000
[1]: https://wiki.debian.org/DontBreakDebian#Don.27t_make_a_FrankenDebian
2018-02-13 09:43:10 -08:00
Vlad Glagolev
0dedb85721
Add Source Mage package for polybar
2018-02-02 10:44:11 -08:00
NBonaparte
818bcbd0b5
volume: use internal/alsa instead of internal/volume
2018-01-23 14:33:11 +01:00
patrick96
1739e4490d
doc(pulse): Mention pulseaudio dependency
2018-01-20 14:04:03 -08:00
Patrick Ziegler
e3c44983ce
docs: Add xcb cursor dependency to README ( #895 )
2017-12-17 00:25:49 -08:00
Patrick Ziegler
bf16a4d415
Release 3.1.0 ( #863 )
...
Breaking Changes:
* Date module no longer supports non-padded specifiers (i.e. `%-d`) and potentially other specifiers, see #792
- Check http://en.cppreference.com/w/cpp/io/manip/put_time to see supported specifiers
* Setting background color to `background-0` with gradients (refer to https://github.com/jaagr/polybar/wiki/Known-Issues )
Changelog:
Features:
* Feat(mpd): State-specific formats (`format-playing`, `format-paused`, `format-stopped`) (#567 ), see #524
* Feat(ipc): Visibility commands (show, hide, toggle, restart, quit) (b6c5563
)
* Feat(shell): Bash completion (#588 )
* Feat(menu): `expand-right` option (#658 ), see #655
* Feat(temperature): hwmon sysfs support (#688 ), see #404
* Feat(cursor): Change cursors over clickable/scrollable areas (#727 ), see #721
* Feat(temperature): Fahrenheit and Celsius tokens (#804 )
* Feat(mpd): Use mpd name tag or URI as fallback for title-less tracks (#823 ), see #815
Fixes:
* Fix(i3): Clicking workspaces without index (#521 ), see #520
* Fix(parser): Prefix options overriding format options (#729 ), see #544
* Fix(parser): Overline tags (eebf105
)
* Fix(process_util): Prefix shell environment variable (`$POLYBAR_SHELL`) (86ff947
), see #566
* Fix(parser): `%{R}` tag (reverse colors) (0bd8f1f
), see #585
* Fix(renderer): Center block position with tray (389bae2
& #673 ), see #551 & #672
* Fix(xworkpaces): Active workspace with XMonad (#587 ), see #411 & #535
* Fix(config): Expand tilde, environment variable (d3b0670
& #724 ), see #603 & #719
* Fix(build): Remove curlbuild.h (#648 ), see #647
* Fix(renderer): Off by one error for actions (#663 ), see #661
* Fix(gcc): GCC 7.1 ([jaagr/xpp/#6](https://github.com/jaagr/xpp/pull/6 ))
* Fix(fs): Use `bytes_available` for `percentage_used` (138f5fa
), see #710
* Fix(fs): Use `f_frsize` for calculations (a682d2a
)
* Fix(date): Remove date string length limitation (#745 ), see #754
* Fix(renderer): Nested actions (#772 ), see #760 and #758
* Fix(i3): Check and warn if current workspace not found (#826 ), see #824
* Fix(github): Prevent module disappearing with no connection (#811 ), see #810
* Fix(renderer): Module gradients (#831 ), see #759
* Fix(build): Update deprecated jsoncpp Reader
2017-12-03 18:03:49 +01:00
Patrick Ziegler
a3e9bb9847
Add SUPPORT.md ( #803 )
...
Adding this file to the root of the project will make a note appear when
opening a new issue, asking the user to first read this document.
As proposed in #802
2017-10-28 23:17:46 +02:00
Dmitry Marakasov
2314ca030c
Add more information on packages
2017-07-11 14:41:33 +02:00
Ingo Bürk
28431be67e
Fixed a typo in the README.
2017-05-19 18:02:57 +02:00
Michael Carlberg
802e69abaf
fix(docs): Distro packages
2017-04-26 18:41:41 +02:00
Michael Carlberg
4e2e2a7a5e
build: Bump version to 3.0.5
2017-04-03 23:56:04 +02:00
Alex Feldman-Crough
90fa9c8230
Mention NixOS with the other operating systems
2017-02-23 13:29:33 +01:00
Michael Carlberg
1f31870d43
build: Bump version to 3.0.4
2017-02-05 14:09:43 +01:00
Michael Carlberg
501921ef12
build: Bump version to 3.0.3
2017-01-27 15:53:44 +01:00
Michael Carlberg
d5d941e663
build: Bump version to 3.0.2
2017-01-26 21:57:01 +01:00
Michael Carlberg
897b6e0221
build: Bump version to 3.0.1
2017-01-26 02:40:35 +01:00
Michael Carlberg
4d6dfd3e2c
build: Bump version to 3.0.0
2017-01-25 15:26:44 +01:00
Michael Carlberg
e7b4b4992c
build: Bump version to 3.0.0-alpha
2017-01-24 12:06:58 +01:00
Michael Carlberg
6692b4a8da
refactor(x11): Cleanup
2017-01-24 10:49:14 +01:00
xd1le
a9759c128d
docs: Fix some README typos
2017-01-23 17:02:40 +01:00
Michael Carlberg
9e83c55a70
fix: Revert removal of xcb-util-image
2017-01-20 02:54:06 +01:00
Michael Carlberg
7c662db95d
fix(docs): Update dependency list
2017-01-20 02:33:41 +01:00
Michael Carlberg
a964e3bc7d
build: Bump version to 2.5.2
2017-01-14 18:17:39 +01:00
Michael Carlberg
497221b1ab
docs: Update README
2017-01-14 13:16:20 +01:00
Michael Carlberg
462e53d6c8
build: Bump version to 2.5.1
2017-01-13 01:15:52 +01:00
Michael Carlberg
c26d6d3696
build: Bump version to 2.5.0
2017-01-12 16:37:33 +01:00
Michael Carlberg
56b89d5a44
docs: Add link to xbps template
2017-01-09 20:56:45 +01:00
Michael Carlberg
66131c807f
build: Bump version to 2.4.8
2017-01-09 19:01:14 +01:00
Michael Carlberg
5458c433b6
build: Bump version to 2.4.7
2017-01-08 21:30:22 +01:00
Michael Carlberg
c39103a307
docs: add irc channel
2017-01-08 17:28:51 +01:00
Michael Carlberg
e80f5f372f
build: Bump version to 2.4.6
2017-01-01 21:42:14 +01:00
Michael Carlberg
da08a0fbe0
build: Bump version to 2.4.5
2016-12-31 15:43:01 +01:00
Michael Carlberg
cb4e0e03f8
fix(docs): Remove reference to Void Linux package
2016-12-30 22:26:41 +01:00
Michael Carlberg
c36e2481bd
build: Bump version to 2.4.4
2016-12-30 22:09:49 +01:00
Michael Carlberg
068d586757
build: Bump version to 2.4.3
2016-12-23 22:23:33 +01:00
Michael Carlberg
077ec2b879
build: Bump version to 2.4.2
2016-12-23 13:03:42 +01:00
Michael Carlberg
e974ac1750
build: Bump version to 2.4.1
2016-12-23 05:26:05 +01:00
Michael Carlberg
57656e81e4
build: Bump version to 2.4.0
2016-12-22 00:20:40 +01:00
Michael Carlberg
edafb52302
fix(build.sh): Prompt for libcurl support
2016-12-20 05:33:07 +01:00
Michael Carlberg
a227543da5
docs: update README
2016-12-15 18:22:50 +01:00
Michael Carlberg
80a5985344
build: Bump version to 2.3.13
2016-12-14 00:54:06 +01:00
Michael Carlberg
809e5748b6
build: Bump version to 2.3.12
2016-12-14 00:11:17 +01:00
Michael Carlberg
5571095537
fix(docs): Update list of apt-get packages
2016-12-08 17:34:43 +01:00
Michael Carlberg
e90f82afe3
build: Bump version to 2.3.11
2016-12-05 14:06:33 +01:00
Michael Carlberg
540e9f2735
build: Bump version to 2.3.10
2016-12-04 04:13:02 +01:00
Michael Carlberg
c94801a747
fix(docs): Remove previous name
2016-12-03 21:25:54 +01:00
Michael Carlberg
37b4f9454c
build: Bump version to 2.3.9
2016-12-03 21:24:18 +01:00
Michael Carlberg
87addebf6a
build: Bump version to 2.3.8
2016-12-03 17:01:05 +01:00
Michael Carlberg
b15042dccb
build: Bump version to 2.3.7
2016-12-01 13:26:56 +01:00
Michael Carlberg
111bfc58e9
build: Bump version to 2.3.6
2016-12-01 10:12:10 +01:00
Michael Carlberg
24c6e635a8
fix(ci): Update dependency list
2016-11-30 10:26:09 +01:00
Michael Carlberg
340add5c40
build: Bump version to 2.3.5
2016-11-26 17:27:59 +01:00
Michael Carlberg
1adb1be404
fix(docs): Update link to wiki
2016-11-25 07:32:57 +01:00
Michael Carlberg
1954f3f74c
build: Bump version to 2.3.4
2016-11-25 07:21:29 +01:00
Michael Carlberg
c24dbbd9ce
build: Bump version to 2.3.3
2016-11-25 04:46:10 +01:00
Michael Carlberg
ac654423aa
build: Bump version to 2.3.2
2016-11-22 01:25:49 +01:00
Michael Carlberg
376c483dd4
build: Bump version to 2.3.1
2016-11-20 03:00:36 +01:00
Michael Carlberg
3251543d6e
build: Bump version to 2.3.0
2016-11-19 06:51:34 +01:00
Michael Carlberg
1d6e6815cd
fix(docs): Add rename notice
2016-11-19 06:31:59 +01:00
Michael Carlberg
fd57ab0f3d
fix: project rename
2016-11-19 06:26:07 +01:00
Michael Carlberg
6a6796160a
build: Bump version to 2.2.8
2016-11-19 04:35:03 +01:00
Michael Carlberg
51d8f289fa
feat(xwindow): New module "xwindow"
...
Add module to display title of active window.
Requires WM with support for the _NET_ACTIVE_WINDOW hint.
Ref #84
2016-11-19 04:05:13 +01:00
Michael Carlberg
b921225487
fix(docs): Update README
2016-11-18 18:56:15 +01:00
Wolf
95ddb84406
fix(docs): Typo in README
2016-11-18 18:02:53 +01:00
Michael Carlberg
7551a7d126
build: Bump version to 2.2.7
2016-11-14 18:36:08 +01:00
Michael Carlberg
611dbcd6cd
build: Bump version to 2.2.6
2016-11-14 12:06:08 +01:00
Michael Carlberg
d02e2a47fb
build: Bump version to 2.2.5
2016-11-12 13:55:06 +01:00
Michael Carlberg
03b6e1197e
docs: Update README
2016-11-12 13:54:27 +01:00
Michael Carlberg
ee68aea773
build: Bump version to 2.2.4
2016-11-08 13:56:40 +01:00
Michael Carlberg
b470337e0a
build: Bump version to 2.2.3
2016-11-04 21:08:34 +01:00
Michael Carlberg
70c3e55dba
build: Bump version to 2.2.2
2016-11-04 20:43:45 +01:00
Michael Carlberg
e1f637dd4f
build: Bump version to 2.2.1
2016-11-04 20:29:46 +01:00
Michael Carlberg
d446d14237
fix(build): Added xcb-util-image to dependency list
2016-11-04 20:29:37 +01:00
Michael Carlberg
7d2e8adf59
build: Bump version to 2.2.0
2016-11-04 19:37:04 +01:00
Michael Carlberg
2a59236441
build: Bump version to 2.1.15
2016-11-03 19:02:12 +01:00
Michael Carlberg
d71e5b909b
build: Bump version to 2.1.14
2016-11-03 15:29:17 +01:00
Michael Carlberg
f3b3db9854
build: Bump version to 2.1.13
2016-11-03 13:00:03 +01:00
Michael Carlberg
566f33b8b2
build: Bump version to 2.1.12
2016-11-02 18:42:15 +01:00
Michael Carlberg
5d00f0bdce
build: Bump version to 2.1.11
2016-11-01 01:26:29 +01:00
Michael Carlberg
7a790aa87d
build: Bump version to 2.1.10
2016-10-29 19:49:03 +02:00
Michael Carlberg
f0eb7e00c6
build: Bump version to 2.1.9
2016-10-29 12:39:13 +02:00
Michael Carlberg
3c171aaf0e
docs: Note about jsoncpp and compiler links
...
- Note about jsoncpp
- Links to supported compilers
2016-10-29 12:37:13 +02:00
Michael Carlberg
d8c64fbce1
build: Bump version to 2.1.8
2016-10-29 08:28:46 +02:00