From c0f9ebe5f8715228e199bd813028bda23da70dca Mon Sep 17 00:00:00 2001
From: Alexander Gehrke <github@qwertyuiop.de>
Date: Wed, 24 Mar 2021 14:07:59 +0100
Subject: [PATCH] Make wibars transparent

---
 widgets.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/widgets.lua b/widgets.lua
index 03a7377..0e0f2d9 100644
--- a/widgets.lua
+++ b/widgets.lua
@@ -38,6 +38,7 @@ function add_bar(s, position, direction, first, second)
 	newbar = awful.wibar({
 		position = position,
 		screen = s,
+		opacity = 0.6,
 		width = math.floor(s.dpi / 5)
 	})