diff --git a/waybar/config b/waybar/config index 85e788b..7fec283 100644 --- a/waybar/config +++ b/waybar/config @@ -30,6 +30,7 @@ "custom/updates", "pulseaudio", "bluetooth", + "network", "battery", "group/hardware", "custom/exit", diff --git a/waybar/modules.json b/waybar/modules.json index 0e193fe..689375f 100644 --- a/waybar/modules.json +++ b/waybar/modules.json @@ -172,12 +172,12 @@ // Network "network": { "format": "{ifname}", - "format-wifi": " {essid} ({signalStrength}%)", - "format-ethernet": " {ipaddr}/{cidr}", + "format-wifi": " {signalStrength}%", + "format-ethernet": " {ipaddr}", "format-disconnected": "", //An empty format will hide the module. "tooltip-format": " {ifname} via {gwaddri}", "tooltip-format-wifi": " {essid} ({signalStrength}%)", - "tooltip-format-ethernet": " {ifname}", + "tooltip-format-ethernet": " {ifname} ({ipaddr}/{cidr})", "tooltip-format-disconnected": "Disconnected", "max-length": 50 }, diff --git a/waybar/myconfig b/waybar/myconfig index 9f24b4e..22d8daa 100644 --- a/waybar/myconfig +++ b/waybar/myconfig @@ -22,13 +22,13 @@ "wlr/taskbar", "custom/chatgpt", "custom/lookingglass", + "custom/youtube", "hyprland/window" ], "modules-center": [ "wlr/workspaces" ], "modules-right": [ - "custom/youtube", "custom/updates", "pulseaudio", "bluetooth",