Ecosyste.ms: OpenCollective

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

github.com/regolith-linux/i3status-rs_debian

i3status-rs packaged for Debian
https://github.com/regolith-linux/i3status-rs_debian

[Added] documentation for xrandr module

8b10d739373b8982fa7525a96fc251fd527b7c1c authored over 7 years ago by Sebastian Spiess <[email protected]>
[Added] module for xrandr support

644ff08a78490759ce7d4a7e755bca7c27fcd973 authored over 7 years ago by Sebastian Spiess <[email protected]>
Merge pull request #28 from adeschamps/cpu-fix

Fix calculation of CPU usage for the case where it is 100%.

dd9d2761c5908e5697bd848ce2905501ef934eef authored over 7 years ago by Kai Greshake <[email protected]>
Update cpu.rs

eadb95801c9824c9a794600392d2daba02ff21bd authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #29 from adeschamps/pacman-colour

Set pacman block to Info colour when there are updates available.

0923894c5e290be863a05734e7e29e8c4dfc9584 authored over 7 years ago by Kai Greshake <[email protected]>
Set pacman block to Info colour when there are updates available.

64e5282b2c101692c54978e8c2ebcf431e7b7c69 authored over 7 years ago by Anthony Deschamps <[email protected]>
Fix calculation of CPU usage for the case where it is 100%.

In that case, the idle time will not increase between samples, so
using && would result in displ...

4eef821a442910c87723e95f150a3ff4bc27325c authored over 7 years ago by Anthony Deschamps <[email protected]>
Fixes https://github.com/greshake/i3status-rust/issues/27

f91a3d4224e4fa82d97639a1897264f5b2027ead authored over 7 years ago by Kai Greshake <[email protected]>
Merge branch 'master' of github.com:XYunknown/i3status-rust

1517618dcd65a35ff133cbdb1caca8464753acf4 authored over 7 years ago by Kai Greshake <[email protected]>
Fixes https://github.com/greshake/i3status-rust/issues/26

6833c47315bd4e05307d90d4b52e9a250feb059b authored over 7 years ago by Kai Greshake <[email protected]>
Add focused window block

805a95dc1776b1e2868c74967127f078f586f913 authored over 7 years ago by Kai Greshake <[email protected]>
Update README.md

Add docs for block profiling

d06583b3f978fd4e2f1561c77a75c34500374802 authored over 7 years ago by Kai Greshake <[email protected]>
Merge branch 'master' of github.com:XYunknown/i3status-rust

26ff133007e31ee583cbccec57db17d95dd61731 authored over 7 years ago by Kai Greshake <[email protected]>
Add block profiling feature, remove dos warning

b8fa2f9804ee94a7417d2b5134fa68ebaf84d181 authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #24 from svmnotn/fix-temp

fix bar crash if a temperature sensor gives a negative value

4e7dfafe2cba205280b07060538165cd3351e32e authored over 7 years ago by Kai Greshake <[email protected]>
Update util.rs

3a6d8fe2e9e775f1ee67cccccf09d66208806270 authored over 7 years ago by Kai Greshake <[email protected]>
Update temperature.rs

499c564fa8eac932b4c669a7abe45311bf1843b5 authored over 7 years ago by Kai Greshake <[email protected]>
Update util.rs

b5ba10e1760dc27d92fea17ae26328988e58c170 authored over 7 years ago by Kai Greshake <[email protected]>
change temperatures to be i64

f1c17d6e0b00a9bad0813303740bb32aff6c8b30 authored over 7 years ago by Victor M. Suarez <[email protected]>
fix crash on bad temperature

178d348a8c7e29fc848c438c419e88f0126a4eb3 authored over 7 years ago by Victor M. Suarez <[email protected]>
Update README.md

d7dd818fb6b1c8293ba1d6b39f6a4b954dc6b3a0 authored over 7 years ago by Kai Greshake <[email protected]>
Merge branch 'master' of github.com:XYunknown/i3status-rust

944a6dbf7d51a106a88364defc2417fcb90d0c38 authored over 7 years ago by Kai Greshake <[email protected]>
Add description of load-from-file feature to --help

f94d1b06e9dc1d5fa58bd505108752b80833f8a3 authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #22 from svmnotn/more-config-files

allow for theme and icon files

aa900a2f91085a8bcc72ba4c22aab775ed4537dd authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #19 from keeslinp/master

