nixos/home/hyprland/waybar/modules/network.compact.nix

10 lines
251 B
Nix
Raw Normal View History

{
format-icons = ["󰤟" "󰤢" "󰤥" "󰤨"];
format-wifi = "{icon}";
format-ethernet = "󰈁";
tooltip-format = "{essid} ({signalStrength}%)";
format-linked = "󰈂";
format-disconnected = "󰈂";
on-click = "nm-connection-editor";
}