feat(i3status-rust): add network block

main
mandlm 2024-01-15 16:58:31 +01:00
parent 907d306fc8
commit e536fd2cf6
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 8 additions and 0 deletions

View File

@ -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 = "";