From 33bac10eda3f7f2c0be3e4aa57c9585d934ecea7 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Thu, 22 Feb 2024 22:52:54 +0330 Subject: [PATCH] fix: waybar height style --- hyprland/.config/waybar/river/config.jsonc | 1 + hyprland/.config/waybar/river/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index 513eeb6..ab31609 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -2,6 +2,7 @@ "layer": "top", "position": "top", "spacing": 5, + "height": 28, "margin-top": 6, "margin-bottom": 4, "margin-left": 6, diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index 50a7657..dfbb412 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -7,6 +7,7 @@ font-size: 12px; font-weight: bold; color: #fff; + min-height: 0; } window#waybar {