aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-21 12:55:50 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-21 12:55:50 -0500
commitf8100fc258c3a4a99e81fdf26bbd0283244f95f7 (patch)
tree168f9f51c2441a613942fa18f1fabea69e0de8b3
parent9f28312230194b1d1c0a716a72cf07442d09a277 (diff)
revert(sway): disable iwdstatus due to output/json error
-rw-r--r--sway/.config/i3status-rust/config.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/sway/.config/i3status-rust/config.toml b/sway/.config/i3status-rust/config.toml
index 841a56a..2095c91 100644
--- a/sway/.config/i3status-rust/config.toml
+++ b/sway/.config/i3status-rust/config.toml
@@ -64,12 +64,13 @@ block = "battery"
device = "/sys/class/power_supply/BAT2"
if_command = "test -e /sys/class/power_supply/BAT2"
+# TODO: figure out why this is creating a json error
# install: go install github.com/monban/iwdstatus
-[[block]]
-block = "custom"
-command = "iwdstatus"
-json = true
-if_command = "command -v iwdstatus"
+# [[block]]
+# block = "custom"
+# command = "iwdstatus"
+# json = true
+# if_command = "command -v iwdstatus"
[[block]]
block = "time"