Fixing pacman package updates

b55395e8fc46958f6bfcf88f200152c3e6f7483e authored over 7 years ago by Kai Greshake <[email protected]>
Added a check to verify fakeroot is installed

3c788de5376ad815f7aebfc0f3b8e6b2f6caf818 authored over 7 years ago by Pearce Keesling <[email protected]>
Changed out the pattern matching to use more terse unwrap syntax.

4b1049237c62a84e8ae1fa7fdcaf21ba0df85c67 authored over 7 years ago by Pearce Keesling <[email protected]>
Merge branch 'master' of github.com:greshake/i3status-rust

42b0b3e29570e15bc988240669085e61b68a09d5 authored over 7 years ago by Pearce Keesling <[email protected]>
Used better pattern matching and env functions to make environmental variables more reliable.

4e39c807930ed33a961c5fd7f388229c268d7461 authored over 7 years ago by Pearce Keesling <[email protected]>
allow for theme and icon files

addresses #21, however the implementation could be better.

1e43441d24322a0258cc23b91ef47f321a004a44 authored over 7 years ago by Victor M. Suarez <[email protected]>
Merge branch 'master' of github.com:XYunknown/i3status-rust

86ff6bc053274ed3f56ffc7b8eb68545e258c118 authored over 7 years ago by Kai Greshake <[email protected]>
Add temperature block

eb31f8c3c407e2223e4ffa02d5ac06ea03f90a7f authored over 7 years ago by Kai Greshake <[email protected]>
forgot to replace a bash variable

412aef5177f5bba23432d4e9621036b1614d0bc0 authored over 7 years ago by Pearce Keesling <[email protected]>
Merge branch 'master' of github.com:greshake/i3status-rust

036feb8070aa91d885a4e7022c1698ffe5b26bd4 authored over 7 years ago by Pearce Keesling <[email protected]>
Added cleanup trap and fixed a bug

b9a34313012114d32310bddbd56642ffe33682cc authored over 7 years ago by Pearce Keesling <[email protected]>
New pacman method with minimal error checking

2bb38219f5a12c936ed918f46f0fdae1ae7ea108 authored over 7 years ago by Pearce Keesling <[email protected]>
Simplify DiskSpace.update()

84f64abd3660794d8c4f0135b1712605b90febc6 authored over 7 years ago by Jonas Cirotzki <[email protected]>
Changed example config to a minimalistic, sensible example because it got quite crowded :)

348c6f69b3dc4083db6f95aabbde7b43104bc3d9 authored over 7 years ago by Kai Greshake <[email protected]>
Changed default theme to 'plain'.

cc8eaa2cc5456341a73de923031cc1aa0dc8c428 authored over 7 years ago by Kai Greshake <[email protected]>
Add Sound block

10653aeaa089a0fe2936fafd9befdc61288569db authored over 7 years ago by Kai Greshake <[email protected]>
Update disk_space.rs

Use Idle State as default, more consistent with the other blocks. "Good" can be distracting.

e7b0ed246487fa92dd29444c087ac90ca3db79f0 authored over 7 years ago by Kai Greshake <[email protected]>
Update disk_space.rs

Remove ":" to be more consistent with other blocks

c30f58b35179458853d9789d9284f076a18a7570 authored over 7 years ago by Kai Greshake <[email protected]>
Rename disk_info to disk_space, update example_config.json, add documentation of disk space to README

1f441a1ed0e29983d20daa487a16c30575f7b558 authored over 7 years ago by Jonas Cirotzki <[email protected]>
Fix sample swap format

efc6ddc7017f6331f880e78bb88ba55409e1a61a authored over 7 years ago by Heyens <[email protected]>
Adding Custom Toggle Block

cb6284421228d6264212342cb135e1a45bb986c2 authored over 7 years ago by Kai Greshake <[email protected]>
Update example_config.json

e3345d7db1537e4fb4ced34d3b033838218bfd22 authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #13 from ftriquet/blocks/script

Add custom scripts block

2ef9ccf224a15cb1f35e166d5b2cb9c51e05061f authored over 7 years ago by Kai Greshake <[email protected]>
Merge branch 'master' into blocks/script

6265719ae914ef03b2e7dbe9cf62593ab1facd2c authored over 7 years ago by Kai Greshake <[email protected]>
Update custom.rs

