Compare commits
2 Commits
0ccde8d66f
...
9db32a19be
| Author | SHA1 | Date | |
|---|---|---|---|
| 9db32a19be | |||
| f65091e8ba |
@@ -37,7 +37,12 @@ block = "sound"
|
|||||||
driver = "pulseaudio"
|
driver = "pulseaudio"
|
||||||
device_kind = "source"
|
device_kind = "source"
|
||||||
format = " $icon "
|
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]]
|
[[block.click]]
|
||||||
button = "left"
|
button = "left"
|
||||||
|
|||||||
@@ -390,6 +390,9 @@ packages:
|
|||||||
kdeconnect:
|
kdeconnect:
|
||||||
ubuntu: ["kdeconnect"]
|
ubuntu: ["kdeconnect"]
|
||||||
archlinux: ["kdeconnect"]
|
archlinux: ["kdeconnect"]
|
||||||
|
restic:
|
||||||
|
ubuntu: ["restic"]
|
||||||
|
archlinux: ["restic"]
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
mousepad:
|
mousepad:
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ cargo_crate_list:
|
|||||||
features:
|
features:
|
||||||
- static-build
|
- static-build
|
||||||
target: x86_64-unknown-linux-musl
|
target: x86_64-unknown-linux-musl
|
||||||
- url: https://github.com/hakoerber/i3status-rust
|
- url: https://github.com/greshake/i3status-rust
|
||||||
binary: i3status-rs
|
binary: i3status-rs
|
||||||
branch: develop
|
branch: master
|
||||||
source: git
|
source: git
|
||||||
package: i3status-rs
|
package: i3status-rs
|
||||||
|
|||||||
Reference in New Issue
Block a user