Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

polybar

A free and open-source statusbar for the Linux desktop
Collective - Host: opensource - https://opencollective.com/polybar - Website: https://polybar.github.io - Code: https://github.com/polybar

docs: Added license shield

github.com/polybar/polybar - d0e12fdcd01a3886bcf64b1d04f96625ac13a1c7 authored over 8 years ago by Michael Carlberg <[email protected]>
task(build): Bumped version to 1.1.1

github.com/polybar/polybar - 3062a1416f0593275b4b763ebf43289d6c4a363f authored over 8 years ago by Michael Carlberg <[email protected]>
fix(registry): Offset module loading

github.com/polybar/polybar - 4991e18b199fd3063934298eae0545e391490292 authored over 8 years ago by Michael Carlberg <[email protected]>
task(build): Bumped version to 1.1.0

github.com/polybar/polybar - 37ceb4d5c4e2c45ce534002f88b9c9f528827dfb authored over 8 years ago by Michael Carlberg <[email protected]>
feat(script): Option to tail script output

github.com/polybar/polybar - f7734de26ad5cd9078f1ea73683d427600e35a8b authored over 8 years ago by Michael Carlberg <[email protected]>
fix(command): try to please linter

github.com/polybar/polybar - 552c0b58a5cdf4857116fc05877b6b3c5668a5ef authored over 8 years ago by Michael Carlberg <[email protected]>
fix(ci): Build project using both clang and gcc

github.com/polybar/polybar - 6d548938348afb67a6982e643394ebfd882d4630 authored over 8 years ago by Michael Carlberg <[email protected]>
Revert "task(docs): Removed travis build indicator"

A workaround was posted in the travis-ci repo,
that enables clang builds again

github.com/polybar/polybar - 49b36fa4368312d521a37c88fdbb1e0f7af10aa4 authored over 8 years ago by Michael Carlberg <[email protected]>
task(ci): Updated travis config

github.com/polybar/polybar - b15ad8b21ce3e13d42f8b022d837df0c9b52512d authored over 8 years ago by Michael Carlberg <[email protected]>
-- First major release: 1.0.0 - cheers! --

github.com/polybar/polybar - a52e73be710dfae112cc15122f2b5ed1a24a73b0 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(wrapper.sh): Drop the .sh extension

github.com/polybar/polybar - b5a0da1457c92e0681c03c3cda27348437a69900 authored over 8 years ago by Michael Carlberg <[email protected]>
task(dsl): Replace colons with dashes

Colons break ini syntax highlighters and linters.

github.com/polybar/polybar - 2c74cb06de7e7605492dbb4d1981b95476587140 authored over 8 years ago by Michael Carlberg <[email protected]>
task(docs): Added another sample screenshot

github.com/polybar/polybar - 3b9dc784ba42e322e21e35612d3b6cb7102826cd authored over 8 years ago by Michael Carlberg <[email protected]>
fix(core): Exit with correct status code on failure

github.com/polybar/polybar - 0e52c02a5fdf3af60478197fe508d3f7afb45816 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(config): Include more fields in example config

github.com/polybar/polybar - 613c027fe1462fd61e2def24f0e94dedbeed53b4 authored over 8 years ago by Michael Carlberg <[email protected]>
task(build): Bumped version to 0.2.0

github.com/polybar/polybar - 9d9a1ab285967d5e531eeebc19428d0fd97947c4 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(volume): Improve mixer event handling

Fixes jaagr/lemonbuddy#14

github.com/polybar/polybar - 0e9900db748f3a10c86878743bb6fb221f253d5d authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): Added offset_xy to bar config section

github.com/polybar/polybar - 737da87e225b19c706c915cfb9cd178f3d76eb01 authored over 8 years ago by Michael Carlberg <[email protected]>
task(docs): Updated README

github.com/polybar/polybar - e4c1b6c94f406c8ed67e70bc93bb7238a9fb76a3 authored over 8 years ago by Michael Carlberg <[email protected]>
task(docs): Removed travis build indicator

The travis-ci integration has been disabled until
llvm has fixed the /apt endpoint.

github.com/polybar/polybar - 1e78f57dc7cf931c8a1f5eecaf3ca4fcfa1c4469 authored over 8 years ago by Michael Carlberg <[email protected]>
task(build): Bumped version to 0.1.5

github.com/polybar/polybar - f71548bc57ada957288a4a2666d0fd1c84f57c34 authored over 8 years ago by Michael Carlberg <[email protected]>
task(docs): Add bar configuration to README

Closes jaagr/lemonbuddy#18

github.com/polybar/polybar - 1e2cbc0b2e89747facde2bbeaa1be7d6b620d680 authored over 8 years ago by Michael Carlberg <[email protected]>
task(mpd): Move connection settings to config

