diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index e7918e1..f969997 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -27,8 +27,8 @@ // "pulseaudio/slider", "battery", "memory", - "network#network-2", - "network" + "network", + "network#network-2" ], "hyprland/language": { "format": "{}", @@ -156,7 +156,7 @@ "interval": 1 }, "memory": { - "format": "{used:0.1f}/{total:0.1f} ", + "format": "{used:0.1f} / {total:0.1f} ", "interval": 5 }, "backlight": { diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 0751912..38c57db 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -167,7 +167,7 @@ window#waybar.hidden { } #memory { - min-width: 80px; + min-width: 85px; } #wireplumber.muted {