Skip to content

Commit

Permalink
v0.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Feb 23, 2023
1 parent b7574ec commit e22e69b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A feature-rich and resource-friendly replacement for i3status, wr
repository = "https://github.com/greshake/i3status-rust/"
readme = "README.md"
license = "GPL-3.0-only"
version = "0.30.2"
version = "0.30.3"
authors = [
"Kai Greshake <[email protected]>",
"Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)",
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# i3status-rust 0.30.3 [unreleased]
# i3status-rust 0.30.3

### Bug Fixes and Improvements

* Net: display more relevant IP addresses.
* Net: fix panic on systems with IPv6 disabled.
* Pomodoro: fix a bug which made the block unusable.
* Setting a click handler without `action = "..."` will disable the default block action.

# i3status-rust 0.30.2
Expand Down
16 changes: 8 additions & 8 deletions man/i3status-rs.1
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ interval = \[dq]once\[dq]
Use \f[V]shellexpand\f[R]
.SS custom_dbus
.PP
A block controled by the DBus
A block controlled by the DBus
.PP
This block creates a new DBus object in \f[V]rs.i3status\f[R] service.
This object implements \f[V]rs.i3status.custom\f[R] interface which
Expand Down Expand Up @@ -1208,7 +1208,7 @@ T{
\f[V]alert_unit\f[R]
T}@T{
The unit of \f[V]alert\f[R] and \f[V]warning\f[R] options.
If not set, percents are uesd.
If not set, percents are used.
Possible values are \f[V]\[dq]B\[dq]\f[R], \f[V]\[dq]KB\[dq]\f[R],
\f[V]\[dq]MB\[dq]\f[R], \f[V]\[dq]GB\[dq]\f[R] and
\f[V]\[dq]TB\[dq]\f[R]
Expand Down Expand Up @@ -1768,7 +1768,7 @@ Latitude
T}@T{
Number
T}@T{
- (TOOD: make degrees?)
- (TODO: make degrees?)
T}
T{
\f[V]longitude\f[R]
Expand All @@ -1777,7 +1777,7 @@ Longitude
T}@T{
Number
T}@T{
- (TOOD: make degrees?)
- (TODO: make degrees?)
T}
T{
\f[V]timezone\f[R]
Expand Down Expand Up @@ -2252,7 +2252,7 @@ Note that at the moment, only
\f[V]wl_gammarelay\f[R] (https://github.com/jeremija/wl-gammarelay) and
\f[V]wl_gammarelay_rs\f[R] (https://github.com/MaxVerevkin/wl-gammarelay-rs)
subscribe to the events and update the bar when the temperature is
modified extenrally.
modified externally.
Also, these are the only drivers at the moment that work under Wayland
without flickering.
.SS Example
Expand Down Expand Up @@ -3502,7 +3502,7 @@ interface_name_exclude = [\[dq].*kdeconnect.*\[dq], \[dq]mpd\[dq]]
\f[R]
.fi
.PP
Click anywhere to paly/pause:
Click anywhere to play/pause:
.IP
.nf
\f[C]
Expand Down Expand Up @@ -4466,7 +4466,7 @@ interval = 600
format = \[dq] $icon $pacman updates available \[dq]
format_singular = \[dq] $icon $pacman update available \[dq]
format_up_to_date = \[dq] $icon system up to date \[dq]
### If a linux update is availble, but no ZFS package, it won\[aq]t be possible to
### If a linux update is available, but no ZFS package, it won\[aq]t be possible to
### actually perform a system upgrade, so we show a warning.
warning_updates_regex = \[dq](linux|linux-lts|linux-zen)\[dq]
### If ZFS is available, we know that we can and should do an upgrade, so we show
Expand Down Expand Up @@ -4633,7 +4633,7 @@ Use format strings.
.PP
The number of pending notifications in rofication-daemon
.PP
A different color is used is there are critical notications.
A different color is used if there are critical notifications.
.SS Configuration
.PP
.TS
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/rofication.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! The number of pending notifications in rofication-daemon
//!
//! A different color is used is there are critical notifications.
//! A different color is used if there are critical notifications.
//!
//! # Configuration
//!
Expand Down

0 comments on commit e22e69b

Please sign in to comment.