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

Update README.md

485d5b4f214cc37ce91d77d2f0a92f85ced9791f authored about 7 years ago by Kai Greshake <[email protected]>
Updates the Weather block on left click.

Signed-off-by: Aaron Jacobs <[email protected]>

d4a56c6e78de8fc1dc878ee9b566d7b21012c392 authored about 7 years ago by Aaron Jacobs <[email protected]>
Use `#[derive(Deserialize)]` to simplify reading more config enums.

This obviates various `from_str()` methods and moves more error handling into
serde itself.

Sig...

6e856d8ca7a6572ccde1843e22534a80c6f90fd0 authored about 7 years ago by Aaron Jacobs <[email protected]>
Weather block

This commit includes a simple weather block for displaying outside
temperature. The data is prov...

a6840c0a95826cce558e583f07019788ab3b9a8a authored about 7 years ago by Samuel Laurén <[email protected]>
Adds a format template for the Weather block.

Signed-off-by: Aaron Jacobs <[email protected]>

67433fa004f20b2a33cf7ad722e8db7f97d98d2b authored about 7 years ago by Aaron Jacobs <[email protected]>
Handle lack of internet in the Weather block more carefully.

Signed-off-by: Aaron Jacobs <[email protected]>

4a0495281bfafefc7f9f6aedcefdcfb279db7da0 authored about 7 years ago by Aaron Jacobs <[email protected]>
Excise the DarkSky code from the Weather block.

Signed-off-by: Aaron Jacobs <[email protected]>

7f01eb583d165b3f3f14aa948c3adb58de18c851 authored about 7 years ago by Aaron Jacobs <[email protected]>
Adds more descriptive default weather icons.

Signed-off-by: Aaron Jacobs <[email protected]>

2fe74c2b70f3cf628663725ff32b6a45a747b0ae authored about 7 years ago by Aaron Jacobs <[email protected]>
Moves DarkSky block to a submodule and adds an OpenWeatherMap one.

Signed-off-by: Aaron Jacobs <[email protected]>

5f7d84ff65c9c932fa7798edcb14f29ef771c94b authored about 7 years ago by Aaron Jacobs <[email protected]>
Merge pull request #114 from ammgws/master

Allow customization of marquee interval and speed

5daf2cdd611bed3db804d011d5d5af34b558e615 authored about 7 years ago by Kai Greshake <[email protected]>
Remove unneccesary fields

3eb35d2ccbf9d8fb5665b3c5a245cef835508081 authored about 7 years ago by Jason <[email protected]>
Allow customization of marquee interval and speed

b0a0be150c5181069a1d4f7e76d0909369f5ab88 authored about 7 years ago by Jason <[email protected]>
[blocks/net] Add bitrate widget (using `iw`)

07f5010839f092675d0b166932750703116ad6be authored about 7 years ago by Florian Wilkens <[email protected]>
Merge pull request #105 from 1wilkens/tx_rx_optional

Net block: Make tx and rx widgets optional

7c74356ef8095379bc33ef8a22fec10da4c7279a authored about 7 years ago by Kai Greshake <[email protected]>
Merge pull request #108 from atheriel/async-sound

Update the Sound block asynchronously instead of at a set interval

50c811e9dcc4d5f3358764673bb810aeba90702d authored about 7 years ago by Kai Greshake <[email protected]>
[blocks/net] Separate `graph` config option, rename `rx` and `tx` to something more user friendly

6900b6878f747075a5bdb301b5d10252cbd95908 authored about 7 years ago by Florian Wilkens <[email protected]>
Update the Sound block asynchronously instead of at a set interval.

This spins up a thread to monitor ALSA events, signalling that the Sound block
needs to be updat...

e1910b09af6bcacd1b911181f8a09d31cad06bf4 authored about 7 years ago by Aaron Jacobs <[email protected]>
[blocks/net] Change initial value of Net.last_update so the ssid and ip are updated immediately

