Ecosyste.ms: OpenCollective

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

Regolith

The Regolith project produces a productivity-focused Linux desktop operating system.
Collective - Host: opensource - https://opencollective.com/regolith - Website: https://regolith-linux.org - Code: https://github.com/regolith-linux

readme: prettify bar block

github.com/regolith-linux/i3xrocks - 6423fa55341a09b5be8a10a436417ac6eecf5eeb authored almost 11 years ago
readme: detail how to setup i3blocks

github.com/regolith-linux/i3xrocks - 3ce500913ae1be11bf9291853929e849c877ecde authored almost 11 years ago
explain how to use i3blocks

github.com/regolith-linux/i3xrocks - b6c0af8b52acab172335e504a688278df0070a37 authored almost 11 years ago
i3blocks is a status line for i3bar

Change the project description to emphasis on the fact that i3blocks
aims to respect the i3bar p...

github.com/regolith-linux/i3xrocks - 462e382bbeadd6613e700a7e1447aadf386fcca7 authored almost 11 years ago
readme: concise i3bar possibilities

github.com/regolith-linux/i3xrocks - c0e1ef12d77cf0fbd3000062290f7015b9ba720a authored almost 11 years ago
readme: detail what i3bar offers

Also emphasis on "status line" and break line in Copying.

github.com/regolith-linux/i3xrocks - cc326afc9e58723aecb22a3716c91a96b18ea391 authored almost 11 years ago
readme: add sections

Split the readme file in sections, add Documentation, Installation and
Copying. Also remove emph...

github.com/regolith-linux/i3xrocks - 3ebb8c10ab14008e65a4186f6255ae262bc5673b authored almost 11 years ago
add a note about the respect of i3bar protocol

github.com/regolith-linux/i3xrocks - 6a77057518c5de43dc9af1812690ef95f006be08 authored almost 11 years ago
describe the clickme block in the readme

github.com/regolith-linux/i3xrocks - 61f07f067510b17ae48361e78dfd5f7cbe2a79d0 authored almost 11 years ago
do not catch manpage installation error

Now that the manpage is present with the source, its installation should
not fail. Do not silent...

github.com/regolith-linux/i3xrocks - c89f305fe463b7f96f430de79f2cc79b97ae626f authored almost 11 years ago
do not look for scripts in $DESTDIR

$DESTDIR is used to install files in a temporary directory, e.g. to
prepare a rootfs.

github.com/regolith-linux/i3xrocks - dcaf933fc164fe20a0c63e7268c508b2ed36df6f authored almost 11 years ago
update config and add a few scripts

github.com/regolith-linux/i3xrocks - 9344d1d3ac1d2ae68ae2a5017f659dabb9f963ad authored almost 11 years ago
explicit every failure in block_update

github.com/regolith-linux/i3xrocks - 345b2fd60e2687f74ce5403cf48070ebc6d2e0b5 authored almost 11 years ago
add a clickme example to the readme

github.com/regolith-linux/i3xrocks - d14dc922f263f7151383d72f286bb4c16e043f23 authored almost 11 years ago
simplify click support with a struct

github.com/regolith-linux/i3xrocks - 3e887fd779b1c4655afa043e7726199110f95e77 authored almost 11 years ago
prefix functions according to their purpose

- prefix block functions with block_
- prefix ini functions with ini_
- prefix json functions...

github.com/regolith-linux/i3xrocks - 6d10409a875cfbe88fd2f3e5655d0defc9a5202f authored almost 11 years ago
move scheduling code to sched.{c,h}

github.com/regolith-linux/i3xrocks - 5624d83f01a0d527ca8dade78d3c54e74d5cf70f authored almost 11 years ago
add manpage

It will be easier for packaging to version the manpage as well and
remove the dependency to ronn.

github.com/regolith-linux/i3xrocks - ace0240b4614ee1ba3b83dda308cdcab75f7f9b7 authored almost 11 years ago
explain how to setup i3blocks

github.com/regolith-linux/i3xrocks - a2121e0878f0d52b4bbbd99029d5c093fb72f207 authored almost 11 years ago
highlight a few words

github.com/regolith-linux/i3xrocks - 2490e286a84f0a3778be37f4ae569b4da8d3c84c authored almost 11 years ago
add a simpler README file

github.com/regolith-linux/i3xrocks - b6a5c05649eb7445eafca32b1c8453fa08f3a913 authored almost 11 years ago
extract and rewrite the manpage

The project's README won't be the manpage anymore. Instead, extract it
to i3blocks.1.ronn.

github.com/regolith-linux/i3xrocks - fc540cc1910cd26d7fdc4180c846f53ab4b6a831 authored almost 11 years ago
change program description in source files

github.com/regolith-linux/i3xrocks - c9ab816b1d4c7be18b5058fa3b88ca824e5b2a4f authored almost 11 years ago
click_events is not supported yet

github.com/regolith-linux/i3xrocks - 317f8d128fd0594ccb6b2daca722d6f21ac59715 authored almost 11 years ago
do not update if interval is 0

github.com/regolith-linux/i3xrocks - 0e6ec50d699017159e34c7ede315d0328734607b authored almost 11 years ago
add signal support

