From 74b3ad2f3f04bc6685f533c31c11b66c837c0e80 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 19 Sep 2018 10:56:48 +0200 Subject: [PATCH] No horizontal --- awesome/background_widget.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/background_widget.lua b/awesome/background_widget.lua index 583e2ae..10302c6 100644 --- a/awesome/background_widget.lua +++ b/awesome/background_widget.lua @@ -63,7 +63,7 @@ function update_background_widget(s) layout = wibox.layout.grid, } - l:set_orientation('horizontal') + -- l:set_orientation('horizontal') local widgets = {}