Closes jaagr/lemonbuddy#16

github.com/polybar/polybar - f667b739f0a0c713dc88d888dedc0e12bfe0b9ea authored over 8 years ago by Michael Carlberg <[email protected]>
docs(volume): Add module description

github.com/polybar/polybar - f19c11c3c8e21b60ca26979493f6cfe12bd404a2 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(volume): Do not require pending events when querying for headphones

github.com/polybar/polybar - 20ebe00656815226770f7285cd779b61c705ecb0 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(core): Always initialize input pipe

github.com/polybar/polybar - 8c8d5bc4a8c2842a1897202b9212c12f76c8191a authored over 8 years ago by Michael Carlberg <[email protected]>
fix(volume): Handle non synced mute

github.com/polybar/polybar - 331c94c24835a9920d534d113ba419df306c58f6 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): Typo in configuration example

github.com/polybar/polybar - b210e5a01d1f6a1fa6e60d627466657102f42d5d authored over 8 years ago by Michael Carlberg <[email protected]>
refactor(core): Clean-up

- use "#pragma once" instead of the regular include guard
- fix errors and warnings reported by ...

github.com/polybar/polybar - 39d3f6149739d2d7d39e377aaa97ca10803fc575 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): Remove unmerged dsl entries

github.com/polybar/polybar - d0499d4d15f773265c86ad8c6985e227550c6e22 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(core): Nullptr checks

github.com/polybar/polybar - b63e25d6e7988e57f4e548c1d32dc74d5e845b3f authored over 8 years ago by Michael Carlberg <[email protected]>
fix(volume): Unit testing would be nice

github.com/polybar/polybar - a410e182a98e2311c52772ec81a4b028f92ac0ce authored over 8 years ago by Michael Carlberg <[email protected]>
fix(mpd): Avoid nullptrs

github.com/polybar/polybar - 89a476e94c186a972a09d2f22ff96a7bab621aa3 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(volume): Prevent nullptr

github.com/polybar/polybar - 78effb28b8332d1469c2588d6daff424868459a8 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(battery): Check file existance

github.com/polybar/polybar - f1e799127916f9e17679c207cfe563534e8d9915 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(backlight): Check file existance

github.com/polybar/polybar - 9321fb0db9beacb29edf928ced74d38066bf163d authored over 8 years ago by Michael Carlberg <[email protected]>
docs(config): Added example with xtitle

github.com/polybar/polybar - 4cbd53810b2d81a948cd5ca7236b18d2ffbcdafd authored over 8 years ago by Michael Carlberg <[email protected]>
fix(cpu): Bad value for total load percentage

github.com/polybar/polybar - af6ef01ea619a96767ffbd5700ad02861fefb9a0 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(bspwm): Do not output empty click handlers

github.com/polybar/polybar - f573fcc5311e887280bfb77c7128de2bc863e5c5 authored over 8 years ago by Michael Carlberg <[email protected]>
feat(core): Throttle writes to stdout

github.com/polybar/polybar - a6ec504513d751dff2b4b986b01891f94718477a authored over 8 years ago by Michael Carlberg <[email protected]>
feat(dsl): DSL patching script

Script to handle patching of configuration files
when the colon-to-dashes change gets merged

github.com/polybar/polybar - f033e0e7e55178483a190ccd15960c655ca89175 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(ci): Irc notification template

github.com/polybar/polybar - e225201bee207a7d87d1dadfe25161cd52b168ab authored over 8 years ago by Michael Carlberg <[email protected]>
task(ci): Enable ccache

github.com/polybar/polybar - a85b4450801886fa156ab532f0f243dc5039e03d authored over 8 years ago by Michael Carlberg <[email protected]>
fix(network): Remove pointless lock

github.com/polybar/polybar - 85f9dfd87285d09fc404e69259115f0182be3654 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(battery): Remove pointless lock

github.com/polybar/polybar - 688ca946587f3bada3301b5ea5612ed376d03105 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(battery): Better safety checks

github.com/polybar/polybar - 260519ec5543642e2ff7d052ed2622f4b15ea87f authored over 8 years ago by Michael Carlberg <[email protected]>
fix(ci): Update notification settings

github.com/polybar/polybar - b89536af2b2b92d0a49aa3462659af2516a61685 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(ci): Notification syntax

github.com/polybar/polybar - 7478d4cd074b81fce951350bf3a4a673983df909 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(network): Proper handling of connectivity testing

github.com/polybar/polybar - 9f520dea7a7faef3fc9af5c02e3406c3e8eae7ac authored over 8 years ago by Michael Carlberg <[email protected]>
fix(ci): Dump CC version

