From b19f051cdea800b1d13f28da3763730273755ab0 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Thu, 20 Jan 2022 20:38:55 -0300 Subject: [PATCH] Update separator width --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 4e7c459..2c22c1e 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -252,7 +252,7 @@ awful.screen.connect_for_each_screen(function(s) wibox.widget.systray(), wibox.widget.separator{ orientation = "vertical", - forced_width = 10 + forced_width = 5 }, battery_widget{ enable_battery_warning = true