52025d6f7ae5bb48868032a04e172cf9e1492380 authored over 7 years ago by Kai Greshake <[email protected]>
Update example_config.json

67c9ccfc27fa3c3b98d5feabe1e81fca3cf03ce4 authored over 7 years ago by Kai Greshake <[email protected]>
Update README.md

Change back to command, separate toggle clock coming later.

0df67d30597f1d7fe0b1d5cbdabcea007b74822a authored over 7 years ago by Kai Greshake <[email protected]>
Changed default state for memory to idle, like cpu and load do.

4177414da258686abc3d526152f8f1fa2b60f09d authored over 7 years ago by Kai Greshake <[email protected]>
Adjust memory documentation

90f5baf714a51b82f822bd961a8065f640320481 authored over 7 years ago by Heyens <[email protected]>
Rework memory module, including widget state update and additional format variables

b849e72c00d76250ade8194d133d9d9c82011b2d authored over 7 years ago by Heyens <[email protected]>
Add if_debug and get_f64 macros

413f217303deb018322458d34e20ed2bd7463361 authored over 7 years ago by Heyens <[email protected]>
Merge remote-tracking branch 'origin/master'

# Conflicts:
# src/blocks/mod.rs

481b1e77c60f9d24c7c9c49bf5ec50b13cc1cd58 authored over 7 years ago by Heyens <[email protected]>
Merge branch 'master' of /home/heyens/projects/rust/i3status-rust with conflicts.

ef5d6bb6087d4d68c717f5f34a7fc7f1f623f626 authored over 7 years ago by Heyens <[email protected]>
Correct default value

4d203b9b724a69f6cdeff207152865c7a3149779 authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #15 from keeslinp/master

Pacman Block

af0749efe4fe05d0137ad0eb992cb8bd5a09bec4 authored over 7 years ago by Kai Greshake <[email protected]>
Update README.md

cc99f3742938710d6656f1b91108add5f5e68138 authored over 7 years ago by Pearce Keesling <[email protected]>
Merge branch 'master' of github.com:keeslinp/i3status-rust

852b4d66a9713007fcc8262b1b331264f2a2e630 authored over 7 years ago by Pearce Keesling <[email protected]>
updated the docs

0cf92c2440a82156b1ff791e35d7ffc1894f5877 authored over 7 years ago by Pearce Keesling <[email protected]>
Premature push. Still needed to fix some stuff

28146f76e6a2571a3f72990573bea526467c2712 authored over 7 years ago by Pearce Keesling <[email protected]>
slowed down the interval and moved icon declaration

7a72090a5fc759c15e7163ea691db218b2b7b483 authored over 7 years ago by Pearce Keesling <[email protected]>
Wrote the pacman block to keep track of the current available updates on Pacman.

a7f00518a2cbbc5dce61a67147a6239014d02fee authored over 7 years ago by Pearce Keesling <[email protected]>
cleaned up the pacman block a bit

9268095f7f9ae56a60d7a8aec6d8acc59445ec10 authored over 7 years ago by Pearce Keesling <[email protected]>
updated the docs

76c8b7ed8005517e52fc9ba59f42cae2c384b99c authored over 7 years ago by Pearce Keesling <[email protected]>
slowed down the interval and moved icon declaration

c2bf137a0b6af65d2aa3ea7611b66b14c8e93b08 authored over 7 years ago by Pearce Keesling <[email protected]>
Premature push. Still needed to fix some stuff

0991ee20349912c24582af8a7d58da1b4fd001b6 authored over 7 years ago by Pearce Keesling <[email protected]>
cleaned up the pacman block a bit

665e09974ec03ea05fd1fb85ff424b0694375814 authored over 7 years ago by Pearce Keesling <[email protected]>
Wrote the pacman block to keep track of the current available updates on Pacman.

e3814668a1a45d67c3421b1d39dd3af7dbb27e8e authored over 7 years ago by Pearce Keesling <[email protected]>
Merge pull request #14 from tjikini/patch-1

Update main.rs- Avoids a bug in swaybar, see https://github.com/greshake/i3status-rust/pull/14

e51d1b8b2033e8644c9b8408e5d4b8457b981cab authored over 7 years ago by Kai Greshake <[email protected]>
Update main.rs

Add newline to print
Dont work in swaybar without it

ad092c0e89b395c893798138612a14f7e716b407 authored over 7 years ago by tjikini <[email protected]>
Merge branch 'master' of github.com:greshake/i3status-rust

