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,