pinwheel: Add network to waybar

This commit is contained in:
Alexander Heldt
2023-09-19 22:13:46 +02:00
parent 4a2770c6f5
commit 0847797c0c

View File

@@ -49,7 +49,7 @@ in
]; ];
modules-left = [ "hyprland/workspaces" ]; modules-left = [ "hyprland/workspaces" ];
modules-right = [ "custom/spotify" "bluetooth" "wireplumber" "battery" "clock" ]; modules-right = [ "custom/spotify" "bluetooth" "wireplumber" "network" "battery" "clock" ];
"custom/spotify" = { "custom/spotify" = {
exec = spotify-status; exec = spotify-status;
@@ -72,6 +72,13 @@ in
max-volume = 150; max-volume = 150;
scroll-step = 0.2; scroll-step = 0.2;
}; };
network = {
interface = "wlp0s20f3";
format-wifi = "<span font='14' rise='-3000'>󰖩</span>";
format-disconnected = "<span font='14' rise='-3000'>󱚵</span>";
tooltip-format-wifi = "{essid} ({signalStrength}%)";
};
}; };
}; };
@@ -110,7 +117,7 @@ in
background-color: ${background}; background-color: ${background};
} }
#custom-spotify, #bluetooth, #wireplumber, #battery, #clock { #custom-spotify, #bluetooth, #wireplumber, #network, #battery, #clock {
margin: 0 12px; margin: 0 12px;
} }
''; '';