994cead916b91f5fee8294fd9648f12ae2a7a4a2 authored about 7 years ago by Florian Wilkens <[email protected]>
[blocks/net] Only calculate throughput values if a corresponding widget is enabled

76929f6a8b492a2b8692f5c6f886856397febb1a authored about 7 years ago by Florian Wilkens <[email protected]>
[blocks/net] Make tx and rx widgets optional

8db610c4fba32056c70f77acb399f42f321f6126 authored about 7 years ago by Florian Wilkens <[email protected]>
Merge pull request #102 from atheriel/net-block-features

Add network status, IP address, SSID, and wireless/wired icons to the net block

8978ee6a7375deef8cec99237fb4e3c2b8587576 authored about 7 years ago by Kai Greshake <[email protected]>
Handle missing operstate files in the Net block more gracefully.

Signed-off-by: Aaron Jacobs <[email protected]>

0de8e8d1aaecd7c2bbca4a53582062226707aa84 authored about 7 years ago by Aaron Jacobs <[email protected]>
Improves icons for the Net block.

Signed-off-by: Aaron Jacobs <[email protected]>

b88f4e94d38c2bfcea592b40142882f643e528bf authored about 7 years ago by Aaron Jacobs <[email protected]>
Fixes the inital tx/rx display of the Net block.

Using the initial values instead of zero means that the first block update won't
post potentiall...

99c202e16dccaf58dbf8e4dabd0d05e537ffaea1 authored about 7 years ago by Aaron Jacobs <[email protected]>
Allows hiding inactive networks and displaying the network SSID.

Signed-off-by: Aaron Jacobs <[email protected]>

b710536a69e4cd889b2067ad112aac6f2484c856 authored about 7 years ago by Aaron Jacobs <[email protected]>
Simplifies/improves the new Net block configuration options.

Signed-off-by: Aaron Jacobs <[email protected]>

4aa0ee3971fd94be7a628ee8ac5cab61341dcdba authored about 7 years ago by Aaron Jacobs <[email protected]>
Changes update interval for SSID/IP to 30s in the Net block.

Signed-off-by: Aaron Jacobs <[email protected]>

f9342f6c5b4c96a4b33c2a3187e637b2fc6f8371 authored about 7 years ago by Aaron Jacobs <[email protected]>
Adds a separate NetworkDevice type for use in the Net block.

Signed-off-by: Aaron Jacobs <[email protected]>

918de56d99a835ca4badddfff064c041e0cb88fe authored about 7 years ago by Aaron Jacobs <[email protected]>
Adds an IP address widget to the Net block.

Signed-off-by: Aaron Jacobs <[email protected]>

a004394f77732841af34390d43165b2ca8434f07 authored about 7 years ago by Aaron Jacobs <[email protected]>
Hides up/down speeds and graphs for inactive network devices.

This also refactors the Net struct to use NetworkDevice.

Signed-off-by: Aaron Jacobs <atheriel@...

3fbf4a58fe8b1b77dca8dd273a38195c436c31dc authored about 7 years ago by Aaron Jacobs <[email protected]>
Uses a consistent approach for all optional widgets in the Net block.

Signed-off-by: Aaron Jacobs <[email protected]>

cbcbe3c400ab41d7b1e5372f46cd9dcd33787ff9 authored about 7 years ago by Aaron Jacobs <[email protected]>
Improves names and ? use and removes stateful calls in Net view().

Signed-off-by: Aaron Jacobs <[email protected]>

bdd359fdebba223a336cb7a368db442d4d109a15 authored about 7 years ago by Aaron Jacobs <[email protected]>
Simplifies the optional IP/SSID widgets in the Net block.

Signed-off-by: Aaron Jacobs <[email protected]>

0def547f3d5883f6c4172b9d9716d0f95cd6b8e1 authored about 7 years ago by Aaron Jacobs <[email protected]>
Runs `cargo fmt` on the Net block.

