system/pkgs/wm/waybar/network.nix
2024-10-14 14:28:31 -07:00

14 lines
234 B
Nix

{
"network" = {
"format-wifi" = " {icon}";
"format-ethernet" = " ";
"format-disconnected" = "󰌙";
"format-icons" = [
"󰤯 "
"󰤟 "
"󰤢 "
"󰤢 "
"󰤨 "
];
};
}