Now a block can specify a signal used to force its update. For instance:

[volume]
comma...

github.com/regolith-linux/i3xrocks - d4e080c9e3171438f9125d50222f51e1edfc44c9 authored almost 11 years ago
overwrite block on failure

github.com/regolith-linux/i3xrocks - f2e3d56c2f9f85f8ef262db92f10d13551084106 authored almost 11 years ago
do not overwrite config block settings

If a block fails or doesn't provide every field, we should fallback to
the config field. To do ...

github.com/regolith-linux/i3xrocks - 248bc9a976e77ef13116c6528a2e35d908537f8f authored almost 11 years ago
support global properties

Every properties outside a block will be considered global, and will be
applied to every block, ...

github.com/regolith-linux/i3xrocks - 39cb79f72c140df3f0227036aa25997af8e00998 authored almost 11 years ago
json: add prepare_block()

github.com/regolith-linux/i3xrocks - 4dbc5e62e5a2fd8b7259718fdf1ed113a89d6dfc authored almost 11 years ago
merge status_line.* into block.*

github.com/regolith-linux/i3xrocks - 5cdf67e7611e7965d3298e0c9b0fd7179dcf144b authored almost 11 years ago
split ini and json code

Configuration file (ini) parsing code goes to ini.{c,h} and JSON
printing code goes to json.{c,h...

github.com/regolith-linux/i3xrocks - b29ed6d170f6b66813efd25f1b79e0691b2d07bb authored almost 11 years ago
remove useless timeout member in struct block

github.com/regolith-linux/i3xrocks - 2db076eb30c8b5223f04e9b103bbf81e9ad9b9df authored almost 11 years ago
remove redundant strncmp on full_text

github.com/regolith-linux/i3xrocks - 394fe8dc38ef7ece62c8227f96bee37a16ec352f authored almost 11 years ago
define i3blocks better

github.com/regolith-linux/i3xrocks - f3d3786323bf9dd94d88e512c349649a93073577 authored almost 11 years ago
setup environment variables

i3blocks will set the environment variables BLOCK_* before forking a
block command. Actually, BL...

github.com/regolith-linux/i3xrocks - ae5463f053fb47d9971123c311583ee4d2c50b95 authored almost 11 years ago
fix interval for a single entry

The GCD was actually calculated for at least 2 blocks. With only one
block, the interval was ign...

github.com/regolith-linux/i3xrocks - 12dcd762abed5e194bccde3ed9b6bfbf54b942c2 authored almost 11 years ago
do not add comma if last block fail

If the last block fails, a trailing comma is printed, like:

,[{"full_text":"Time : 11:50:54...

github.com/regolith-linux/i3xrocks - 1b7b2a7d4ed5424cb7031217c22ebedd13da4cdf authored almost 11 years ago
add hyperlink for the github url

github.com/regolith-linux/i3xrocks - 5e6e2b23dd98be5d6c410ca9d6f7124860fd3827 authored almost 11 years ago
set urgent return code to 127

github.com/regolith-linux/i3xrocks - 226a1fe344bac356c7ad6cc037ac61bccafe07ef authored almost 11 years ago
add support for short_text and color

Now a block command may return 3 lines. If so, they will be:

1. the full_text
2. the short_...

github.com/regolith-linux/i3xrocks - f07c560cdb8800d377171d229a0fe382503d90aa authored almost 11 years ago
fix child exit status

The status returned by pclose() is a combination of the child pid and
its exit status. The actua...

github.com/regolith-linux/i3xrocks - 6064410b73ec2e292fa0cd0893d3a1bdb3845dd6 authored almost 11 years ago
add documentation

The README.md file is the only entry point for the documentation.
Using the Markdown format and ...

github.com/regolith-linux/i3xrocks - 2ed222fb7f1efcde6c423c7cbdad272d0603a766 authored almost 11 years ago
add uninstall make target

github.com/regolith-linux/i3xrocks - 6e0a4b98528190344682c2a9c0c7f98c6e2dc0ab authored almost 11 years ago
split source files

github.com/regolith-linux/i3xrocks - 9a3cb5be9bbea41006f2c47d7ab6c178da3f334b authored almost 11 years ago
license under GPL version 3

github.com/regolith-linux/i3xrocks - 85abbc78185a986580544461f64cb207fe633272 authored almost 11 years ago
only evaluate *VERSION when necessary

This avoids the following error during a `make clean`:

fatal: No names found, cannot descri...

github.com/regolith-linux/i3xrocks - 32e6ff57aca249afe90e90278a53b99d5900f044 authored almost 11 years ago
rename bar to status_line

This commit renames the struct bar and some related functions to
status_line, which is more rele...

github.com/regolith-linux/i3xrocks - 9391a36a5e1e0839804c1eda84458085fd1511db authored almost 11 years ago
rename child variables in update_block

github.com/regolith-linux/i3xrocks - 0b113df7b747ba7bd69fbeec44da8516fc534659 authored almost 11 years ago
change default PREFIX

By convention, it is strongly recommended that locally installed
software must be placed within ...

github.com/regolith-linux/i3xrocks - bbb80ee76ef25c52d29f251b35238e9d45a86805 authored almost 11 years ago