github.com/polybar/polybar - 5e9623c24d2a82eee260c44e30ca5c5ef1b5c84c authored over 8 years ago by Michael Carlberg <[email protected]>
fix(ci): Working Travis configuration

github.com/polybar/polybar - a522e43ed1f304dd000b76c39a967f42b271026d authored over 8 years ago by Michael Carlberg <[email protected]>
Revert "fix(docs): Remove travis build indicator"

Enable the build indicator since the build configuration
has been setup properly.

github.com/polybar/polybar - 56f6d62da407ece60fbf446342100ae6825c7eb0 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(core): Expand tilde in config path

github.com/polybar/polybar - f8c8204a913c386e1de832fcafd9ef04d1bae8e8 authored over 8 years ago by Michael Carlberg <[email protected]>
feat(core): Add terminate script

github.com/polybar/polybar - 57a9027f3021b9cb1c5ab5d482e9c6796d6d789b authored over 8 years ago by Michael Carlberg <[email protected]>
fix(build): Bumped cmake project version

github.com/polybar/polybar - 3cc160b6aca34e82feac51ff362ff1eac1ac6aad authored over 8 years ago by Michael Carlberg <[email protected]>
fix(git): Fixate submodules

github.com/polybar/polybar - 3683187f442f969586ab0bcbc510c35b415ab5b7 authored over 8 years ago by Michael Carlberg <[email protected]>
docs(aur): Add note about stable package

github.com/polybar/polybar - 6cfa2b7b4f3d1bd8116c2887bcdec239938ab545 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(core): Safety check

github.com/polybar/polybar - d63c0af5f15c9526db84a0dc9549686d93a96f94 authored over 8 years ago by Michael Carlberg <[email protected]>
task(aur): Update PKGBUILD

github.com/polybar/polybar - aea077cd47798388deab2aa9f71cdbff2a667455 authored over 8 years ago by Michael Carlberg <[email protected]>
docs(build): Bump version

github.com/polybar/polybar - f23ec49e4a4439129593405b05f798bb2a7c58ff authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): Formatting

github.com/polybar/polybar - 402b1e82eef45a1b817a015ca81e54cc7fc417c8 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(battery): Make it possible to disable polling

github.com/polybar/polybar - de1d5f3f4ae211c0f8f78413ab5c2d0896641b00 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): Store updated sample scrot

github.com/polybar/polybar - 0052ebc7a9cb69448b58d926aaaa0d7a3d36d643 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(battery): Poll capacity level

Some distros doesn't report any inotify event's for
the filesystem where the battery capacity fi...

github.com/polybar/polybar - 4a6a36f08f5133587826f6ed212826b7b1eb89a8 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): Remove travis build indicator

The Travis build configuration needs to be setup
properly before showing the indicator.

github.com/polybar/polybar - a3229c30a5f1f992c431c4db215bc293036c378e authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): Update dependency package lists

github.com/polybar/polybar - 3bdadb0b62571893295db3b90e99488eb15d5764 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(core): Remove redundant includes

github.com/polybar/polybar - 4adb3120d16de78171817aa5ae1883dfaa242ab6 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(ci): Travis config upddate

github.com/polybar/polybar - d904833654835e13ef2eb714b602b00f5af38d10 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(build): Dont include old util lib

github.com/polybar/polybar - 9972d56bb2bd6d327ed657e77d87cbe0bf19c3df authored over 8 years ago by Michael Carlberg <[email protected]>
fix(ci): Tell Travis to install cmake 3.x

github.com/polybar/polybar - e8ead4d83f95753cd0878aac34e67907c19dd6f9 authored over 8 years ago by Michael Carlberg <[email protected]>
feat(ci): Added Travis config

github.com/polybar/polybar - 26a952d7e017a6a1fd81941f151560b0a982d1d4 authored over 8 years ago by Michael Carlberg <[email protected]>
task(aur): Update version

github.com/polybar/polybar - 886e5f188efaa47489804cf9e51b6389c061842b authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): Updated sample screenshot

github.com/polybar/polybar - 4639bbe0d626af57a9dd0e42222f4518762e5118 authored over 8 years ago by Michael Carlberg <[email protected]>
task(build): Bumped version to 0.1.3

github.com/polybar/polybar - a3c58643d5a0f0d127817714bf8b99883be7191b authored over 8 years ago by Michael Carlberg <[email protected]>
docs(config): Remove battery module WIP notice

github.com/polybar/polybar - 5f2b0e682fb188d47763a7dbfaa6f37cef88e95c authored over 8 years ago by Michael Carlberg <[email protected]>
fix(battery): Proper handling of charge animation

