diff --git a/hosts/pinwheel/modules/waybar/default.nix b/hosts/pinwheel/modules/waybar/default.nix
index c0546aa..8889d24 100644
--- a/hosts/pinwheel/modules/waybar/default.nix
+++ b/hosts/pinwheel/modules/waybar/default.nix
@@ -49,7 +49,7 @@ in
];
modules-left = [ "hyprland/workspaces" ];
- modules-right = [ "custom/spotify" "bluetooth" "wireplumber" "battery" "clock" ];
+ modules-right = [ "custom/spotify" "bluetooth" "wireplumber" "network" "battery" "clock" ];
"custom/spotify" = {
exec = spotify-status;
@@ -72,6 +72,13 @@ in
max-volume = 150;
scroll-step = 0.2;
};
+
+ network = {
+ interface = "wlp0s20f3";
+ format-wifi = "";
+ format-disconnected = "";
+ tooltip-format-wifi = "{essid} ({signalStrength}%)";
+ };
};
};
@@ -110,7 +117,7 @@ in
background-color: ${background};
}
- #custom-spotify, #bluetooth, #wireplumber, #battery, #clock {
+ #custom-spotify, #bluetooth, #wireplumber, #network, #battery, #clock {
margin: 0 12px;
}
'';