diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index d95e6c6..3b16095 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -148,10 +148,10 @@ }, "cpu": { "interval": 1, - "format": "{usage} % " + "format": "{usage}% " }, "memory": { - "format": "{used:0.1f} / {total:0.1f} GB", + "format": "{used:0.1f}/{total:0.1f} GB", "interval": 5 }, "backlight": { diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index cb954e4..b9ff086 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -3,8 +3,8 @@ * { border: none; border-radius: 6px; - font-family: Roboto, Helvetica, Arial, sans-serif; - font-size: 12px; + font-family: Roboto; + font-size: 10px; font-weight: bold; color: #fff; min-height: 0;