Signed-off-by: Aaron Jacobs <[email protected]>

9aca5c0b27a244e841da2fcf9b35f73ae6ffd6d4 authored about 7 years ago by Aaron Jacobs <[email protected]>
Truncate long SSIDs in the Net block.

Signed-off-by: Aaron Jacobs <[email protected]>

06a72133e3e2fe41938f733d148cc9440b5eefac authored about 7 years ago by Aaron Jacobs <[email protected]>
Merge pull request #103 from michelboaventura/mb_fix_delta_volume

Fix volume increasing by a value less then step

ae12dd13522e200e56dea4eb5758c1f2bced917f authored about 7 years ago by Kai Greshake <[email protected]>
Fix volume increasing by a value less then step

It was not possible to increase volume if its value is greater than (100
- volume_step). For exa...

192e3ddc53fe362409d118e5e88d20791c979433 authored about 7 years ago by Michel Boaventura <[email protected]>
Omit Warning, fix https://github.com/greshake/i3status-rust/issues/99

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

6c4e47c0fa2e80a021a85be27177f4cf7a2f5e72 authored about 7 years ago by Greshake <[email protected]>
Merge pull request #98 from atheriel/backlight-block

Add a simple Backlight (brightness) block

547714f12677da3a5eee1b67517409eaaba10651 authored about 7 years ago by Kai Greshake <[email protected]>
Adds icons for the backlight block.

Signed-off-by: Aaron Jacobs <[email protected]>

78f9011c764285e72caed19c338f4da723bf623c authored about 7 years ago by Aaron Jacobs <[email protected]>
Runs rustfmt on the backlight block.

Signed-off-by: Aaron Jacobs <[email protected]>

7fca0694b0376777b8069a67c6b40b7d1de4b7c8 authored about 7 years ago by Aaron Jacobs <[email protected]>
Use inotify to update the backlight block instead of an interval.

Signed-off-by: Aaron Jacobs <[email protected]>

c6fa9db960b13fc28d72cfe9b4814779d4969a50 authored about 7 years ago by Aaron Jacobs <[email protected]>
Refactors the backlight block.

Signed-off-by: Aaron Jacobs <[email protected]>

e6de7bf0c89800f1b1390348a4f19d725a51baaa authored about 7 years ago by Aaron Jacobs <[email protected]>
Adds a basic backlight block.

Signed-off-by: Aaron Jacobs <[email protected]>

2e019f26d8ed08b03fadb34a5c94c27fd117be30 authored about 7 years ago by Aaron Jacobs <[email protected]>
Merge pull request #95 from dijit/dijit/config_diskspace

Adding Config options for 'alert' and 'warning' thresholds.

9d3721507408333fd47d9940ca258a22a6864c67 authored about 7 years ago by Kai Greshake <[email protected]>
Adding alert/warning to example config

d0ef7d2af9396bae4393eb15d75c22a037841f84 authored about 7 years ago by Jan Harasym <[email protected]>
Adding Config options for 'alert' and 'warning' thresholds.

Defaults to previous values.
Should read "warning" and "alert" from config, alert being "Critical".

63f5512e5f3e3a03c870d4142023d50c830c8883 authored about 7 years ago by Jan Harasym <[email protected]>
Update README.md

Refer to https://github.com/greshake/i3status-rust/pull/91#issuecomment-328638966

ab6fec9538389c845d570292a60881e8994aafa9 authored over 7 years ago by Kai Greshake <[email protected]>
Fix some warnings, use debug output formatting (includes cause) for block error view

70b350be5d532fc22e0fb1795b30630e3767bd3b authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #91 from etrombly/battery

change battery device config to string

d15188c42c59f85387585855bfbd46c0903a52d2 authored over 7 years ago by Kai Greshake <[email protected]>
change battery device config to string

