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