From 3719d589b1dc26a1f0b05a18268c9997ad662d68 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 11 Nov 2021 10:12:47 +0100 Subject: [PATCH] Fix bug --- rc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 884428a..def6f51 100644 --- a/rc.lua +++ b/rc.lua @@ -253,7 +253,7 @@ awful.screen.connect_for_each_screen(function(s) s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, tasklist_buttons) -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s }) + s.mywibox = awful.wibar({ position = "top", screen = s, height = 20 }) s.textclock = awful.widget.textclock(" %a %d %b %H:%M ") calendar({}):attach(s.textclock) @@ -788,6 +788,8 @@ end) client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end) client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) +awful.screen.set_auto_dpi_enabled(true) + -- load the widget code -- attach it as popup to your text clock widget: