]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

show widgets on all screens
authormartin f. krafft <madduck@madduck.net>
Tue, 17 Sep 2019 06:07:10 +0000 (08:07 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 17 Sep 2019 06:07:10 +0000 (08:07 +0200)
.config/awesome/rc.lua

index c3a89c8c899f8e1982243b51062b9f38168b4875..6c0d5929391cae9fd97456bb36dcab73d69da231 100644 (file)
@@ -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,