Files
nix-config/homeConfigs/global/wayland/waybar/network.nix
2026-06-16 23:30:29 +02:00

13 lines
272 B
Nix

{ ... }:
{
programs.waybar.settings.mainBar = {
network = {
format-wifi = "{icon} {essid}";
format-ethernet = "󰈁 {ifname}";
format-disconnected = "󰅛 ";
format-icons = ["󰤟 " "󰤢 " "󰤥 " "󰤨 "];
max-length = 20;
};
};
}