i3status-rust: Forget about reverse_levels
See https://github.com/greshake/i3status-rust/pull/1680
This commit is contained in:
@@ -37,7 +37,12 @@ block = "sound"
|
||||
driver = "pulseaudio"
|
||||
device_kind = "source"
|
||||
format = " $icon "
|
||||
reverse_levels = true
|
||||
|
||||
[block.theme_overrides]
|
||||
warning_fg = { link = "idle_fg" }
|
||||
warning_bg = { link = "idle_bg" }
|
||||
idle_fg = { link = "warning_fg" }
|
||||
idle_bg = { link = "warning_bg" }
|
||||
|
||||
[[block.click]]
|
||||
button = "left"
|
||||
|
||||
@@ -36,8 +36,8 @@ cargo_crate_list:
|
||||
features:
|
||||
- static-build
|
||||
target: x86_64-unknown-linux-musl
|
||||
- url: https://github.com/hakoerber/i3status-rust
|
||||
- url: https://github.com/greshake/i3status-rust
|
||||
binary: i3status-rs
|
||||
branch: develop
|
||||
branch: master
|
||||
source: git
|
||||
package: i3status-rs
|
||||
|
||||
Reference in New Issue
Block a user