From b251e1474e2bddc7ae953a76ff9e2899b17a433f Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Thu, 21 Jan 2021 09:42:05 +0000 Subject: [PATCH] Waybar Position Bottom! --- .config/waybar/config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 4f7c9b7..8f530d3 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,11 +1,8 @@ // Global { - "layer": "top", - - - - "position": "top", + "layer": "top", + "position": "bottom", // If height property would be not present, it'd be calculated dynamically "height": 30,