91cd5714e2cba4ae4238022aa3250c073b42b79d authored over 7 years ago by Eric Trombly <[email protected]>
Update README.md

Move most of the documentation to the GitHub Wiki. Contributes to https://github.com/greshake/i3...

880dfbf969286b2e877b386d6f167ff163738be2 authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #57 from draoncc/icons-material

Add new icon set: Material Design Icons

70f0d6e08d002f280be745a5197eff8fba676ba7 authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #70 from svmnotn/remove-eprintln

remove `eprintln!` macro due to it being on stable 1.19

4477db6a38cd8475177dc5c023fef705550ebe7d authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #83 from svmnotn/patch-1

fix speedtest net-down/up icons

4c1859c446610ef97516b0bf3157c0a55384561b authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #84 from polyzen/patch-1

Use #ebdbb2 as foreground to "colored" backgrounds

efeacb6f47a769249c68ffda14da3ad554c06d98 authored over 7 years ago by Kai Greshake <[email protected]>
Merge branch 'master' into icons-material

409583a525f988d2101bee550c779d9d01bf3651 authored over 7 years ago by Draon con Color <[email protected]>
Add theming section to README.md

45dfebf38990d456dbe1d35ee4b6a7d08a568368 authored over 7 years ago by Draon con Color <[email protected]>
Use #ebdbb2 as foreground to "colored" backgrounds

e6cfbf94822bada3a15d7ab9c7412e3192928314 authored over 7 years ago by Daniel M. Capella <[email protected]>
Merge pull request #80 from polyzen/patch-1

themes: Add Gruvbox light and dark

c1ad7ad325bf12ace65019e1c659d78a473ee455 authored over 7 years ago by Kai Greshake <[email protected]>
fix speedtest net-down/up icons

Or we could just give them different names so that they are different icons? Not sure which way ...

9778362052165b55da3ce5801dca7087de139aa0 authored over 7 years ago by Victor M. Suarez <[email protected]>
themes: Add Gruvbox light and dark

47b682aaaff04d9792455cf0f80de9d62e9e0493 authored over 7 years ago by Daniel M. Capella <[email protected]>
Merge pull request #76 from anthonynguyen/cpu-options

Add additional options for CPU block

92f498e7cb358de88362d806769a691988a592af authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #78 from Drogglbecher/master

[Added] bad-wolf theme

8012939ec067c698c0f69392d5379d440b39b3a5 authored over 7 years ago by Kai Greshake <[email protected]>
[Added] bad-wolf theme

45666a054f597eb074140db771113b7679f6c8c4 authored over 7 years ago by Sebastian Spiess <[email protected]>
Add additional options for CPU block

1312373f07c9b0bb68236755e3522296fac8cd39 authored over 7 years ago by Anthony Nguyen <[email protected]>
remove `eprintln!` macro due to it being on stable 1.19

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

Fix https://github.com/greshake/i3status-rust/issues/75

8969303bbd2f538aa025a5f66e1fb148c27ea86d authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #67 from svmnotn/speedtest

Add speedtest block

93dc7c19d480768a71fdcfc47214549331c83669 authored over 7 years ago by Kai Greshake <[email protected]>
add speedtest block

0cf1847c87036c2d71fccd73716ba752f940f6aa authored over 7 years ago by Victor M. Suarez <[email protected]>
run rustfmt-0.2.0-nightly (b559a0f 2017-07-22)

e1af48c6ff43fe173f3f5133bf8be0b38a8e6e3c authored over 7 years ago by Victor M. Suarez <[email protected]>
minor dependency update

73692f4fc69d7603f67c46a73751ae8eb9eba885 authored over 7 years ago by Victor M. Suarez <[email protected]>
First implementation for https://github.com/greshake/i3status-rust/issues/72

02c746ee7b93c5a41a931797945012eb596a7fad authored over 7 years ago by Kai Greshake <[email protected]>
Add 'Modern' theme

