From cded3e7d6378b9dfe4ec77a0a50321b55cdf09e0 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 22 Jun 2024 13:14:38 +0200 Subject: [PATCH] Works with multiple screen --- rc.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rc.lua b/rc.lua index cbec996..0ec8b85 100644 --- a/rc.lua +++ b/rc.lua @@ -262,8 +262,8 @@ awful.screen.connect_for_each_screen(function(s) local wibar_width = s.geometry.width / 4 local wibar_height = 15 s.mywibox = wibox({ - x = s.geometry.width - wibar_width, - y = s.geometry.height - wibar_height, + x = s.geometry.x + s.geometry.width - wibar_width, + y = s.geometry.y + s.geometry.height - wibar_height, width = wibar_width, height = wibar_height, expand = true, @@ -296,8 +296,8 @@ awful.screen.connect_for_each_screen(function(s) cpu_widget, delimiter, volume_widget, - delimiter2, - volume_bar_widget, + -- delimiter2, + -- volume_bar_widget, delimiter, battery_widget, delimiter,