nixos/home/desktop/waybar/modules/network.compact.nix
Evie Litherland-Smith a8f304b075 Move all host specific things out of flake.nix
Go back to single, re-designed waybar for all screens
2023-07-13 12:41:00 +01:00

10 lines
251 B
Nix

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