14bec31380ca5c04f8c00a35cdd0cbec2b98bb5e authored over 7 years ago by Kai Greshake <[email protected]>
Fix https://github.com/greshake/i3status-rust/issues/74

55b05a44550ae679f68781eaca69f6010e46d5e6 authored over 7 years ago by Kai Greshake <[email protected]>
Might improve https://github.com/greshake/i3status-rust/issues/69

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

ea14d0ae224c9e0210202cb554a16f656ff83991 authored over 7 years ago by Kai Greshake <[email protected]>
Make battery block compatible with devices only offering the capacity file

37105833c1f8d7e3917acc46ba43137d397dc670 authored over 7 years ago by Kai Greshake <[email protected]>
Update cargo.toml

cc79921c84c3c381ee3e48eb73463199b9edc1a3 authored over 7 years ago by Kai Greshake <[email protected]>
Increment version to 0.9, fix all compiler warnings

b16a2c2b5b137f538f0992cd5553c83955257a3a authored over 7 years ago by Kai Greshake <[email protected]>
Re-apply clippy fix

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

# Conflicts:
# src/blocks/music.rs
# src/main.rs
# src/widgets/graph.rs

ae1e27ed9f3eff703e0b2e4592767e7975904a5d authored over 7 years ago by Kai Greshake <[email protected]>
Use chan_select! from chan crate to remove busy wait in main. Also cleaned main.rs up.

d356d956ce6a1d99aff237fbd29b84fb882d9da1 authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #68 from etrombly/clippy

fix most clippy lints

dbb30dddb18604cabf3e395c4dc494e25400033b authored over 7 years ago by Kai Greshake <[email protected]>
fix most clippy lints

67bebc1202f7320ac11c14a1fe4aec1f9365941f authored over 7 years ago by Eric Trombly <[email protected]>
Merge branch 'master' of github.com:XYunknown/i3status-rust

14c597f13ecd1c9024190fb153c1f29d7118a76f authored over 7 years ago by Kai Greshake <[email protected]>
Merge branch 'net' of https://github.com/etrombly/i3status-rust

f96bf320ac49fff7cf3606c70fdef0c13d39824b authored over 7 years ago by Kai Greshake <[email protected]>
Merge pull request #63 from etrombly/net

Net Block

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

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

222c932c8d7515aa89ce7bc39d93d2c81c44f2a6 authored over 7 years ago by Kai Greshake <[email protected]>
Merge branch 'master' into net

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

Link to i3status-rust-git package on the AUR

f4871bfd3c587bc02c64c79e3eea629e6a224b92 authored over 7 years ago by Kai Greshake <[email protected]>
update documetnation and run rust fmt

c661b9e0b145dc21c05550b566bde645cce9a1a1 authored over 7 years ago by Eric Trombly <[email protected]>
fix divide by zero in graph widget

fdc2219b92dd0e0d2e11e1da94d582937c6f5ad8 authored over 7 years ago by Eric Trombly <[email protected]>
change units to bits per second and add to documentation

d46fec81fa70ba90237471d8d0235766f798e3b6 authored over 7 years ago by Eric Trombly <[email protected]>
add documentation to readme and add defaults for device and graph options

92de63964e48d0e425d13c658ef88373ec8f4b04 authored over 7 years ago by Eric Trombly <[email protected]>
fix for divide by 0 if update interval is < 1 second

5fccd251c5409410422f638eb1a96807dbb8ca3b authored over 7 years ago by Eric Trombly <[email protected]>
Fix display of errors

4d57e27f0847940c3ca49ed209667d2e1258ccd1 authored over 7 years ago by Kai Greshake <[email protected]>
Fix display of errors

Merge branch 'master' of github.com:XYunknown/i3status-rust

# Conflicts:
# src/blocks/load.rs
# ...

13f73e91dd30c40950b6e8414bd461c70afdbd78 authored over 7 years ago by Kai Greshake <[email protected]>