From ed1c64b325056f15124ec611443010a30036f3ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@grepit.se>
Date: Fri, 15 Apr 2022 01:44:28 +0200
Subject: [PATCH] Position and size

---
 .config/waybar/config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/waybar/config b/.config/waybar/config
index b2baade..091f9a7 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -1,7 +1,7 @@
 {
 	// "layer": "top", // Waybar at top layer
-	// "position": "bottom", // Waybar position (top|bottom|left|right)
-	// "height": 14, // Waybar height (to be removed for auto height)
+	"position": "top", // Waybar position (top|bottom|left|right)
+	// "height": 10, // Waybar height (to be removed for auto height)
 	// "width": 1280, // Waybar width
 
 	// Choose the order of the modules
-- 
GitLab