Skip to content

Commit

Permalink
fix(i3status-rust): temp. disable broken speedtest block
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Aug 18, 2023
1 parent 22bcae3 commit 379c4e7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions home/i3status-rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -247,19 +247,19 @@ in
}
];
}
{
block = "speedtest";
click = [
{
button = "left";
cmd = "brave fast.com";
}
{
button = "right";
cmd = "brave fast.com";
}
];
}
# {
# block = "speedtest";
# click = [
# {
# button = "left";
# cmd = "brave fast.com";
# }
# {
# button = "right";
# cmd = "brave fast.com";
# }
# ];
# }
{
block = "notify";
}
Expand Down

0 comments on commit 379c4e7

Please sign in to comment.