From a3abf113bc75053b641b2707df1f4b14175a6fad Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 17 Sep 2019 08:07:10 +0200 Subject: [PATCH] show widgets on all screens --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index c3a89c8..6c0d592 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -300,7 +300,7 @@ awful.screen.connect_for_each_screen(function(s) layout = wibox.layout.fixed.horizontal, }) - if s == screen.primary then +-- if s == screen.primary then right_widgets = gears.table.join({ make_spacer(" "), ccwidgets.btc_widget, @@ -312,7 +312,7 @@ awful.screen.connect_for_each_screen(function(s) lain_bat.widget, make_spacer(), }, right_widgets) - end +-- end s.mywibox:setup { layout = wibox.layout.align.horizontal, -- 2.39.2