Closes jaagr/lemonbuddy#3

github.com/polybar/polybar - 23b2cc69dd4f903a7b41c2482e9ac16e1038e9de authored over 8 years ago by Michael Carlberg <[email protected]>
task(docs): Added screenshot to README.md

github.com/polybar/polybar - 925469fec18caa921ec7be9bc76ad1ed482d0e79 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): Updated ubuntu dependencies after testing

github.com/polybar/polybar - 4461234bf89b518db94cd9a9ddadd0abfa790c64 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): No need to test config before using wrapper

The wrapper now redirects stderr to both file and stdout
which means that errors outputted in th...

github.com/polybar/polybar - 034a3025e81bb2b492c6c91e494c344ce3bf9ded authored over 8 years ago by Michael Carlberg <[email protected]>
fix(wrapper.sh): Redirect stderr to both file and stdout

github.com/polybar/polybar - d22bd48e8cfc7898d078b5aa480562b342d7f138 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(wrapper.sh): Silence output of failed kills

github.com/polybar/polybar - 609f56fb7a0f6a8397b06ecb1755ef3f841b88f0 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(wrapper.sh): Tried to improve safety

github.com/polybar/polybar - 6c6919550b92e5c76e184f8f61cdae19044e9645 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(docs): Locate example configs using install prefix

github.com/polybar/polybar - c8a195f5f0e460ea5bef5f016a95f2bd0334bf4a authored over 8 years ago by Michael Carlberg <[email protected]>
fix(script): Do not process empty script output

github.com/polybar/polybar - 40524979d0c7855548aa0d4a2aa8d1fd1104cf32 authored over 8 years ago by Michael Carlberg <[email protected]>
docs(config): Documentation of module configuration

github.com/polybar/polybar - 8535f5a83d3c77994face997540d469e292c3e64 authored over 8 years ago by Michael Carlberg <[email protected]>
feat(git): Update old tag refs in README.md using pre-commit hook

github.com/polybar/polybar - dc986853e1be821e085b6ac9f40a61db1010b4a8 authored over 8 years ago by Michael Carlberg <[email protected]>
docs(build): Refer arch users to the AUR git package

github.com/polybar/polybar - 134e369df22873b00283ae70979d9e54c1c871e7 authored over 8 years ago by Michael Carlberg <[email protected]>
task(build): Cleanup of AUR build files

github.com/polybar/polybar - 736ab8e78181ef8b06d10b2b588e4d3dd0f2fc6d authored over 8 years ago by Michael Carlberg <[email protected]>
docs(build): Bump version

github.com/polybar/polybar - 3975dabeb8151deb983178a237bfa9ec523d8549 authored over 8 years ago by Michael Carlberg <[email protected]>
task(build): Install configuration examples

github.com/polybar/polybar - 3f2eebef6ebf0d88d3c5d9ebc1c287485fb5ed7e authored over 8 years ago by Michael Carlberg <[email protected]>
task(build): Clean up build directives

github.com/polybar/polybar - dfd5816c3772af86bb72c17619d70d29da2df082 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(core): Only include network module header if compile flag is set

github.com/polybar/polybar - d1eed705e03358329ad2c14f58ff3dfff95e56e9 authored over 8 years ago by Michael Carlberg <[email protected]>
task(core): Basic sample configurations

github.com/polybar/polybar - 0bcd4f9a53f613fa87bed568a6918d02c2325035 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(core): Replace space with dash in lemonbar args

github.com/polybar/polybar - 6a4e8d419647df957617b51d062f1c26fd3746ae authored over 8 years ago by Michael Carlberg <[email protected]>
task(core): Merge consecutive lemonbar tags

github.com/polybar/polybar - 0ec71829e45472a1518b6d9f0f6033b217a16364 authored over 8 years ago by Michael Carlberg <[email protected]>
task(build): Bumped PKGBUILD version

github.com/polybar/polybar - 9b70fb244266c9db474e2a713012f67f86622e26 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(core): Be more clean why the module is invalid

github.com/polybar/polybar - d75a3755389f1bc903de4eb21fa213457cccdee0 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(core): Include build flag in config

github.com/polybar/polybar - ab31d9885f9ac139f261d76c9cca72c3f970efc3 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(build.sh): Add newline after prompt

github.com/polybar/polybar - 58ff2d53f39a0053f8ef7378b881cf26a7055712 authored over 8 years ago by Michael Carlberg <[email protected]>
fix(build): Conditionally include network module

github.com/polybar/polybar - a6ebd3986fbff2298bce68a2844d055a806e7920 authored over 8 years ago by Michael Carlberg <[email protected]>