13 lines
272 B
Nix
13 lines
272 B
Nix
{ ... }:
|
|
{
|
|
programs.waybar.settings.mainBar = {
|
|
network = {
|
|
format-wifi = "{icon} {essid}";
|
|
format-ethernet = " {ifname}";
|
|
format-disconnected = " ";
|
|
format-icons = [" " " " " " " "];
|
|
max-length = 20;
|
|
};
|
|
};
|
|
}
|