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
github.com/regolith-linux/i3xrocks - 6423fa55341a09b5be8a10a436417ac6eecf5eeb authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 3ce500913ae1be11bf9291853929e849c877ecde authored almost 11 years ago
github.com/regolith-linux/i3xrocks - b6c0af8b52acab172335e504a688278df0070a37 authored almost 11 years ago
Change the project description to emphasis on the fact that i3blocks
aims to respect the i3bar p...
github.com/regolith-linux/i3xrocks - c0e1ef12d77cf0fbd3000062290f7015b9ba720a authored almost 11 years ago
Also emphasis on "status line" and break line in Copying.
github.com/regolith-linux/i3xrocks - cc326afc9e58723aecb22a3716c91a96b18ea391 authored almost 11 years ago
Split the readme file in sections, add Documentation, Installation and
Copying. Also remove emph...
github.com/regolith-linux/i3xrocks - 6a77057518c5de43dc9af1812690ef95f006be08 authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 61f07f067510b17ae48361e78dfd5f7cbe2a79d0 authored almost 11 years ago
Now that the manpage is present with the source, its installation should
not fail. Do not silent...
$DESTDIR is used to install files in a temporary directory, e.g. to
prepare a rootfs.
github.com/regolith-linux/i3xrocks - 9344d1d3ac1d2ae68ae2a5017f659dabb9f963ad authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 345b2fd60e2687f74ce5403cf48070ebc6d2e0b5 authored almost 11 years ago
github.com/regolith-linux/i3xrocks - d14dc922f263f7151383d72f286bb4c16e043f23 authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 3e887fd779b1c4655afa043e7726199110f95e77 authored almost 11 years ago
- prefix block functions with block_
- prefix ini functions with ini_
- prefix json functions...
github.com/regolith-linux/i3xrocks - 5624d83f01a0d527ca8dade78d3c54e74d5cf70f authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 0ce6329fdc7d5c97de4d0f0124d77470e3a96f0d authored almost 11 years ago
It will be easier for packaging to version the manpage as well and
remove the dependency to ronn.
github.com/regolith-linux/i3xrocks - a2121e0878f0d52b4bbbd99029d5c093fb72f207 authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 2490e286a84f0a3778be37f4ae569b4da8d3c84c authored almost 11 years ago
github.com/regolith-linux/i3xrocks - b6a5c05649eb7445eafca32b1c8453fa08f3a913 authored almost 11 years ago
The project's README won't be the manpage anymore. Instead, extract it
to i3blocks.1.ronn.
github.com/regolith-linux/i3xrocks - c9ab816b1d4c7be18b5058fa3b88ca824e5b2a4f authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 317f8d128fd0594ccb6b2daca722d6f21ac59715 authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 0e6ec50d699017159e34c7ede315d0328734607b authored almost 11 years ago
Now a block can specify a signal used to force its update. For instance:
[volume]
comma...
github.com/regolith-linux/i3xrocks - f2e3d56c2f9f85f8ef262db92f10d13551084106 authored almost 11 years ago
If a block fails or doesn't provide every field, we should fallback to
the config field. To do ...
Every properties outside a block will be considered global, and will be
applied to every block, ...
github.com/regolith-linux/i3xrocks - 4dbc5e62e5a2fd8b7259718fdf1ed113a89d6dfc authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 5cdf67e7611e7965d3298e0c9b0fd7179dcf144b authored almost 11 years ago
Configuration file (ini) parsing code goes to ini.{c,h} and JSON
printing code goes to json.{c,h...
github.com/regolith-linux/i3xrocks - 2db076eb30c8b5223f04e9b103bbf81e9ad9b9df authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 394fe8dc38ef7ece62c8227f96bee37a16ec352f authored almost 11 years ago
github.com/regolith-linux/i3xrocks - f3d3786323bf9dd94d88e512c349649a93073577 authored almost 11 years ago
i3blocks will set the environment variables BLOCK_* before forking a
block command. Actually, BL...
The GCD was actually calculated for at least 2 blocks. With only one
block, the interval was ign...
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 agogithub.com/regolith-linux/i3xrocks - 5e6e2b23dd98be5d6c410ca9d6f7124860fd3827 authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 226a1fe344bac356c7ad6cc037ac61bccafe07ef authored almost 11 years ago
Now a block command may return 3 lines. If so, they will be:
1. the full_text
2. the short_...
The status returned by pclose() is a combination of the child pid and
its exit status. The actua...
The README.md file is the only entry point for the documentation.
Using the Markdown format and ...
github.com/regolith-linux/i3xrocks - 7245a5b60b38850f413872204c5edc2f61a3c66d authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 6e0a4b98528190344682c2a9c0c7f98c6e2dc0ab authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 9a3cb5be9bbea41006f2c47d7ab6c178da3f334b authored almost 11 years ago
github.com/regolith-linux/i3xrocks - 85abbc78185a986580544461f64cb207fe633272 authored almost 11 years ago
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
This commit renames the struct bar and some related functions to
status_line, which is more rele...
github.com/regolith-linux/i3xrocks - 0b113df7b747ba7bd69fbeec44da8516fc534659 authored almost 11 years ago
By convention, it is strongly recommended that locally installed
software must be placed within ...
github.com/regolith-linux/i3xrocks - 45bc6484579506ef97d3ac264434677e94521450 authored almost 11 years ago