feat(i3status-rust): add network block
parent
907d306fc8
commit
e536fd2cf6
|
@ -9,6 +9,14 @@
|
||||||
icons = "awesome6";
|
icons = "awesome6";
|
||||||
|
|
||||||
blocks = [
|
blocks = [
|
||||||
|
{
|
||||||
|
block = "net";
|
||||||
|
format = " $icon { ($ssid) |}";
|
||||||
|
click = [{
|
||||||
|
button = "left";
|
||||||
|
cmd = "${pkgs.networkmanagerapplet}/bin/nm-connection-editor";
|
||||||
|
}];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
block = "battery";
|
block = "battery";
|
||||||
missing_format = "";
|
missing_format = "";
|
||||||
|
|
Loading…
Reference in New Issue