1940e4d4749c6c85585f1a7fec01abcd54fb1a36 authored over 7 years ago by Heyens <[email protected]>
Add .config folder for test configs during development to gitignore

d52ecf92aec1b1d31589f24644438abfd125f901 authored over 7 years ago by Heyens <[email protected]>
Rewrite of disk info

e8b43bf4de7dc187a296dbf48874915d009e705c authored over 7 years ago by Jonas Cirotzki <[email protected]>
Add comment to custom block doc

2567f07b72d5f1b1fe5d66f3ec88d4c0b6489ae9 authored over 7 years ago by François Triquet <[email protected]>
Add documentation for custom block

d8b6682f56de6d1e22d22bf213645ea16f1640c5 authored over 7 years ago by François Triquet <[email protected]>
Use block id as widget name for custom blocks

9b56136365436098d4a04dee8122509f0447f59b authored over 7 years ago by François Triquet <[email protected]>
Use output instead of spawn to avoid command stdout breaking json output

d03451f1c85271f006a0dabbccf7aff7bdfe1e8e authored over 7 years ago by François Triquet <[email protected]>
Update example config

af9aadfca05d022cefa0dbb675465d5915826288 authored over 7 years ago by François Triquet <[email protected]>
Allow on_click to work with both cycle and command

cdc21d1e3d07d815c29eab9eaf5fffe14942d7e0 authored over 7 years ago by François Triquet <[email protected]>
Rename script block to custom

649fb1975ebb14c7241c901d2c0025968b10549a authored over 7 years ago by François Triquet <[email protected]>
Rename script.rs to custom.rs

e2f655d3bc514689f5247f896a138856f3b7c638 authored over 7 years ago by François Triquet <[email protected]>
Add support for on_click for custom scripts

0c0122ca00d7e851a6c9e37ee18d8bf18734a349 authored over 7 years ago by François Triquet <[email protected]>
Handle both "command" and "cycle" keys in script block configuration

788243d368430a39bc0b928f2fd9b972388a5a39 authored over 7 years ago by François Triquet <[email protected]>
Used more functional style code

a8920edbba5f3a5cc83b3486d710eabe55720665 authored over 7 years ago by Kai Greshake <[email protected]>
using Rust style _ instead of - separator

73b093565c12ad99c704afd029ae018ad0874b97 authored over 7 years ago by Kai Greshake <[email protected]>
Replace script example by system command

62483372cbd09ee1d1fe2f54df93c19362bfe75d authored over 7 years ago by François Triquet <[email protected]>
Allow command to be either a string or an array of strings for script block

991e484190a80260a6832ebee20df0f201dc50af authored over 7 years ago by François Triquet <[email protected]>
Change config field for script command from file to command

4a8886ccba053e74cea460c26cb0d5dfa792b29c authored over 7 years ago by François Triquet <[email protected]>
Add example script and use it in example_config

7681d45ab34bb7ba6aed73b4a491df73452e546e authored over 7 years ago by François Triquet <[email protected]>
Added a comment.

b4239d0d370a17512c5e70940969a49ef1324972 authored over 7 years ago by Kai Greshake <[email protected]>
Started to add a little bit of rustdocs, added a few comments/ TODOs

cbde39c6f1743908961346cccdee21929ef182e6 authored over 7 years ago by Kai Greshake <[email protected]>
Fixed CPU block crashing after hibernation

23d8a600b83150691b51c95a5d8fbae48596b7f3 authored over 7 years ago by XYunknown <[email protected]>
Changed missing docs warning to only warn in files that have public impact... Ultimately we should have docs everywhere though

13f1b4317ddcaaab12086d99c6cbbedabf991dd2 authored over 7 years ago by XYunknown <[email protected]>
Add basic custom script block

2bfdcb139b8002f1dff7a9c976529b789cda38bc authored over 7 years ago by François Triquet <[email protected]>
Insert memory documentation

0d9d27e8a0e453521a30958dda6d163de29ff1f6 authored over 7 years ago by jheyens <[email protected]>
Update memory module ("v1")

7a50f591a94b6ff780b8bce83adc46c7f5017cb5 authored over 7 years ago by Heyens <[email protected]>
Template still wasn't 100% right

20c352d71226a73e1b6b4cd10cfa3a54451d7cbf authored over 7 years ago by XYunknown <[email protected]>