From: martin f. krafft Date: Tue, 17 Sep 2019 06:07:10 +0000 (+0200) Subject: show widgets on all screens X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/a3abf113bc75053b641b2707df1f4b14175a6fad?ds=inline show widgets on all screens --- 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,