From 46b51428b646ff6ccf73e3d25abfe5dbb70e74f2 Mon Sep 17 00:00:00 2001 From: Logan G Date: Wed, 4 Oct 2023 22:41:48 -0600 Subject: [PATCH] Fixed inconsistent bar height in Sway and Hyprland --- .config/waybar/config | 2 +- .config/waybar/hyprland | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 0f23eb1..80213e9 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,7 +1,7 @@ { "layer": "bottom", "position": "top", - "height": 20, + "height": 22, "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": ["sway/window"], diff --git a/.config/waybar/hyprland b/.config/waybar/hyprland index e9b0be9..1e7330a 100644 --- a/.config/waybar/hyprland +++ b/.config/waybar/hyprland @@ -1,7 +1,7 @@ { "layer": "top", "position": "top", - "height": 20, + "height": 22, "modules-left": ["hyprland/workspaces"], "modules-center": ["hyprland/window"],